﻿
/* Global Style */

body {
	margin:0;
	padding:0;
	height:100%;
	font-family: verdana;
	font-size: 12px;
	color:black;
} 

a:link, a:visited {
	color: #6b2565;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #849834;
	text-decoration:none;
	font-weight:bold;
}


h1 {
	font-size: 24px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	color: #244766;
}


h2 {
	font-size: 20px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	color: #244766;
}

h3 {
	font-size: 18px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	color: #244766;
}

h4 {
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	color: #244766;
}

#mainContent {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-family: verdana;
	font-size: 12px;
	overflow: hidden;
	}

#LeftSide {
	overflow: hidden;
	float: left;
	width: 15px;
	height: 100%;
	border: 1px;
	background-image: url("/design/lside.gif");
}

#RightSide {
	overflow: hidden;
	float: right;
	height: 100%;
	width: 15px;
	border: 1px;
	background-image: url("/design/rside.gif");
}

#PageBody {
	overflow: hidden;
	margin-top: 0px;
	padding: 10px;
	width: 700px;
	background-color: #f8f8f8;
/*	background-color: #ecf4ca; */ 
}

#hc0 {
	margin: 0px;
	border-top: 0px;
	border-bottom: 5px;
	border-left: 5px;
	border-right: 5px;
	border-color: black;
	border-style: solid;
	float:left;
}

#hc1 {
	margin: 0px;
	border-top: 0px;
	border-bottom: 5px;
	border-left: 5px;
	border-right: 2px;
	border-color: black;
	border-style: solid;
	float:left;
}
#hc2 {
	border-left: 3px;
	border-right: 2px;
	border-top: 0px;
	border-bottom: 5px;
	border-color: black;
	border-style: solid;
	float:left;
}
#hc3 {
	border-left: 3px;
	border-right: 2px;
	border-top: 0px;
	border-bottom: 5px;
	border-color: black;
	border-style: solid;
	float:left;
}

#hc4 {
	border-left: 3px;
	border-right: 5px;
	border-top: 0px;
	border-bottom: 5px;
	border-color: black;
	border-style: solid;
	float:left;
}

#navcontainer ul { 
	margin: 0;
	padding: 0;
	list-style-type: none; 
	text-align: center;
	line-height:25px;
} 

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	text-decoration: none;
	padding: .2em 1em .3em;
	color: #fff;
	background-color: #244766;
} 

#navcontainer ul li a:hover {
	color: #fff;
	background-color: #6b2565;
}

#Credits {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana;
	font-size: 9px;
	color: #eee;

}