@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	background-color:#f0f0f0;
	line-height:125%;
	padding:0;
	margin:0;
}
#bodycontent {
	padding-right:15px;
}
h1, h2, h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size:xx-large;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background-color:#e5e5e5;
	color:#6f6f6f;
	padding-top:2em;
	padding-bottom:.2em;
	padding-left:.4em;
	margin:0;
}
h2 {
	color:#302052;
	font-size:130%;
	font-weight:normal;
	padding-top:15px;
	margin-top:15px;
}
p {
	font-size:small;
	color:black;
}
#tagline p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	background-color:#a8a8a8;
	border-top:3px solid #c9c9c9;
	border-bottom:3px solid #c9c9c9;
	padding-top:.2em;
	padding-bottom:.2em;
	padding-left:75px;
	margin:0;
	color:white;
}
#update {
	float:right;
	width:300px;
}
#footer p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:smaller;
}
.fun {
	font-size:large;
}
/*This section is for the main navigation*/
#navigation {
	width:200px;
	height:120%;
	border-top:3px solid #c9c9c9;
	background-color:#4a3d74;
}
#navigation a {
	font-weight:bold;
}
#navigation a:link {
	color:#e5e5e5;
}
#navigation a:visited {
	color:#c9c9c9;
}
#navigation a:hover {
	text-decoration:none;
	color:e5e5e5;
	background-color:#658442;
}
#navigation a:active {
	color:#e5e5e5;
	background-color:#658442;
}
ul {
	margin-top:15px;
}
li {
	font-size:small;
	list-style:none;
}
/*This section is for the Mini navigation
Any rule stated for Main applies except where stated otherwise*/
#navi {
	margin-top:0;
}
#navi a {
	font-weight:normal;
}
#navi ul {
	margin-top:0;
}
#navi li {
	list-style:none;
	font-size:small;
}
/* This section start positioning */
#navigation, #bodycontent, #header {
	position:absolute;
}
#navigation, #bodycontent {
	top:120px;
}
#bodycontent {
	left:240px;
}
#header {
	width:100%;
}

