@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body { 
	margin:0;
	padding: 0;
	background-color: #e1e1e1;
	background-image: url(../images/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f6062;
	}

h1 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: normal;
}

p {
	padding: 10px 0;	
}

a { 
	color: #ab0534;
	text-decoration: none; 
	}
	
a:hover { 
	text-decoration: underline; 
	}

img {
	border: 0;	
}

ul {
	list-style: none;
}

#sheath {
	margin: 0 auto;
	width: 855px;	
}

#header {
	width: 855px;
	height: 148px;	
}
#nav {
	margin: 14px 0 10px 0;
	padding: 0 15px;
	padding-top: 16px;
	width: 825px;
	height: 38px;
	font-size: 15px;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}

#nav a {
	color: #9a9c9f;	
}

#nav a:hover {
	color: #ab0534;	
	text-decoration: none;
}


#nav ul li {
	margin: 0 5px;
	display: inline;	
}

#content {
	margin: 0;
	width: 855px;
	height: auto;
}

#cLeft {
	margin-right: 55px;
	width: 340px;
	height: auto;
	float: left;
}
#cRight {
	width: 460px;
	height: auto;
	float: left;
}

.bodyText {
	padding: 0 5px;	
}

.bodyText img {
 margin: 0 8px 0 0;	
}


.file {
	padding: 25px 20px 20px 15px;
	width: 304px;
	height: 157px;
	font-size: 12px;
	background-image: url(../images/file.png);
	background-repeat: no-repeat;
}
.file .redHead {
	margin-bottom: 20px;
}

.fileText {
	line-height: 20px;
	height: 90px;
}

.highlight {
	width: 460px;
	height: 194px;
	background-image: url(../images/highlightImage.png);
	background-repeat: no-repeat;
}

.learnMore {
	margin-top: 20px;
	float: right;	
}

#footer {
	margin: 14px 0 10px 0;
	padding: 0 15px;
	padding-top: 18px;
	width: 825px;
	height: 36px;
	font-size: 12px;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
}

#footer ul li {
	margin: 0 5px;
	padding-right: 30px;
	display: inline;	
}

#hLeft {
	width: 255px;
	float: left;
}
#hRight {
	padding-top: 23px;
	width: 600px;
	float: right;
}
.tagLine {
	margin: 68px 0 0 0;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}
.dot {
	font-size: 15px;
	color: #ab0534;
}
.clear {
	clear: both;	
}

.footNote {
	font-size: 8px;	
}

.toTop {
	font-size: 10px;	
}

.red {
	color: #ab0534;		
}

.redHead {
	color: #ab0534;
	font-size: 15px;	
}

.sideLink {
	margin: 0 0 0 10px;
	padding: 3px 0;	
}

.sideLink a {
	color: #5f6062;
}

.moveUp {
	margin-top: -10px;	
}
