/* CSS Document */

body {
	margin:0;
	padding:0;
}
html, body {
	height:auto !important;
}
body, td, div, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size:small; /* for other IE versions */
}
html>body { /* be nice to Opera */
	font-size:small;
}
img, fieldset {
	border: none;
}
a {
	text-decoration:none;
	color:#850057;
}
a:visited {
	text-decoration:none;
	color:#850057;
}
a:hover {
	text-decoration:underline;
	color:#548025;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%
}*/

/*---------------------------------- GLOBAL ---------------------------------*/
.clearfix {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
h2, h3, body {
	color:#747678;
}

/*---------------------------------- MAIN ---------------------------------*/
#wrapper {
	margin: auto;
	width: 735px; 
	padding: 0px;
}
#masthead {
	width: 735px;
	height: 85px;
	background:url(../images/bg_masthead.gif) left center no-repeat;
}
#content_wrapper {
	width: 735px;
	padding: 0px;
	display: inline;
}
#content {
	width: 590px;
	padding: 0px 5px 0px 0px; 
	float: left;
}
#contentform {
	width: 590px;
	padding: 40px 5px 0px 140px; 
	float: left;
}
#footer {
	padding: 20px 5px 0px 140px; 
	width: 590px;
	height: 40px; 
	color:#c9cac8;
}

/*---------------------------------- SideNav Accordion ---------------------------------*/
#sideNav { 
	width: 100px;
	height: 355px;
	padding-top:40px;
	padding-left:15px;
	padding-right:25px;
	background:url(../images/bg_navigation.gif);
	text-align: right;
	text-transform: uppercase;
	float: left;
}
#sideNav a, #sideNav a:visited {
	color:#ffffff; /*CSC RED #ef2525*/
	text-decoration:none;
}
#sideNav a:hover {
	text-decoration:none;
	color:#ffffff;
}
.nav { 
	cursor: hand;
	cursor: pointer;
	font: bold 10px Verdana, san-serif;
	margin-bottom: 10px;
	color: #ffffff;
	display: block;
}
.navlink { 
	cursor: hand;
	cursor: pointer;
	font: bold 10px Verdana, san-serif;
	margin-bottom: 10px;
	color: #ffffff;
	display: block;
}
.navlinkred { 
	cursor: hand;
	cursor: pointer;
	font: bold 10px Verdana, san-serif;
	margin-bottom: 10px;
	color: #ef2525;
	display: block;
}
.thesubNav {
	font: 10px Verdana, san-serif;
	color: #ffffff;
	margin-bottom: 10px; 
}
.openSub { /*class added to contents when they are open*/
	color: #ffffff;
}
.closeSub { /*class added to contents when they are closed*/
	color: #ffffff;
}

/*---------------------------------- Styling Text ---------------------------------*/

hr { color: #850057;
background-color: #850057;
height: 1px;
border: 0px;
}

.head {
color: #850057;
font-size:18px;
text-transform: uppercase;
}
.head_standard {
color: #850057;
font-size:18px;
}

.subhead {
display:block;
color: #850057;
border-top:#850057 1px solid;
font-size:14px;
text-transform: uppercase;
}

.subhead2 {
color: #548025;
font-weight: bold;
}

h1 {
color: #850057;
font-size:18px;
font-weight:100;
}

h2 {
display:block;
color: #850057;
border-top:#850057 1px solid;
font-size:14px;
font-weight:100;
text-transform: uppercase;
}

h3 {
display:block;
color: #850057;
font-size:14px;
font-weight:100;
}

h4 {
color: #850057;
}

