/* index.css*/

#PageHeader{
	position: relative;
	width: 800px; height: 135px;
	clear: both;
	border-bottom: 2px solid green;
	background-image: url('/images/title_blue2.gif');
	background-attachment: fixed;
	background-position: top right;
	background-repeat: repeat-y;
}

#PageMid{
	position: relative;
	width: 800px;
	height: auto;
	overflow: hidden;
}


#NavBarSide {
	position: relative;
	float: left;
	width: 17%; font-size: 12pt;
	text-align: left;
	font-family: times new roman, sans-serif;
	border-right: 2px solid green;
	background-image: url('/images/nav_back.gif');
	background-repeat: repeat;
	margin-bottom: -1000px; 
	padding-bottom: 1000px;

}

#PageTitle{
	position: relative;
	float: right;
	width: 80%; height: 64px;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
	font-size: 36pt;
	font-family: impact, monospace;
	color: 663300;
}

#PageTitleLine{
	position: relative;
	float: right;
	width: 80%; height: 5px;
	font-size: 1px;
	border-bottom: 2px solid green;

}


#PageContent {
	position: relative;
	float: right;
	width: 80%; font-size: 12pt;
	padding: 5px;
	padding-left: 10px;
	text-align: justify;
	font-family: times new roman, sans-serif;

}

#PageFooter{
	padding: 1px;
	width: 800px;
	height: 64px;
	clear: both;
	padding-top: 10px;
}

body { 
	text-align: center; 
	width: 800px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}