
/*   BODY STYLING  */

body {
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family:Verdana;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}





/*   CONTAINER   */

#container {
	width: 944px;
	height: auto;
	margin: 10px auto;	
	padding: 0px;
}





/*   HEADER   */

.header {
	float: left;
	width: 944px;
	height: 125px;
	border-bottom: 1px solid #d4d4d4;
	margin: 0px;
	padding: 0px;
}

.headerLeft {
	float: left;
	width: 272px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.headerRight {
	float: left;
	width: 672px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}




/*   TOP NAV   */

.Links {
	font-size: 13px;
	width: 100%;
	overflow: hidden;
}
	
.Links ul {
	float: left;
	width: 93%; 
	height: 24px;
	margin: 24px 0px 0px 0px;
	padding-top: 77px;
}

.Links ul li {
	display: inline;
	text-align: right;
}

.Links ul li a {
	float: right;
	height: 24px;
	_height: 20px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;	
	margin: 0px;
	padding: 0px 12px 0px 12px;
}

.Links ul li a:visited {
	color: #555555;
	text-decoration: none;	
}

.Links ul li a:hover {
	color: #9b0000;
	text-decoration: none;
	border-color: #9b0000;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
}

.Links ul li a:current {
	color: #9b0000;
	text-decoration: underline;
	border-color: #9b0000;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
}

.Links ul li.active a { 
    color: #9b0000; 
    text-decoration: none;
}

a:active {color:#9b0000}


/*   CONTENT   */

.left {
	float: left;
	width: 633px;
	height: auto;
	border-right: 1px solid #d4d4d4;
	margin: 15px -1px 15px 0px;
	padding: 0px;
}

.right {
	float: left;
	width: 282px;
	height: auto;
	margin: 0px 0px 15px 0px;
	border-left: 1px solid #d4d4d4;
	padding-left: 14px;
	padding-top: 11px;
}





/*   FOOTER   */

.footer {
	float: left;
	width: 944px;
	height: auto;
	border-top: 1px solid #d4d4d4;
    	font-size: 11px; 
    	color: #898989;
	text-align: right;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	
	
}

.footerLeft {
	float: left;
	width: 633px;
	height: auto;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

.footerRight {
	float: right;
	width: 292px;
	height: auto;
	margin: 6px 0px 0px 0px;
	padding-left: 10px;
	padding-top: 0px;
}






/*   TYPOGRAPHY STYLING   */

h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #000000;
	margin: 15px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	font-weight: lighter;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h3 {
	font-size: 14px; 
	color: #000000;
	margin: 0px;
	padding: 6px 0px 10px 0px;
}

p {
    	font-size: 11px; 
    	color: #898989;
	margin: 0px;
	padding: 0px;
}

.style4 {color: #898989}
.style5 {
	font-size: 13px;
	color: #9b0000;
	font-weight: bold;
}

.leftPara {
    	font-size: 12px; 
    	color: #898989;
	margin: 0px 14px 10px 0px;
	padding: 0px;
}

.rightPara {
    	font-size: 11px; 
    	color: #898989;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}






/*   LINK STYLING   */

a img { 
	text-decoration: none;
	border: 0px;
}

a:link { 
	color: #9b0000;
	text-decoration: none;
} 

a:visited { 
	color: #9b0000;
	text-decoration: none;
} 

a:hover { 
	color: #9b0000; 
	text-decoration: none;
	border-color: #9b0000;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

a:active {color:#9b0000}





/*   CLEAR DIV STYLING   */

.Clearer { clear:both; }

div.clear {
	clear: both; 
	height: 0px;	 	
	line-height: 0px;
	font-size: 0px;
}

.hrStyle {	
	height: 1px;	 	
	line-height: 1px;
	font-size: 0px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}