body {
	background:url(images/bg_body.gif) repeat-x;
	background-color:#f3f6fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color: #0CF;
	text-decoration:none;
}

.wrapper {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
.header {
	width: 100%;
	margin-top:15px;
}
#chromemenu {
	background:url(images/menu_bg.gif);
	height: 51px;
	margin-top:3px;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	list-style:none;
}
#chromemenu a {
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
}
#chromemenu a:hover {
	color: #2153b9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bold;
}
.submenu {
	height: 20px;
	background-color: #e4f0fe;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	position:relative;
	padding-top: 0px;
	
	
}
.content {
	background:#FFF;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.tab_top {
	background:url(images/tab_top.jpg) repeat-x;
}

.tab_left {
	border-left: solid #e4ebf3 1px;
}

.tab_right {
	border-right: solid #e4ebf3 1px;
}
.tab_bottom {
	background:url(images/tab_btm.jpg);
}
.title {
	background:url(images/bullet.jpg) center left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.menu-title {
	background:url(images/bullet.jpg) center left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	margin-top: 20px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom: solid 1px #999;
	margin-right: 10px;
	height: 25px;
}
.nav-title {
	background:url(images/bullet.jpg) center left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	margin-top: 20px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-bottom: solid 1px #999;
	margin-right: 10px;
	height: 20px;
}
.nav a {
	
	color: #000;
	text-decoration:none;
	
}
.nav a:hover{
	
	color: #2153B9;
	
	
}
.nav {
	
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: solid 1px #e4ebf3;
	margin-right: 10px;
	
}
.section {
	height: 112px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer {
	background:url(images/footer_bg.jpg) repeat-x;
	height: 79px;
	padding-top: 25px;
}
.design {
	float:right;
	font-size:9px;
	color:#666;
	padding-right: 30px;
	
	
}
.design a {
	color:#39F;
	text-decoration:none;
}
.con_box {
	background-color:#006;
	color:#FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid #FFF 10px;
	vertical-align:top;
	
	}
.con_box a{
	color:#0FF;

	}

.chromestyle{
	background:url(images/menu_bg.gif);
	height: 51px;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
text-align: center; 
vertical-align:middle;
text-decoration:none;

}

.chromestyle ul li{
display: inline;
text-decoration:none;
}

.chromestyle ul li a{
color: #494949;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	z-index:100;
	background-color: white;
	width: 200px;
	float:left;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
