html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 75%;
	margin: 0 auto;
}

.selected {
    font-weight: bold;
    background-color: #c0c0c0;
}

.selected a:hover {
	text-decoration: none;
}

.selectedAlt {
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

a {
	text-decoration: none;
	color: #333482;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 140%;
	color: #00618c;
}

h2, h3, h4, h5 {
	font-size: 120%;
	color: #00618c;
}

hr {
	color: #67a634;
	height: 1px;
	border: 0px;
	background-color: #67a634;
}

ul {
	margin-top: 20px;
}

li {
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 10px 10px;
}

.mainbody {		
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 75%;
}

#container {
	margin: 0 auto;
	width: 980px; 
	min-height: 100%;
	text-align: left;
	position: relative; 
	background-color: #ffffff;
}

*html #container {
	height: 100%;
}

#content {
	width: 980px;
	padding-top: 10px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

#header {
	margin: 0 auto; 
    width: 980px;
	height: 100px;
	padding-top: 10px;
	position: relative;
	clear: both;
	overflow: hidden;
}

#footer	{
	position: absolute;
	bottom: 0;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #3b3a92;
	width: 980px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {
    padding: 0px;
    margin: 0px;
    text-align: left;
    color: #000000;
}

#clearfooter {
	height: 60px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.imgBorder {
	border: 1px solid #67a634;
}

.inputFields {
    border: 1px solid #333482;
    height: 18px;
    font-family: Arial, Tahoma, Sans-Serif;
}

.inputFieldsError {
    border: 1px solid #333482;
    background-color: #ececec;
    height: 18px;
    font-family: Arial, Tahoma, Sans-Serif;
}

.submitButton {
    background-color: #d2d2d2;
    border: 1px solid #b8b8b8;
    color: #000000;
    font-weight: bold;
    font-size: 100%;
    font-family: Arial, Tahoma, Sans-Serif;
    padding: 1px 5px 3px 5px;
    height: 22px;
    cursor: pointer;
}

#menuHolder {
    width: 692px;
}

#menuTop {
	background: url(../images/menu-top.gif) no-repeat;
	width: 730px;
	height: 11px;
	overflow: hidden;
}

#menuContent {
	background: #dddddd url(../images/menu-bg.gif) repeat-x;
	overflow: hidden;
	width: 728px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

#menuContent p {
    padding: 5px 0px 5px 5px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #e6e6e6;
}

#menuBottom {
	background: url(../images/menu-bottom.gif) no-repeat;
	width: 730px;
	height: 11px;
}

#menu {
    width: 160px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    padding-left: 15px;
}

#menuPhoto {
    width: 530px;
    float: left;
    margin-top: 5px;
    border: 1px solid #c0c0c0;
}

.sbox1, .sbox2, .sbox3, .sbox4, .sbox5, .sbox6 {
    background: url(../images/sbox1.gif) no-repeat;
    width: 210px;
    height: 120px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.sbox1 {
	height: 229px; cursor: default;
}

.sbox2 {
    background: url(../images/sbox2.gif) no-repeat;
}

.sbox3 {
    background: url(../images/sbox3.gif) no-repeat;
}

.sbox4 {
    background: url(../images/sbox4.gif) no-repeat;
}

.sbox5 {
    background: url(../images/sbox5.gif) no-repeat;
}

.sbox6 {
    background: url(../images/sbox6.gif) no-repeat;
}

.sbox1 a, .sbox2 a, .sbox3 a, .sbox4 a, .sbox5 a, .sbox6 a {
    color: #ffffff;
    text-decoration: underline;
}

.sbox1 a:hover, .sbox2 a:hover, .sbox3 a:hover, .sbox4 a:hover, .sbox5 a:hover, .sbox6 a:hover {
    color: #ffffff;
    text-decoration: none;
}

.sbox1Title, .sbox2Title, .sbox3Title, .sbox4Title, .sbox5Title, .sbox6Title {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    padding: 8px 5px 5px 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    font-size: 110%;
}

#leftCol {
    float: left;
    width: 750px;
    padding-left: 10px;
}

#rightCol {
    float: left;
}

#contentBody {
	width: 730px;
	margin-top: 20px;
}

.callToAction li {
	line-height: 10px;
	padding-left: 0px;
	margin-left: 0;
	list-style-type: none;
}

.callToAction {
	text-align: left;
	margin-left: 20px;
	padding-left: 0;
	margin-top: 8px;
	margin-bottom: 5px;
}

.summaryDiv {
	padding: 10px 15px 10px 0px; 
	width: 350px; 
	height: 180px; 
	border-bottom: 1px solid #333482; 
	float: left; 
	cursor: pointer;
}

.summaryDivHover {
	padding: 10px 15px 10px 0px; 
	background-color: #f0f0f0;
	width: 350px; 
	height: 180px; 
	border-bottom: 1px solid #333482; 
	float: left; 
	cursor: pointer;
}

.articleLinks {
	text-align: center; 
	clear: both; 
	margin: 20px 0px 10px 0px;
}

img, input, button, image { behavior: url(../../css/iepngfix.htc) }
