body {
	margin:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size: 75%;
	line-height: 1.6em;
}

* {
	margin:0;
	padding:0;
}

#wrapper1 {
	padding:0 10px 10px 10px;
	width:760px;
	margin:0 auto;
}

#wrapper2 {
	width:740px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:0 10px 10px 10px;
}

#nav {
	float:right;
	border:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#nav li a {
	display:block;
	padding:40px 10px 21px 10px;
	background:#fff;
	color:#444;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px 0 0;
}

#nav li a:hover {
	background:url(../images/nav_a_hover.jpg) top center no-repeat #fff;
	
	color:#000;
}

#header h1 {
	color:#666666;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
}

#header h1 a {
	color:#222;
	text-decoration:none;
	border:none;
}

#header h1 a:hover {
	color:#000;
}

#header h1 span {
	font-size:.8em;
	color:#ccc;
	text-transform:uppercase;
}

#container {
	clear:both;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	min-height: 330px;
}

#header h1 img {
}

#sidebar {
	width:190px;
	float:right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0;
}

#content h2 {
	font:2.2em Arial;
	color:#121212;
	letter-spacing:-1px;
	border-bottom:2px solid #eee;
	clear:left;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h2 a {
	color:#121212;
	text-decoration:none;
}

#content h3 {
	color:#144781;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
}

#content img {
	border:2px solid #eee;
	margin-right: 10px;
	padding: 3px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
}
#content h4 {
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 12px;
}

#content p {
	margin:15px 0;
	font-size:110%;
	line-height:21px;
}

#content_2col {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-right: 230px;
	padding-bottom: 5px;
	padding-left: 0;
}

#content_2col h2 {
	font:2.2em Arial;
	color:#121212;
	letter-spacing:-1px;
	border-bottom:2px solid #eee;
	clear:left;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content_2col h2 a {
	color:#121212;
	text-decoration:none;
}

#content_2col h3 {
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
}

#content_2col img {
	border:2px solid #eee;
	margin-right: 10px;
	padding: 3px;
	margin-bottom: 5px;
	vertical-align: text-top;
	float: left;
}
#content_2col h4 {
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 12px;
}

#content_2col p {
	margin:15px 0;
	font-size:110%;
	line-height:21px;
}

ol.subnav {
	margin-left: -5px;
	padding-bottom: 40px;
	margin-top: 0px;
}
ol.subnav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
ol.subnav a {
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
ol.subnav a:hover {
	color:#666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A5122F;
}

#sidebar h2 {
	color:#333;
	margin:10px 0;
	font-size:1.3em;
}

p.news {
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
	font-size: 90%;
}

#sidebar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0;
}
#sidebar ul li a {
	color:#0066dd;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#0033aa;
}

input {
}

blockquote {
	border-left:5px solid #eee;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
	margin-bottom: 25px;
}

ul {
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	font-size: 110%;
}
li {
	padding-right: 0px;
	padding-bottom: 5px;
	margin-left: 20px;
	list-style-type: none;
}

#caption p {
	margin-right: 30px;
	color: #144781;
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}


 a {
	color:#222;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
 a:hover {
	border-bottom:1px solid #ccc;
}
#footer {
	text-align:center;
	border-top:2px solid #000;
	padding:10px;
	margin:30px 0 0 0;
	color:#ccc;
	width:760px;
	margin:0 auto;
}
#footer a {
	color:#eee;
}
#splitcontentright {
	float: right;
	padding-right: 150px;
}
#splitcontentright li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#splitcontentleft {
	float: left;
}
#splitcontentleft li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.redbulletlist {
	list-style-image: url(../images/bullet_red.gif);
	font-weight: bold;
}
#caption {
	margin-top: 5px;

}
#content .formtext {
	color: #333333;
	font-style: normal;
	line-height: 0px;
	padding-top: 10px;
	font-size: 12px;
}
#clear {
	clear: both;
}
