/* CSS Document */


/* Layout */
.shell_topper {
width: 100%;
height: 200px;
background: #AA0000 url("../images/grad_topper.jpg") repeat-x;
text-align: center;
}

.topper {
width: 760px;
margin-right: auto;
margin-left: auto;
}

.quote {
position: relative;
text-align: left;
height: 80px;
width: 400px;
font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 12px;
	color: #EFF0E0;
	font-weight: bold;
	margin-left: 10px; 
line-height: 1.4;
}

.top_nav {
position: relative;
top: 16px;
text-align: left;
}

.shell_body {
width: 760px;
margin-right: auto;
margin-left: auto;
}

.left_col {
float: left;
width: 475px;
background: url("../images/grad_body.jpg") no-repeat;
text-align: left;
}

.right_col {
float: left;
width: 285px;
background: url("../images/grad_sidebar.jpg") no-repeat;
text-align: left;
height: 400px;}

.footer {
clear: both;
margin-top: 15px;
width: 100%;
height: 50px;
background: #415470 url("../images/grad_footer.jpg") repeat-x;
text-align: center;
font-size: 10px;
	color: #EFF0E0;
}

/* Formatting */
body {
	font-family: verdana, arial, helvetica, geneva, sans-serif; 
	margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;
	text-align: center;
	}
	
p, hr, br, ul, li, td, b, u, i, th {
font-family: verdana, arial, helvetica, geneva, sans-serif;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}
p {
font-size: 12px;
line-height: 1.5;
	color: #333333;
	margin-left: 15px; 
	margin-right: 25px;
}

h1 {
	font-size: 18px;
	color: #AA0000;
	font-style: bold;
	margin-left: 15px; 
	margin-right: 15px;
	margin-bottom: -8px;
	letter-spacing: -.5;
}

h2 {
	font-size: 16px;
	color: #283344;
	font-style: bold;
	margin-top: 25px;
	margin-left: 15px; 
	margin-right: 15px;
	margin-bottom: -8px;
	letter-spacing: -.5;
	padding-top: 5px;
	border-top: dashed 1px #283344;
}

h4 {
	font-size: 14px;
	color: #EFF0E0;
	padding: 2px;
	font-style: bold;
	margin-left: 12px; 
	margin-right: 25px;
	margin-bottom: -4px;
	letter-spacing: -.5;
	text-transform: uppercase;
	padding-bottom: 3px;
	background: #AA0000;
}

.imgspace {
margin-right: 10px;
margin-bottom: 10px;
margin-top: 5px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #AA0000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #AA0000;
	}
a:hover, a:active { 
	font-weight: bold;
	text-decoration: underline; 
	color: #AA0000;
	}
	
	ul li {
	font-size: 12px;
	}
	
	#SubNav ul {
		list-style: none;
		padding: 0;
		padding-top: 20px;
		padding-bottom: 10px;
		margin-left: -40px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 15px;
		font-size: 12px;
		line-height: 15px;
		}

#SubNav li, #SubNav-gen li {
		list-style-image: none;
		list-style-type: none;
		text-indent: -15px;
		margin-right: 15px;
		margin-left: -15px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		}