/*  universal selector  */

* {margin: 0px;}

body  {
	  font-family: Verdana, sans-serif;
	  font-size: 62.5%;
	  background-color: #23253a;
	}

p  {
	line-height: 1.8em;
	font-size: 1.6em;	
	}



a {
	text-decoration: none;
	color: #23253a;
	}


a:link {
	color: #23253a;
	font-weight: bold;
	}

a:visited {
	color: ;}

a:hover {
	color: #afb2cf;}

a:active {
	color: ;}

li {
	list-style-type: none;
	line-height: 1.6em;
	}

dl {
	margin: 40px auto;
	}

	
dt {
	font-size: 1.8em;
	color: #8084b3;
	font-weight: bold;
	font-style: italic;
	padding: 10px;


	}
dd { 
	font-size: 1.4em;
	line-height: 1.6em;
	
	}


h1, h2, h3, h4, h5  {text-align: center;}




p.contentscroll  {
		overflow: scroll;
	}
h3  {
	font-size: 3em;
	}

h2 { 
	font-size: 4em;
	}

h1 {	
	font-size: 5em;
	}


.fancy  {
	font-style: italic;
	font-family: "Comic Sans MS", cursive, sans-serif;
	
	}

#sunlogo {
	height: 150px;
	width: 900px;
	background: url("images/sunlogo.png") no-repeat center;

	}





#page  {
	width: 1200px;
	margin: auto;
	background: #fcfcff;
	box-shadow: 0 0 60px #777777;
	-moz-box-shadow: 0 0 60px #777777:
	-webkit-box-shadow: 0 0 60px #777777;

	}

#print {
	height: 35px;
	width: 200px;
	background: #fcfcff;
	font-size: 1.2em;
	text-align: center;
	margin: ;
	
	
	}



#nav  {
	
	font-size: 1.4em;
	border-bottom: 2px solid #23253a;
	padding: 10px;
	margin-bottom: 20px;

	}

#nav li {
	display: inline;
	padding: 20px;
	
	}


#homepict  {
	height: 200px;
	width: 980px;
	text-align: center;
	margin: 20px auto;
	border: 3px solid #23253a;
	box-shadow: 0 0 20px #777777;
	-moz-box-shadow: 0 0 20px #777777:
	-webkit-box-shadow: 0 0 20px #777777;
	}


#header  {	
	
	height: 300px;
	

	}

#main {
	width: 1000px;
	margin: 0 auto;

	}

#main p {
	font-size: 1.6em;
	padding: 30px;
	text-align: left;

	}

#main li {
	font-size: 1.6em;
	
	}
#main a:link {text-decoration: underline;}


#print a:link {text-decoration: none;}


table {
	width: 600px;
	margin: auto;
	padding-bottom: 20px;
	}
th, td {
	padding: 5px;
	font-size: 1.4em;
	text-align: left;
	}

#brookslogo {
	width: 1200px;
	height: 60px;
	text-align: center;
	padding: 5px;
	}


#footer {
	border: 1px;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 40px;
	}
