
/************** GENERAL ****************/

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #002a5c;
}

body {
	background-color: #c9dadd;
	margin: 0px 0px 0px 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcac38;
	text-decoration: underline;
}

a:visited {
	color: #fcac38;
}

a:hover {
	color: #002a5c;
	text-decoration: none;
}

a:active {
	color: #fcac38;
}

h1 {
	font-size: 22px;
	color: #88d4e3;
	font-weight: normal;	
	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
}
h2 {
	font-size: 18px;
	color: #fcac38;
	font-weight: normal;	
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.divider {
clear: both;

}

hr {
	border: none 0; 
	border-bottom: dashed 1px #cec7ae;
	height: 1px;
	margin: 15px 0 15px 0;
}


/************** LAYOUT ****************/


#container {
	margin: 35px auto 0 auto;
	width: 774px;
	text-align: left;
	background-color: #FFF;
	background: url(../images/page_bg.gif);
	background-repeat: repeat-y;
}


#top  {
	width: 774px;
}

#logo  {
	width: 269px;
	padding: 10px 0 0 10px;
}



#mainContent  {
	padding: 0 15px 0 15px;

}


/************** MENU ****************/
#menu
{
	float: left;
	border-bottom: solid 4px #fcac38;
	width: 744px;
}
#menu ul
{
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
	float: right;


}

#menu li
{
	padding: 5px 0 0 0;
	display: block;
	float: left;
	background-image:url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	height: 26px;
	width: 85px;
	text-align: center;	
	margin: 0 0 0 1px;

}

#menu a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}

#menu li a:hover, a:focus
{
	color: #CC6600
}
/************** END MENU ****************/

#banner  {
border-bottom: solid 3px #8ad5e3;
}

#content  {
	width: 744px;
	padding: 0 0 0 0;
	background-image:url(../images/contenthome_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}



#content ul
{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#content li
{
	display: block;
	padding: 5px 0px 5px 17px;
	line-height: 18px;
	width: 500px;
	background: url(../images/bullet.gif) no-repeat left top;
	list-style-type: none;
	font-weight: bold;
}

#content li a, #content li a:link, #content li a:visited
{
	text-decoration: none;
	padding: 0px 3px 5px 0;
	color: #abb7cb;
	font-size: 11px;
	font-weight: bold;
}

#content li a:hover
{
	text-decoration: none;
	color: #ffcc00;
}

#pageContent  {
	width: 744px;
	padding: 0 0 0 0;
	background-image:url(../images/content_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}



#pageContent ul
{
margin: 0 0 0 0;
padding: 0 0 0 0;
}


.rightList {
	float: right;
}

#pageContent li
{
	display: block;
	padding: 5px 0px 5px 17px;
	line-height: 18px;
	width: 330px;
	background: url(../images/bullet.gif) no-repeat left top;
	list-style-type: none;
	font-weight: bold;
}

#pageContent li a, #pageContent li a:link, #pageContent li a:visited
{
	text-decoration: none;
	padding: 0px 3px 5px 0;
	color: #abb7cb;
	font-size: 11px;
	font-weight: bold;
}

#pageContent li a:hover
{
	text-decoration: none;
	color: #ffcc00;
}




#contentBanner {
	width: 588px;

}

#subContent{
	padding: 20px 20px 20px 20px; 
}
/************** FOOTER ****************/


#footer {
	width: 774px;
	padding: 6px 0 14px 0;
	color: #6d6d6d;
	clear: both;
	background: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer li a, #footer li a:link, #footer li a:visited
{
	font-size: 11px;
	line-height: 9px;
	color: #FFF;
	text-decoration: none;
	padding: 0 6px 0 4px;
	margin: 0 0 0 0;
}

.footerBorder {
	border-right: solid 1px #fff;
}


#footer li a:hover
{
	color: #FF6600;
}

#copy
{
	color: #8ba6ab;
	padding: 20px 0 30px 0;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 500px;
	font-size: 11px;
}

#copy a, #copy a:link, #copy a:visited
{
	font-size: 11px;
	line-height: 11px;
	color: #8ba6ab;
	text-decoration: underline;
}

#footer a:hover
{
	color: #fff;
}