/*GLOBAL*/
* {	font-size: 100%; }
body {
	margin: 10px;
	color: #333;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#wrapper { width:770px;	margin: 0px auto; }
.clear { clear:both; }

a:link { color: #d93f3f; text-decoration:none; font-weight:bold; }
a:visited {	color: #d93f3f;	text-decoration:none; font-weight:bold; }
a:hover { color: #d93f3f; text-decoration:underline; font-weight:bold; }

img {
border: 0px;
}

ul { margin:15px 0px 0px 25px; padding:0px; }
ul li { list-style-image:url(../images/bullet.gif);margin:0px 0px 10px 0px; padding:0px; list-style-position:outside; }
ul li ul li { list-style-image:url(../images/bullet_light.gif);margin:0px 0px 10px 0px; padding:0px; list-style-position:outside; }

/*HEADER*/
#logo { float:left; width:445px;color:#ffffff; }
#logo ul { margin:0px; padding:0px; }
#logo li { float:left; margin:0px; padding:0px; list-style:none; }
#search { float: right; width:310px; text-align:right; padding-top:20px; }
#search a:link { color: #333333; text-decoration:none; font-weight:normal; }
#search a:visited {	color: #333333;	text-decoration:none; font-weight:normal; }
#search a:hover { color: #333333; text-decoration:underline; font-weight:normal; }
#search form { margin:8px 0px 0px 0px; padding:0px; }
#search .top_search { width:130px; padding: 2px; border: #999999 1px solid; height: 15px; color: #333333; vertical-align:middle; }
#search .search_button { padding: 2px; color: #cccccc; background-color: #666666; border: #999999 1px solid; vertical-align:middle; }
#search label {	font-size: 1.9em; font-weight: normal; vertical-align:middle; color: #000000; padding-right:5px; }

/*MAIN NAV*/
#nav_main { clear:both; height: 21px; background-color: #ccccff; background:url(../images/nav_main.gif) no-repeat top left; line-height:1.8em; color: #ccccff; }
#nav_main a:link { color:#333333; font-weight:normal; }
#nav_main a:visited { color:#333333; font-weight:normal; }
#nav_main a:hover { color:#333333; font-weight:normal; }
#nav_main .current a:link {	color:#006699;text-decoration:underline; }
#nav_main .current a:visited { color:#006699;text-decoration:underline; }
#nav_main .current a:hover { color:#006699;text-decoration:none; }
#nav_main ul { margin:0px; padding:0px; }
#nav_main li { float:left; margin:0px; padding:0px 0px 0px 19px; list-style:none; }

/*SUB NAV*/
#nav_sub { clear:both; height: 30px; background-color: #999999; background:url(../images/nav_sub.gif) no-repeat top left; line-height:2.6em; color: #dddddd;margin-top:5px; }
#nav_sub a:link { color:#dddddd; font-weight:normal; }
#nav_sub a:visited { color:#dddddd; font-weight:normal; }
#nav_sub a:hover { color:#dddddd; font-weight:normal; }
#nav_sub .current a:link {	color:#ffffff;text-decoration:underline; }
#nav_sub .current a:visited { color:#ffffff;text-decoration:underline; }
#nav_sub .current a:hover { color:#ffffff;text-decoration:none; }
#nav_sub ul { margin:0px; padding:0px; }
#nav_sub li { float:left; margin:0px; padding:0px 0px 0px 19px; list-style:none; }

/*SUB SUB NAV LIST*/
.subsublist a:link { color: #333333; text-decoration:underline; font-weight:normal; }
.subsublist a:visited {	color: #333333;	text-decoration:underline; font-weight:normal; }
.subsublist a:hover { color: #333333; text-decoration:none; font-weight:normal; }

/*HOMEPAGE ONLY*/
#home_splash { clear:both; height: 179px; margin-top:10px; }

#home_options { margin-top:7px; background:url(../images/home_options_bg.gif) no-repeat top left; height:40px; font-size: 1.1em; }
#home_options a:link { color:#333333; }
#home_options a:visited { color:#333333; }
#home_options a:hover { color:#333333; }
#home_options img { padding-right: 5px; vertical-align:middle; }
.home_options_item { padding-top: 7px; padding-left: 58px; float:left; color:#ffffff; }
.home_options_img { font-size:0.9em; }
#home_options ul { margin:0px; padding:0px; }
#home_options li { float:left; margin:0px; padding:0px; list-style:none; }

/*CONTENT*/
#content { margin-top: 15px; float: left; width: 485px; margin-bottom:12px; }
#sub_content { margin-top: 15px; float:right; width:250px; padding-left:20px; margin-bottom:15px;}
.border_left_dotted { background:url(../images/dotted_vertical.gif) repeat-y top left; }
#contentWide { margin-top: 15px; float: left; width: 600px; margin-bottom:12px; }

/*FOOTER*/
#footer { clear:both; height: 25px; background:url(../images/footer_bg.gif) no-repeat top left; padding-left:10px; padding-right:10px; line-height: 2.1em; color:#999999 }
#footer .left { float:left; }
#footer .right { float:right; }
#footer a:link { color:#999999; font-weight:normal; }
#footer a:visited { color:#999999; font-weight:normal; }
#footer a:hover { color:#999999; font-weight:normal; }

p { padding: 0px; margin: 15px 0px 15px 0px; }
h1 { font-size: 1.3em; font-weight:bold; padding:0px; margin:0px 0px 10px 0px; color: #000099; font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; }
h2 { font-size: 1.1em; font-weight:bold; padding:0px; margin:0px 0px 10px 0px; color: #000099; font-family: Tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif; }

