body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color:#666666;
}

a {
	color:#666666;
	text-decoration:none;
}

h1 {
	font-size:14px;
	font-weight:normal;
	color:#990033;
}

#header {
	margin-top:40px;
}

#logo {
	float:left;
}

#mainHolder {
	height:262px;
	border-bottom: 1px solid #CCCCCC;
}

#nav {
	width:198px;
	height:262px;
	float:left;
	border-right: 1px solid #CCCCCC;
}

#footer {
	height:71px;
	border-bottom: 1px solid #CCCCCC;

}

#scroller {
	float:left;
	width:740px;
	height:70px;
}

#mailBox {
	margin-left:840px;
	margin-top:60px;
	position:absolute;
}

#nav ul.navItemMain {
	padding-left:35px;
	margin-left:0px;
	margin-top:10px;
}

#nav .navItemMain li {
	color:#B00000;
	height:30px;
	background-image:url(images/nav_item_background.jpg);
	width:140px;
	list-style-image:url(images/bullet.jpg);
	border-bottom:1px dotted #e0e0e0;
}

#nav a {
	color:#666666;
	font-size:12px;
	text-decoration:none;
	line-height:27px;
	padding-left:5px;
}

#nav a:hover, #nav .currentLink {
	color:#660033;
}

.subNav {
	width:170px; 
	position:absolute;
	margin-left:80px;
	display:none;
}

.subNav ul {
	margin-top:0px;
}

.subNav li {
	display:block;
	border-bottom:0px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	list-style:none;
	margin-top:2px;
}

.subNav a {
	border-bottom:0px;
}

#content {
	width:761px;
	float:right;
	height:262px;
}

#contentLeft {
	width:405px;
	height:262px;
	float:left;
}

#contentRight {
	width:351px;
	height:262px;
	float:right;
}

#textHolder {
	width:405px;
	height:239px;
	margin-top:10px;
	overflow:scroll;
	overflow-x:hidden;
}

#border {
	height:100px;
	border-right:1px solid #666666;
}

#textHolderInner {
	margin-left:15px;
	margin-right:15px;
}

#copyright {
	font-size:10px;
	color:#999999;
	margin-top:15px;
	text-align:right;
	margin-right:20px;
}

.subHead {
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

#mainImage {
	width:351px; 
	height:325px; 
	position:absolute; 
	top:92px;
	margin-left:767px;
	
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#mainImage{margin-left:769px}
} 



