/******************************************************************************
* Layout modified from http://brainjar.com/                                   *
******************************************************************************/

body {
	background-color: #666666;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

ul {
  list-style-type: square;
}


/*---------------------------------------------------------------------------*/
/* Page Layout Styles                                                        */
/*---------------------------------------------------------------------------*/

#main {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}

.bg_contentHome {
	background-image: url(/_images/layout/bg_contentHome.gif);
	background-repeat: repeat;
	background-position: left top;
	z-index: 5;
}

.bg_content {
	background-image: url(/_images/layout/bg_content.gif);
	background-repeat: repeat;
	background-position: left top;
	z-index: 5;
}

#topLogoHome {
	padding: 0px;
	height: 43px;
	width: 800px;
	background-color: #FFFFFF;
}

#topLogo {
	padding: 0px;
	height: 43px;
	width: 800px;
	background-color: #003965;
}

#topLogoLeft {
	float: left;
	font-size: 9pt;
	margin: 0px;
	width: 360px;
	position: relative;
	padding: 0px;
}

#topLogoRightHome {
	float: right;
	font-size: 11px;
	width: 330px;
	position: relative;
	padding: 0px;
	color: #666666;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}

#topLogoRight {
	float: right;
	font-size: 11px;
	width: 330px;
	position: relative;
	padding: 0px;
	color: #FFFFFF;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}

#navMain {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #89A3B2;
}

#flashBar {
	background-color: #003965;
	margin: 0px;
	z-index: 0;
	padding: 0px;
}

#flashBarMenu {
	background-color: #003965;
	margin: 0px;
	z-index: 6;
}

#content {
	padding: 0px;
	font-size: 12px;
	/*height: 500px;*/
}

#contentLeftHome {
	float: left;
	margin: 0px;
	width: 480px;
	position: relative;
	padding: 20px;
	color: #666666;
}

#contentLeft {
	float: left;
	margin: 0px;
	width: 480px;
	position: relative;
	padding: 20px;
	color: #999999;
}

#contentRight {
	float: right;
	margin: 0px;
	width: 200px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	HEIGHT: 160px;
	padding-right: 40px;
    padding-left: 40px;
	
}
DIV.scroll
{
	OVERFLOW: auto;
	WIDTH: 180px;
	HEIGHT: 150px;
	padding: 0px 10px;
}


#footer {
	color: #666666;
	font-size: 10px;
	padding: 10px 0px;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px 300px 0px 20px;
}


/*---------------------------------------------------------------------------*/
/* General Styles                                                            */
/*---------------------------------------------------------------------------*/


input.search {
	margin-left: 10px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003965;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}

.title1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #003965;
	letter-spacing: 1px;
}

.subtitle1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #666666;
	width: 585px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	font-weight: normal;
}

.subtitle2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.subtitle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

/*---------------------------------------------------------------------------*/
/* Link Styles                                                               */
/*---------------------------------------------------------------------------*/


a, a:link, a:visited{ 
	color: #0B64A9; 
	text-decoration: none; 
	font-weight: normal;
} 
	
a:active, a:hover{ 
	color: #FF6633; 
	font-weight: normal;
} 

a.link_ltblue, a.link_ltblue:link, a.link_ltblue:visited{
	color: #CFDAE2;
	text-decoration: none;
	font-weight: normal;
} 
	
a.link_ltblue:active, a.link_ltblue:hover{ 
	color: #CFDAE2; 
	text-decoration: underline; 
	font-weight: normal;
}

a.link_ltgray, a.link_ltgray:link, a.link_ltgray:visited{
	color: #B7B7B7;
	text-decoration: underline;
	font-weight: normal;
} 
	
a.link_ltgray:active, a.link_ltgray:hover{ 
	color: #B7B7B7; 
	text-decoration: underline; 
	font-weight: normal;
}  

a.link_dkgray, a.link_dkgray:link, a.link_dkgray:visited{
	color: #838383;
	text-decoration: underline;
	font-weight: normal;
} 
	
a.link_dkgray:active, a.link_dkgray:hover{ 
	color: #99CCFF; 
	text-decoration: underline; 
	font-weight: normal;
} 
