/* Reset the CSS for browser compatibility.  */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td, tr
{ 
	margin: 0; 
	padding: 0; 
}

body {
	background:#646464;
	font-family:Verdana, Geneva, sans-serif, Arial;
	color:#333333;
	font-size:14px;
}

/*################# Element Styles ##################*/

h1{
	font-size:18px;
	color:#304f78;
}

h2{
	font-size:16px;
	color:#304f78;
}

h3{
	font-size:14px;
	color:#304f78;
}

h4{
	font-size:12px;
	color:#304f78;
}

h5{
	font-size:10px;
	color:#304f78;
}

h6{
	font-size:8px;
	color:#304f78;
}

a{
	text-decoration:none;
	font-size:14px;
	color:#304f78;
}

a:hover{
	color:#22426c;
}

a:active, a:visited{
	outline:none;
}

img{
	border:0px;
	margin:5px;
}

p {
	margin:10px 10px 10px 0px;
	text-align:justify;
}

hr {
	background:#304f78;
	clear:both;
	margin:10px 0px;
	height:2px;
	color:#304f78;
	border:none;
}

td, tr, table{
	border:0px;
	vertical-align:top;
}

/*############## GENERAL LAYOUT STYLES #####################*/
#bodyWrapper{
	width:847px;
	margin:30px auto;
	background:url(/assets/images/bg-body.gif) repeat-y;
	overflow:hidden;
}

br.clear {
	clear:both; /*This is to clear floats when needed to ensure browser compatibility*/
}

#header{
	width: 100%;
	background:url(/assets/images/bg-header.png) no-repeat;
	height:109px;
	margin-bottom:5px;
}

#header ul{
	float:right;
	margin:55px 30px 0px 0px;
}

#header ul li{
	float:left;
	list-style-type:none;
	padding:0px 10px;
}

#header ul li a{
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}

#header ul li a:hover, #quickLinks ul li a:hover{
	color:#dedede;
}

#header img{
	margin:15px 0px 0px 80px;
}

#leftSideBar{
	width:215px;
	background:#cbc3aa;
}

#leftSideBar img{
	display:block;
	margin:auto;
}

#leftSideBarContent{
	width:205px;
	background:#cbc3aa;
	margin:0px 17px;
}

#contentArea{
	width:590px;
	padding-left:10px;
}

#contentTable{
	margin:0px 0px 10px 17px;
	border-collapse:collapse;
}

#contentArea ul {
	list-style-position:outside;
	font-size:13px;
	margin:5px 0px 5px 20px;
}

#contentArea ul li{
	margin:5px 0px;
}

.boldList{
	font-weight:bold;	
}

#quickLinks{
	width:197px;
	background:url(/assets/images/bg-left-blue.png) no-repeat top center;
	margin:auto;
	padding-top:1px; /*To contain the margin*/
}

#quickLinks ul{
	list-style-type:none;
	margin:15px 0px 0px 20px;
}

#quickLinks ul li{
	border-bottom:solid #ffffff 1px;
	width:150px;
}

#quickLinks ul li:last-Child{
	border-bottom:none;
}

#quickLinks ul li a{
	display:block;
	color:#ffffff;
	font-weight:bold;
	padding:5px 0px 5px 15px;
	font-size:14px;
	background:url(/assets/images/white-arrow.gif) no-repeat left center;
	width:150px;
}

#quickLinks div{
	background:url(/assets/images/bg-left-blue.png) no-repeat bottom center;
	width:100%;
	height:15px;
}

.moreInfoLink {
	color:#304f78; 
	font-size:18px;
	float:right; 
	font-weight:bold; 
	background:url(/assets/images/blue-arrow.gif) no-repeat left center; 
	padding-left:10px;	
}

img.contentImgRight {
	float:right;
}

img.contentImgCenter {
	margin:10px auto;
	display:block;
}

#footer {
	background: url(/assets/images/bg-footer.png) no-repeat center;
	width:100%;
	height:43px;
	clear:both;
}

#footer span{
	float:left;
	margin:5px 60px;
}


.tableBorders{
	margin:auto; 
	border-collapse: collapse;
	border:1px solid black;

}
.tableBorders td, .tableBorders th{
	border:1px solid black;
	/*border-collapse: collapse;*/
	display:table-cell;
}
	
