﻿body {
	background-color : #FFFFCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : center;
	margin : 0;
	padding : 0;
}

p {
	text-indent: 0;
}


a {
	color : #990000;
}

a:visited {
	color : #990000;
}

/*a:hover {
	color : #000033;
	text-decoration : none;
	font-style:italic;
}*/

*/

a:active {
	color : #000033;
	text-decoration : none;
}


.BackGround{
	background-color: #023f92;
	height: 1000px;
	width: 100%;
	display: block;
/*	background-image: url('../images/BackDiagram.gif');
	background-repeat: repeat;
*/	
}
#PageContainer {
	width : 800px;
	margin-left : auto;
	margin-right : auto;
	border : 1px solid #000033;
}

#PageTitle {
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

#PageContent {
	width:685px;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	float:left;
	text-indent:100px;
	height:250px;
}


#NavBar {
	padding-top:0px;
	height:250px;
	width:115px;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	float:left;
}

#NavBar img{
	width:115px;
	height:35px;
}

.Button {
	background-image:url('../images/newbutton.gif');
	background-repeat:no-repeat; 
	text-indent:32px;
	color: white;
	width:115px;
	height:35px;
	font-size:10px;
}

.Button#Selected {
	color: #333333;
}

#NavBar a{
	color:white;
	text-decoration: none;
}

#NavBar a:hover {
	font-style:italic;
}

#Header {
	height : 120px;
	width : 800px;
	text-align : center;
}

#Content {
	padding : 25px;
}

#Menu {
	width : 115px;
	float : left;
}

#Text {
	float : left;
	margin-left : 5px;
	text-align : left;
	vertical-align:top;
	text-indent: 0;

}

#TextImage {
	margin-left : 5px;
	text-align : left;
	vertical-align:middle;
	font-size:18px;
}

h1 {
	font-size : medium;
	color : #990000;
	font-weight : normal;
}

h2 {
	font-size : 24px;
	color : #990000;
	font-weight : normal;
}
#PictureSection {
	clear : both;
	font-size : x-small;
	text-align : center;
	padding:10px;
}

#Footer {
	clear : both;
	height : 50px;
	font-size : x-small;
	text-align : center;
	padding-top : 10px;
	border-top : 1px solid #000033;
}

/*#Navigation		{
	background-color : #FFFFCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : center;
	margin : 0;
	padding : 0;
	
}
*/