body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}
form
{
	margin:0px;
	display:inline;
}
/* Menu */

#menu {
	width: 765px;
	height: 28px;
	margin: 0 auto;
	padding-left:5px;
	background-color:#044d91;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 21px;
	padding: 6px 26px 0px 26px;
	font-size:12px;
	line-height:12px;
	color: #FFFFFF;
	text-decoration:none;
}

#menu .first a {
	background: none;
}
#menu a:hover {
	text-decoration:none;
	background-color:#5bc4ea;
	padding: 6px 26px 0px 26px;
	height: 21px;
}
/*Menu */

#Container {
	width:770px;
	border: 1px solid #cecece;
	clear:both;
	margin-right:auto;
	margin-left:auto;
	}
	
#Header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:770px;
	height:225px;
	}
#LogoTitle {
	padding-left:20px;
	padding-top:8px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:3em;
	color:#FFFFFF;
	}
#HeaderDivider {
	background-image:url(../images/header-div.jpg);
	background-repeat:repeat-x;
	height:10px;
	}

#MainContent {
	margin-right: 10px;
	margin-left: 20px;
	clear:both;
	}

#Search {
	background-image:url(../images/lightblue-gradient-bg.jpg);
	background-repeat:repeat-x;
	width:770px;
	height:38px;
	padding-top:10px;
	
	clear:both;
	text-align:center;
	font-size:14px;
	font-weight:bolder;
	color:#044d91;
	}
#Search input {
	border: 1px solid #cecece;
	height:15px;
	font-size:11px;
	color:#044d91;
	padding-left:5px;
}
#Search input.Submit {
	background-color:#044d91;
	border: 2px solid #FFFFFF;
	width:100px;
	height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:2px;
	cursor:pointer;
	}
	

#CategoryContainer{
	margin-top:30px;
	margin-bottom:20px;
	width:730px;
	float: left;
}

#Category{
	float: left;
	width: 165px;
	border: 1px solid #cecece;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom:6px;
	margin-top:6px;
	padding-top:10px;
	background-color:#f6f8f9;
}
.CategoryTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#044d91;
	margin-top:10px;
	padding-left:10px;
	}
#Category a {
	text-decoration:none;
	color:#044d91;
	}
#Category a:hover {
	text-decoration:none;
	color:#000000;
	}
		
#bullet  {
	margin-left: 10px;
	padding-left: 10px;
	margin-top:2px;
	list-style: none;
	}
	
#bullet li{
	list-style:none;
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	}
#bullet a {
	text-decoration:none;
	color:#000000;
	}
#bullet a:hover {
	text-decoration:underline;
	color:#044d91;
	}


#Footer {
	width:770px;
	background-color:#05438e;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	height:20px;
	padding-top:5px;
	padding-bottom:2px;
	vertical-align:middle;
	clear:both;
	margin-top:15px;
	}

#MainContent-SearchResults {
	clear:both;
	}

#RhsPanel {
	float: right;
	width: 190px;
	padding-top: 1em;
	background-color:#306cb5;
	color:#FFFFFF;
}

#RhsPanel h2 {
	font-size:12px;
	font-weight:bold;
 	margin-left:10px;
	margin-bottom:5px;
}

		
#RhsPanel p { 
	margin-top: 0; 
}

#RhsPanel-Nav {
	width: 190px;
	margin: 0 auto;
	background-color:#e6f1f7;
	color:#05438e;
	margin-top:5px;
	margin-bottom:5px;
}

#RhsPanel-Nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#RhsPanel-Nav li {
	float: left;
	
	
}

#RhsPanel-Nav a {
	width: 180px;
	display: block;
	float: left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-size:12px;
	line-height:12px;
	color: #04418c;
	text-decoration:none;
	background-color:#e6f1f7;
}

#RhsPanel-Nav .first a {
	background: none;
}
#RhsPanel-Nav a:hover {
	text-decoration:none;
	
}
#RhsPanel-Nav .divider {
	background-image:url(../images/divider-hori.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:2px;
	width:190px;
	}




	
#lines {
	background-image:url(../images/lines-pattern.gif);
	background-repeat:repeat-x;
	height:17px;
	clear:both;
	width:190px;
	margin-top:10px;
	margin-bottom:10px;
}		
.lightblue-bg {
	background-color:#f6f8f9;
	clear:both;
}

#Content-SearchResults {
	padding-top: 1em;
	margin: 0 220px 0 20px;
}
		
#ContentLhs h2 { 
	margin-top: 0; 
}