@charset "utf-8";
/* CSS Document */

body {
	behavior: url(csshover.htc);
	background-color:#c3cbd2;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

input {
	font-size: 11px;
}

#wrapper {
text-align: left;
margin-left: auto;
margin-right: auto;
width: 905px;
background-repeat: repeat-y;
}
#topbar {
	width:905px;
	height:8px;
	background-image:url(../images/content_top.jpg);
	margin-top:7px;
}
#content_area {
	width:905px;
	min-height:300px;
	background-image:url(../images/content_bg.jpg);
}
#bottombar {
	clear:both;
	width:905px;
	height:8px;
	background-image:url(../images/content_bottom.jpg);
}

#leftColumn {
	float:left;
	margin-top:21px;
	margin-left: 32px;
	width:179px;
}
#mainContent {
	float:right;
	margin-top: 12px;
	margin-right:42px;
	width:652px;
}
#homeLeft {
	float:left;
	width: 210px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 13px;
}
#homeMiddle {
	float:left;
	width: 185px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 28px;
	padding-left: 20px;
	padding-right:20px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
#homeRight {
	float:left;
	width:150px;
	margin-top:15px;
	margin-bottom:15px;
	padding-left: 15px;
}
#homeRightText {
	padding-top: 10px;
	padding-left: 10px;
}
.newsItem {
	color:#333333;
}
.newsItem:hover {
	color:#0000CC;
	text-decoration:none;
}
.newsItem:visited {
	text-decoration:none;
}
#insideLeft {
	float:left;
	width: 400px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left: 13px;
	padding-right:50px;
	border-right: 1px solid #dddddd;
}
#insideRight {
	float:left;
	width:165px;
	margin-top:15px;
	margin-bottom:15px;
	padding-left: 15px;

}
#nav {
	margin-top:25px;
}
.nav_primary {
	height:18px;
	padding-left: 13px;
	margin-bottom:10px;
	background-image:url(/images/nav_primary.gif);
	font-size: 15px;
	color:#606060;
}
.nav_primary_on {
	height:18px;
	padding-left: 13px;
	margin-bottom:10px;
	background-image:url(/images/nav_primary_on.gif);
	font-size: 15px;
}
.nav_primary_link {
	color:#606060;
	text-decoration:none;
}
.nav_secondary {
	width:150px;
	height:18px;
	padding-left:23px;
	margin-bottom:8px;
	background-image:url(/images/nav_secondary.gif);
	font-size:13px;
}
.nav_secondary_on {
	width:150px;
	height:18px;
	padding-left:23px;
	margin-bottom:5px;
	background-image:url(/images/nav_secondary_on.gif);
	font-size:13px;
}
.nav_secondary_link {
	color:#019674;
	text-decoration:none;
}
.more {
	margin-top:10px;
	float:right;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.noLine {
	text-decoration:none;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#019674;
}

.SmallText {
	font-size: 10px;
}

.NormalText {
	font-size: 12px;
}

.BigText {
	font-size: 14px;
}

.BiggerText {
	font-size: 16px;
}

.BiggestText {
	font-size: 18px;
}
.clearAll {
	clear:both;
}

a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #000; }
