﻿
/* CSS layout */

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration:none
}



#wrapper {
	position:relative; /* this is 	required for absolute positioning for seo */
	width:55em;
	margin:.5em auto 1em auto;
	border: solid thin #0A015C;
		
}

#topads {
	width:100%;
	text-align:center
}

#topads img {
	padding:1em
}

#masthead {
	text-align:left; 
	border-bottom: solid thin #0A015C;
	border-top: solid thin #0A015C;
}

#masthead img {
	display:block;
	vertical-align:bottom;
	padding:0
}

#datebar {
	background-color:#0A015C;
	height:1.5em;
	text-align:center;
	
}

#datebar h2 {
	display:inline;
	padding-right:.5em;
	font: large "Times New Roman";
	font-weight:normal;
	color:#FFF
}

#datebar h3 {
	display:inline;
	padding-right:1em;
	font: medium "Times New Roman";
	font-weight:normal;
	color:#FFF;
	
}

#left_col {
	position:absolute; /* this is required for seo */
	top:14.4em;
	left:0;
	width: 10em;
	padding: 1em .5em 1em .25em;
	text-align:center;
		

		
}

#left_col img {
	text-align:left;
	padding:.5em 0 .5em 0
}

#page_content {
	margin-left:11em;
	margin-bottom:2em;
	padding: 1em;
	text-align:center;
	font: normal small Arial, Helvetica, sans-serif;
	color:#000000
}


#nav{
	width:100%;
	text-align:left;
	line-height:1.75em;
	padding:.5em;
	font: normal large Times New Roman, serif;
	color:#0A015C;

}

#nav a:visited {
	text-decoration:none;
	font: normal large Times New Roman, serif;
	color:#2B2372;
	
}

#nav a:link {
	text-decoration:none;
	font: normal large Times New Roman, serif;
	color:#2B2372;
	
}

#nav a {
	text-decoration:none;
	font: normal large Times New Roman, serif;
	color:#2B2372;
	
}

#nav a:active {
	background-color:#CDCBE4;
}	

#nav a:hover {
	background-color:#CDCBE4;
}	

#nav li.selected a:visited {
	color:#960
}



#nav li.selected a:link {
	color:#960
}



#webcluster {
	float:left;
	padding-right:2em
}


#tmiller {
	font-family:Elephant;
	font-size:small;
	padding-bottom:1em;
	text-align:center
	
}
 
 
#footer {
	clear:both;
	background-image:url('images/footgrad.jpg');
	background-repeat:repeat-x;
	padding: 1.5em 0em;
	text-align:center;
	margin-top:2em
	
}

#footer a:visited {
	text-decoration:none;
	font: normal x-small Arial, Helvetica, sans-serif;
	color:#2B2372;
	
}

#footer a:link {
	text-decoration:none;
	font: normal x-small Arial, Helvetica, sans-serif;
	color:#2B2372;
	
}

#footer a {
	text-decoration:none;
	font: normal x-small Arial, Helvetica, sans-serif;
	color:#2B2372;
	
}

#footer a:active {
	background-color:#CDCBE4;
}	

#footer a:hover {
	background-color:#CDCBE4;
}	

#footer h3 {
	clear:both;
	font-weight:bold;
	padding-top:.5em;
	text-align:center
}


ul {
	list-style-type:none
}

h1{
	font: xx-large "Times New Roman";
	color:#960;
	text-align:center;
	padding:1em 0 .5em 0
}

h2{
	font: x-large "Times New Roman";
	color:#960;
	text-align:center;
	padding-bottom:.5em
}

h3 {
	font: medium "Times New Roman";
	font-weight:bold;
	color:#2B2372;
	text-align:center
}

h4 {
	font: small Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#2b2372;
	
}

}
a:link {
	color:#2B2372;
	text-decoration:none
}

a:visited {
	color:#4B4487;
	text-decoration:none
}

a:hover {
	color:#2B2372;
	background-color:#CDCBE4;
	text-decoration:none
}

a:active {
	color:#2B2372;
	background-color:#CDCBE4;
	text-decoration:none
}

a img {
	border-style: solid;
	border-color: inherit;
	border-width: 0px;
	background-color:none;
		text-decoration:none;
}

hr {
	color:#CDCBE4
}

img a:link, a:visited,a:hover, a:active {
	background-color:none;
	border:none;
	text-decoration:none 
}

#left_col h3 {
	font:normal small Arial, Helvetica, sans-serif;
	color:#960;
	padding-top:2em
	
}

#left_col p {
	font:normal small Arial, Helvetica, sans-serif;
	padding-bottom:2em
}

#left_col  a, #left_col a:link, #left_col  a:visited {
	color:#2B2372;
		
}

#left_col a:hover, #left_col a:active {
	background-color:#CDCBE4;
	
}





