/* CSS Document Version 1.0 */
/* FOR AT9C ONLY */

/* /////////////////////////////////MAIN LINKS (content)///////////////////////////////// */

/* /////////////////////////////////MAIN TAGS///////////////////////////////// */
body {
	background-color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
/* DIVS for Good Measure */
#container {display:block; width:800px; background:#ffffff;}
#wrapper {
	margin: auto;
	width: 800px;
}
#header {text-align:center; margin:0 0 20px 0;
}
#leftColumn {
	display:table-cell;
	float: left;
	width: 139px;
	background-color:#660000;
	vertical-align:top;
}
#leftColumn img	{border-bottom:1px solid #ffffff;}
#content {
	vertical-align:top;
	background-color: #FFFFFF;
	float: left;
	width: 504px;
	padding:40px;
}

/* /////////////////////////////////NAV BAR///////////////////////////////// */
#nav {
	padding:0 35px;
	background-color: #660000;
	width:730px;
	border-bottom: 2px solid #CCCCCC;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	border-top: 0px solid #CCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	height:30px;
	text-align:center;
}
#nav a:visited {
color: #FFFFFF; 
}
#nav a:link {
color: #FFFFFF; 
}
#nav a:hover {
color: #FFFFFF; 
background-color:#880000; 
}
#nav ul {
padding:0px; 
margin:0px; 
}
#nav ul li{ 
display:inline;
padding:0px; 
margin:0px; 
font-size:8px;
font-weight:normal;
text-align:center;
vertical-align:middle;
background:#000000;
}
#nav ul li a {
display:block;
float:left;
vertical-align:bottom;
padding:9px 7px;
margin:0;
border-right: 1px solid #FFFFFF;
text-align: center; 
text-decoration: none; 
height:12px;
}
/* /////////////////////////////////HEADING TAGS///////////////////////////////// */
h1 {
padding:0 0 5px 0;
font-size:18px;
font-weight:700;
color:#333333;
width:500px;
height:20px;
border:1px solid #333333;
border-width:0 0 1px 0;
}
h2 {
font-size:14px;
color:#333333;
font-weight:700;
}
h3 {
font-size:9px;
color:#555555;
font-weight:700;
}

/* /////////////////////////////////CONTENT BOX////////////////////////// */
.content {
padding:9px 9px 9px 9px;
vertical-align:top;
background-color:#FFFFFF;
}

a.content	{margin:0; padding:0; text-decoration:underline; color:#666666; font:10pt times new roman;}
a.content:hover	{color:#333333; text-decoration:underline;}

#content ul li { margin-bottom: 1em; }
/* /////////////////////////////////INDEX SPECIFICS///////////////////////////////// */

.bottomMiddle {
font-weight:700;
color:#1A3355;
font-size:11px;
line-height:1.8;
text-align:center;
vertical-align:top;
padding:5px;
}

.bottomRight {
font-weight:500;
color:#000000;
font-size:11px;
line-height:1.8;
text-align:center;
vertical-align:center;
padding:5;
}


/* /////////////////////////////////FORMS STYLE///////////////////////////////// */
input, textarea, select {
border: 1px solid #999999;
font-size:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #330000; 
background-color: #ffffff; 
}

/* /////////////////////////////////FOOTER STYLES///////////////////////////////// */
/* //////////INSIDE (footer)////////// */
#footer {
	background-color:#1E1D1B;
	clear: both;
}

.footer {
	border-top:3px solid #999999;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	padding: 10px 0 10px 0;
	background-color: #660000;
	margin: 0px;
}

h3.tagline{
color:#FFFFFF;
font-size:9px;
font-weight:500;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
margin:3px 12px 2px 12px;
}
.footer a:visited {
color:#ff3300;
}
.footer a:link {
color:#ff3300;
}
.footer a:hover {
color:#ffcccc;
}
.copyright {
margin: 6px 12px 5px 12px;
font-size:9px;
font-weight:500;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}
