body { 
margin:0px;
background-image:url(/images/bg.jpg);
background-repeat:repeat-x;
background-color:#000000;

}

a { color:#4094ab}
a.other { font-size:12px;color:#ffffff;font-weight:normal;padding-left:10px;line-height:20px;text-decoration:none;text-transform:lowercase;}
a.selected { font-size:12px;color:#ffffff;font-weight:bold;padding-left:0px;line-height:20px;text-decoration:none;text-transform:lowercase;}

body,td,div { font-family:Lucida Sans Unicode,arial;font-size:12px;color:#ffffff;}

#button { background-image:url(/images/bg_button.png);width:319px;height:66px;background-repeat:no-repeat;cursor:pointer;}
#button1 { background-image:url(/images/bg_button1.png);width:490px;height:66px;background-repeat:no-repeat;cursor:pointer;}
#button12 { background-image:url(/images/otherlinks.png);width:245px;height:47px;background-repeat:no-repeat;}


#buttonText { top:10px;border:0px solid #ffffff;position:relative;color:#3dbcea;font-size:28px;line-height:26px;font-family:Lucida Sans Unicode,arial;font-weight:normal;text-align:left;margin-left:7px;}
#buttonText1 { top:10px;border:0px solid #ffffff;position:relative;color:#ffba00;font-size:28px;line-height:26px;font-family:Lucida Sans Unicode,arial;font-weight:normal;text-align:left;margin-left:7px;}

#subText { margin-left:0px;font-size:10px;color:#ffffff;font-weight:bold;}

#subText a { margin-left:0px;font-size:10px;color:#ffffff;font-weight:bold;}


#menuBar { font-size:16px;font-family:Lucida Sans Unicode,arial;color:#ffffff;text-align:right;float:right;}
#menuBar a { font-size:16px;font-family:Lucida Sans Unicode,arial;color:#ffffff;padding:0px 0px 0px 20px;text-decoration:none;text-transform:uppercase;}

#menuBarInternal { font-size:16px;font-family:Lucida Sans Unicode,arial;color:#ffffff;text-align:left;float:left;}
#menuBarInternal a { font-size:16px;font-family:Lucida Sans Unicode,arial;color:#ffffff;padding:0px 20px 0px 0px;text-decoration:none;text-transform:uppercase;}

#footer { color:4094ab;float:left;}
#footer a { color:4094ab;}
#topnav { margin:15px 10px 0px 0px;float:right;}
#topnav a { color:#fdfdfd;font-weight:bold;padding:0px 0px 0px 3px;font-size:11px;text-decoration:none;}
#topnav img {padding-top:2px;}

#content { width:450;float:right;text-align:left;padding-top:15px;}
#content1 { float:left;width:800;text-align:left;padding-top:15px;}

img { border:0px;}

#subnavdiv { padding-left:8px;}
b { color:4094ab;}
#subnavdiv ul {
 	/* Removes the Bullets */
	list-style-type: none; 
   /* Standard HTML lists have a certain amount of 
      left-indentation. The amount varies on each browser.
	   Some browsers use padding (Mozilla, Netscape, Safari)
	   and others use margins (Internet Explorer, Opera)
	   to set the amount of indentation.
	 
	   To remove this left-indentation consistently across
	   all browsers, set both padding and margins to "0" for
	   the "UL". */
	padding: 0;
	margin: 0;
	/* If left-indentation is required, use margin-left.
	   As the padding is now set to "0", the left margin
		can be given an exact measurement that will be
		consistent across all browsers. */
}
#subnavdiv ul li {
   display: block;
	padding: 0;
	margin: 0;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 0px;
	height:31px;
	width:150px;

}

#subNav:hover {
	background: url(/images/subnav_over.png) top right;background-repeat:no-repeat;	
}


strong { color: #ff0000;}
.location { font-size:10px;}