/* CSS Document */

body {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
	background-color: #000033;
}
	
div {
	font: Arial;
}

#header {
	width: 1000px;
	background-color: #000033;
	margin: 0;
	padding-top: 0;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#page title {
	background color: #330099;
	width: 1000px;
	margin-top: 2px;
}

#nav {
	margin: 0;
	padding: 0;
	background-color: #000066;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
	

#main-holder /* left and middle column */{
	width: 740px;
	float: left;
	border-bottom: 1px none #ffffff;
	background-color: #FFFFFF;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #000;
	border-left: 1px solid #FFFFFF;
	padding-left: 1px;
	height: 1200px;
}

#extra {
	width: 240px;
	float: right;
	background-color: #660066;
	border-top: 1px solid #000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #ffffff;
}

#main {
	width: 100%;
	float: right;
	background-color: #FFFFFF;
	padding-left: 0px;
	height: 1100px;
		
}
#main a:link { color: #000033;}
#main a:visited {color:#330000;}

#subnav {
	width: 150px;
	float: left;
	background-color: #FFFF99;
	margin-right: 1px;
	padding-right: 2.1px;
	padding-left: 2.1px;
}

#footer {
	width: 1000px;
	float: left;
	margin: 10px 10px 10px 0px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	}
	
h1 /*header image*/{
	margin-bottom: 4px;
	margin-top: 0px;
}	
		
h2 /*Page title*/{
	width: 100%;
	font: Trebuchet;
	font-size: 200%;
	color: white;
	border-bottom-width: 1 px;
	background-color: #000033;
	padding-top: 0px;
	margin-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

h3 /*right column & main column*/{
	font-size: 130%;
	font-family: "Book Antiqua";
	text-align: left;
	color: #000000;
	text-decoration: underline;
}

h4  /*right column title*/{
	font-size: 130%;
	background-color: #FF9900;
	font-family: "Book Antiqua";
	text-align: center;
}

h5 /* footer text*/{
	font-size: 100%;
	font-family: "Book Antiqua";
	text-align: center;
	text-style: italic;
	margin-bottom: 0px;
	border-top: #ffffff;
	color: white;
}

.post {
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 2px;
	font-size: 14px;
	font-style: italic;		
}

.post a:link { color: #FF9900;}
.post a:hover { color: #FFCC00;}
.post a:visited { color: #FFFF00;}
