/* ----- universal settings -----*/
body {
	margin:0px; 
	padding:0px 0px 0px 0px; 
	background:url('images/bg.jpg') center top repeat-x #369; 
	font-family:arial, san-serif; 
	font-size:8pt; 
	color:#369;
	text-align:left;
}

td {font-size:8pt;}
p {margin:0px; padding:0px;}
hr.blue {color:#369; background-color:#369;}

h1 {font-size:10pt; padding:0px; margin:0px; color:#7e105b;}
h2 {font-size:9pt; padding:0px; margin:0px; color:#7e105b;}

#ctr {margin-left:auto; margin-right:auto; width:760px;}


/* ----- typography/positioning ----- */
.callout {color:#7e105b;}

.content {padding:5px 12px;}

.footer, .copyright {color:#fff; text-align:center; font-size:7pt;}


/* ----- links ----- */
a:link {text-decoration:underline; color:#369;}
a:visited {text-decoration:underline; color:#369;}
a:hover {text-decoration:underline; color:#7e105b;}
a:active {text-decoration:underline; color:#369;}

.footer a:link, .copyright a:link {text-decoration:underline; color:#fff;}
.footer a:visited, .copyright a:visited {text-decoration:underline; color:#fff;}
.footer a:hover, .copyright a:hover {text-decoration:underline; color:#ccc;}
.footer a:active, .copyright a:active {text-decoration:underline; color:#fff;}


/* ----- backgrounds ----- */


/* ----- other stuff ----- */
.img {border:2px solid #369;}
ul li {margin-left:-10px;}
#side01 {width: 255px; height: 139px; overflow: hidden;}
#side02 {width: 255px; height: 131px; overflow: hidden;}
#side03 {width: 255px; height: 144px; overflow: hidden;}


/* ----- navigation ----- */
.chromestyle {width:760px;}

	/* -------- Style for Drop Down Menu -------- */
	.dropmenudiv {position:absolute; text-align:left; top:0; border:1px solid #aaa; border-bottom-width:0; font:normal 8pt arial; line-height:20px; z-index:100; background-color:#ddd; width:130px; visibility:hidden;}
	.dropmenudiv a {width:auto; display:block; text-indent:4px; border-bottom:1px solid #aaa; border-top:1px solid #eee; text-decoration:none; color:#301300; text-align:left;}		
	.dropmenudiv a:hover {background-color:#eee; text-align:left; color:#7e105b;}
	* html .dropmenudiv a { /*IE only hack*/ width:100%;}
	.notop {border-top:0px !important;}