/* ----- universal settings -----*/
body {
	margin:0px; 
	padding:0px; 
	background-color:#fff; 
	font-family:verdana, san-serif; 
	font-size:8pt; 
	color:#000;
	text-align:left;
}

td {font-size:8pt;}
p {margin:0px; padding:0px;}
hr {color:#c83e3e; background-color:#c83e3e;}

#ctr {margin-left:auto; margin-right:auto; width:760px;}


/* ----- typography/positioning ----- */
.welcome {padding:0px 16px;}
.news {padding:0px 26px;}
.sidenav {padding:0px 15px; background:url('sidenav2.png') left top no-repeat;}
.content {padding:0px 16px;}

.footer, .copyright {color:#13253e; text-align:center; font-size:7pt;}


/* ----- links ----- */
a:link {text-decoration:none; color:#700;}
a:visited {text-decoration:none; color:#700;}
a:hover {text-decoration:underline; color:#700;}
a:active {text-decoration:none; color:#700;}

.footer a:link, .copyright a:link {text-decoration:none; color:#13253e;}
.footer a:visited, .copyright a:visited {text-decoration:none; color:#13253e;}
.footer a:hover, .copyright a:hover {text-decoration:underline; color:#13253e;}
.footer a:active, .copyright a:active {text-decoration:none; color:#13253e;}


/* ----- backgrounds ----- */
.bg {background:url('bg.jpg') center top repeat-x #d1d1d1;}
.bg2 {background:url('bg2.jpg') center top repeat-x;}

.welcome {background:url('bg-welcome.jpg') left top no-repeat;}
.news {background:url('bg-news.jpg') left top no-repeat;}

.content {background:url('bg-content.jpg') left top no-repeat;}


/* ----- other stuff ----- */
ul {margin-top:0px; margin-bottom:0px;}
ul li {margin-left:-20px; margin-bottom:5px; list-style-image:url('bullet.gif');}
#fader {width: 760px; height: 342px; overflow: hidden;}
.img {border:3px solid #fff; margin:5px;}
.img2 {border:3px solid #fff; margin:0 0 5px 5px;}

.bottom {border-bottom:1px solid #b9b9b9;}
.top {border-top:1px solid #e0e0e0;}


/* ----- navigation ----- */
.chromestyle {width:760px;}

	/* -------- Style for Drop Down Menu -------- */
	.dropmenudiv {position:absolute; text-align:left; top:0; border:1px solid #b7b7b7; border-bottom-width:0; font:normal 8pt Verdana; line-height:20px; z-index:100; background-color:#d1d1d1; width:178px; visibility:hidden;}		
	.dropmenudiv a {width:auto; display:block; text-indent:4px; border-bottom:1px solid #b7b7b7; border-top:1px solid #e6e6e6; text-decoration:none; color:#444; text-align:left;}		
	.dropmenudiv a:hover {background-color:#e6e6e6; color:#444; text-align:left;}
	* html .dropmenudiv a { /*IE only hack*/ width:100%;}
	.notop {border-top:0px !important;}
	.small {width:120px !important;}