/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
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,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
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;}
/* */
body {
	background:url('../images/bg.gif') repeat-x top;
	font: 65% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#rail {
	float:right;
	width:170px;
	padding:20px;
	background:#fff;
	margin:0 0 0 10px;
	text-align:center;
	border:2px solid #b6becb;
	font-weight:bold;
}
#wrapper {
	width:769px;
	margin:30px auto 0;
	background:url('../images/middle.gif') repeat-y;
}
#content {
	background:url('../images/top.gif') no-repeat top;
}
#bottom {
	height:30px;
	background:url('../images/bottom.gif') no-repeat bottom;
}
#bottomInner {
	width:727px;
	margin:0 auto 0;
	padding:0px 0 0 42px;
}
#menuWrapper {
	background:url('../images/menuTop.gif') top;
	padding:20px 3px 2px;
	position:relative;
	
}
#menuFooter {
	height:19px;
	margin:0 0 10px;
	background:url('../images/menuBottom.gif');
}
#left h2 {
	background:url('../images/menuHeader.gif');
	height:15px;
	font-size:11px;
	padding:0px 10px;
	color:#fff;
	margin:6px 0 4px;
}
#left li {
	display:block;
	padding:0px 0;
	background:url('../images/sep.gif') no-repeat bottom right;
	
}
#left li.last  a{
	background:none;
}
#left li a {
	background:none;
	padding:0px 10px 3px 20px;
	
}
#left li a:hover {
	background:url('../images/disc.gif') no-repeat 4px 2px;
}
#left a {
	display:block;
	text-decoration:none;
	color:#fff;
	background:#1f334e;
	margin:2px 0;
	padding:2px 10px;
}
#right {
	float:right;
	width:531px;
	padding:12px 15px 10px 27px;
}
#left {
	float:right;
	width:194px;
	padding:80px 0px 0;
}
#main {
	padding:10px 5px;
}
h1 {
	color:#154f93;
	font-size:16px;
	border-bottom:1px dotted #154f93;
}
p {
	color:#154f93;
}

ul {
	list-style:disc;
	font-size:12px;
	color:#154f93;
	
	padding:0 0 0 20px;
}
.featured {
	border:1px solid #4a6e96;color:#000;font-size:15px;background:#7dabd9;padding:5px 20px 10px;background:#7db2ec url('../images/featuredBg.gif') repeat-x top;
}
.featured p,.featured ul {
	color:#000;
}
table {
	width:90%;
}
td {
	vertical-align:top;
	color:#154f93;
}
.clear {
	clear:both;
}
#homeLeft {
	float:left;
	width:491px;
	background:#2d4c78;
	margin:5px 5px 0 0;
	padding:10px 20px;
	display:inline;
	color:#fff;
}
#homeLeft h1 {
	color:#fff;
	font-size:16px;
	border-bottom:1px solid #5e7c94;
	margin:0 0 10px;
}
#homeLeft p {
	line-height:16px;
	color:#fff;
}
p {
	margin:10px 0;
	font-size:12px;
}
.red {
	color:#f00;
}
.formTable td {
	padding:5px;
}
#homeRight {
	float:right;
	width:192px;
	margin:4px 0 0;
	padding:10px;
	border:2px solid #fff;
	background:#1e1e1e;
}
#homeRight h1 {
	color:#fff;
	border-bottom:1px dotted #5e7c94;
	
	font-size:13px;
}
#homeRight a {
	color:#4371af;
}
#homeRight p {
	line-height:15px;
	
	margin:5px 0;
	padding:0 0 5px 15px;
	background:url('../images/arrow.gif') 2px 2px no-repeat;
	color:#fff;
	border-bottom:1px dotted #5e7c94;
}
.readMore {
	width:142px;
	height:24px;
	background:url('../images/readMore.gif');
	display:block;
	margin-left:150px;
	clear:left;
}
#footer {
	width:545px;
	margin: 4px auto;
	padding:7px 0 0 220px;
	text-align:center;
	color:#fff;
	height:43px;
	background:url('../images/footerBg.gif') no-repeat top right;
}