html {
	min-height:100%;
	margin-bottom:1px;
}

/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/
body{font:0.8em verdana,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

#wrapper {
	width:100%;
	height:100%;
	background-color:#ced9eb;
}

#top_strip {
	 background-color:#293260;
	 height:12px;
}

#page_top {
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
}

#header {
	width:800px;
	background-image:url(images/top_bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#header_content {
	width:650px;
	margin:auto;
}

#logo {
	width:228px;
	height:125px;
	float:left;
	padding-top:40px;
	padding-left:10px;
}

#menu {
	float:right;
	margin-top:138px;
}

#menu ul {
	display:block;
	list-style:none;
}

#menu ul li {
	display:inline;
	list-style:none;
}

#menu ul li a {
	color:#293260;
	font-weight:bold;
	font-size: 0.9em;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#293260;
	font-weight:bold;
	text-decoration:underline;
}

#upper_content_holder {
	width:650px;
	margin:auto;
}

#upper_content {
	width:600px;
	margin:auto;
	background-color:#ffffff;
	border-left:1px solid #b7c8e1;
	border-right:1px solid #b7c8e1;
	border-top:1px solid #b7c8e1;
	border-bottom:0px;
	padding:15px;
}

h1 {
	font-size:1.3em;
	margin-top:20px;
	color:#344068;
	font-weight:bold;
}

h2 {
	font-size:1.2em;
	margin:0px 0px 5px 0px;
	font-weight:bold;
	color:#344068;
}

#bottom_half_bg {
	background-image:url(images/bottom_half_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#bottom_half {
	background-image:url(images/bottom_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-30px;
	padding:0px;
}

#lower_content_holder {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	padding-bottom:60px;
}

#lower_content {
	width:600px;
	margin:auto;
	background-color:#ffffff;
	border-left:1px solid #b7c8e1;
	border-right:1px solid #b7c8e1;
	border-bottom:1px solid #b7c8e1;
	padding:0px 15px 40px 15px;
}

#footer_holder {	
	background-image:url(images/footer_line.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#footer {
	width:730px;
	margin:auto;
}

#footer_menu {
	text-align:right;
	padding-right: 53px;
}

#footer_menu ul {
	display:inline;
	list-style:none;
}

#footer_menu ul li {
	display:inline;
	list-style:none;
}

#footer_menu ul li a {
	color:#293260;
	text-decoration: underline;
}

#footer_menu ul li a:hover {
	color:#a9bdde;
}

p.copyright {
	font-size:0.9em;
}

a {
	color:#293260;
	text-decoration:underline;
}

a:hover {
	color: #a9bdde;
}

p {
	padding-bottom: 10px;
	color: #344068;
}

table.results td {
	padding: 2px;
	font-size: 0.8em;
	color: #344068;
}

table.results td strong {
	font-weight:bold;
}

p.strong {
	font-weight:bold;
}