
body {background-color:#FFCCCC; font-size:10px; font-family:Verdana,Trebuchet MS,Arial,sans-serif; text-align: center;}
A:link {color:#996699; text-decoration:underline; font-family:Verdana,Trebuchet MS,Arial,sans-serif;}
A:visited {color:#996699; text-decoration:underline; font-family:Verdana,Trebuchet MS,Arial,sans-serif;}
A:hover {color:#666666; font-family:Verdana,Trebuchet MS,Arial,sans-serif;}
A:active {color:#996699; text-decoration:underline; font-family:Verdana,Trebuchet MS,Arial,sans-serif;}

/*DIVS*/
#wrapper {width:788px; border:white solid 4px; background-color:#C27070;}
#left_column {float:left; width:192px; height:100%;}
#right_column {float:left; width:588px; background: url(../assets/right_header_background.jpg) no-repeat;}
#right_top {height:88px; text-align:center;}
#content {clear: left}
#content_top {background: url(../assets/content_top.jpg) no-repeat; width:588px; height:36px;}
#content_body {background: url(../assets/content_background.jpg) repeat-y; width:588px; padding:4px; text-align:lef;}
#content_bottom {background: url(../assets/content_bottom.jpg) no-repeat; width:588px; height:31px;}
#clear {clear:both;}
#footer {clear:both; width:700px; text-align:center;}

/*SPLASH PAGE STYLES*/
#splash_wrapper {width:780px; height:505px; background: url(../assets/splash_bg.jpg) no-repeat; border:white solid 4px;}
#splash_content {position:relative; top:79px; left:125px; width:457px;}
#splash_content_top {background: url(../assets/splash_content_top.jpg) no-repeat; width:457px; height:15px;}
#splash_content_middle {background: url(../assets/splash_content_middle.jpg) repeat-y; width:457px; padding:2px; }
#splash_content_bottom {background: url(../assets/splash_content_bottom.jpg) no-repeat; width:457px; height:17px;}
#splash_left {float:left; text-align:left; padding-left:15px;}
#splash_right {float:right; text-align:left; padding-right:30px; }

#splash, #splash ul {list-style: none; margin:2px; padding-left:15px;}
#splash_links, #splash_links ul {list-style: none; margin:0; padding:0;}
#splash li {width:150px;}
#splash li:hover, #splash li.sfhover, #splash_links li:hover, #splash_links li.sfhover {background:#FFCCCC;}


/*DROP DOWN MENU STYLES*/
#navigation {height:68px;}

#nav, #nav ul {
	float: left;
	width: 588px;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 8em;
	w\idth: 6em;
	color: black;
	font-size:11px;
	text-decoration: none;
	padding: 0.25em 2em;
	text-align:left;}

#nav li {
	float: left;
	width: 8em;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 17.4em;
	w\idth: 16.9em;
	font-weight: normal;
	border-width: 1px;
	border: solid #eda;
	border-width: 1px;
	background: #ffcccc;
}


#nav li ul a {
	width: 17em;
	w\idth: 16em;
}

#nav li li {
	text-align:left; 
	width: 17em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #ffffff;
}

/*TEXT STYLES*/
blockquote {margin-left:12px; margin-top:0px; margin-bottom:0px; font-size:10; font-family:Verdana,Trebuchet MS,Arial,sans-serif; text-align:left;}
.header {font-size:12px; font-family:Verdana,Trebuchet MS,Arial,sans-serif; font-weight:bold; line-height:1.8;}
.footer {color:#000000; font-size:9px; font-family:Verdana,Trebuchet MS,Arial,sans-serif;}
a.footer:link {color:#996699; font-size:9px; font-family:Verdana,Trebuchet MS,Arial,sans-serif;}
a.footer:visited {color:#996699; font-size:9px; font-family:Verdana,Trebuchet MS,Arial,sans-serif;}
a.footer:hover {color:#666666; font-size:9px; font-family:Verdana,Trebuchet MS,Arial,sans-serif;}
a.footer:active {color:#996699; font-size:9px; font-family:Verdana,Trebuchet MS,Arial,sans-serif;}

