﻿body 
{
	color: #ffffff; 
	font-family: Arial, Verdana; 
	margin: 0px; 
	background-color: #000000;
}
			
img 
{
	border-width: 0px; 
}

.dropline
{
	font-size: 13px;
	line-height: 1em;
	 letter-spacing: 0.1em;
	text-align: center;
	color: #ffffff;
}

.addr
{
	color: #aa0000;
}

#navcontainer {
    position: relative;
    width: 700px;
    font-family: "levenim MT" verdana arial; color:#ff0000;
}

#navcontainer li {
        
}
        
#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
background: url("images/btn.jpg") bottom left repeat-x;
text-align:center;
height: 4em;
line-height: 4em;
width: 100px;
}

#navcontainer a
{
color: #ffffff;
text-decoration: none;
display: block;
vertical-align:bottom;
}

#navcontainer a:hover
{
    background: url("images/btn_hl.jpg") bottom left repeat-x;
    color: #ffffff;
}

#head
{
	width: 600px; 
	margin: 0 auto;
}

#banner
{
	clear: both; width:100%; height: 200px; background-color: #ffffff;
}

#main_content
{
	margin: 0px 10px 0px 10px;
	font-size: 16px;
}

#main_content a, #main_content a:visited
{
	text-decoration: underline;
	color: #ff0000;
	
}


#main_content a:hover
{
	text-decoration: none;
	
	
}

#main_content img
{
	margin: 5px;
}

#main_content h2
{
	clear:both;
}

#footer
{
	width: 100%; height: 50px; background-color: #2A2A2A; text-align: right;
}






/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/dialog2-blue-800x1600.png) no-repeat top right;
 
}

.dialog .content {
 position:relative;
 _zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

.bold
{
	font-weight: bold;
}

.namedHeader
{
	text-decoration: none;
	color: #ffffff;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.figure_right, .figure_left
{
	border: solid 1px #222222;
	margin: 3px;
	padding: 0px;
	background-color: #000000;
}

.figure
{
	background-color: #000000;
}

.figure img
{
	border: solid 1px #222222;
	padding: 4px;
}

.figure_right
{
	float: right;
}

.figure_left
{
	float:left;
}


.figure_text
{
	padding: 2px;
	text-align: center;	
	background-color: #222222; 
	font-size: 14px;
}
