

body {
	margin: 0px;
	height:100%;
	background:#FFFFFF url('/images/body_background.jpg') repeat-x top left;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size:15px;	
line-height:125%;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size:24px;	
line-height:125%;
color:#333399;
}

ul {
font-family: Arial, Helvetica, sans-serif;
font-size:15px;	
line-height:125%;
list-style-type:circle;
}

table {
font-family: Arial, Helvetica, sans-serif;
font-size:15px;	
line-height:125%;
}

*{margin: 0; padding: 0;}

.clear-both {clear:both;}

.ContentDefault {
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
line-height:125%;
}

#PageWrapper {
	width:900px;
	height: 600px;
	margin:0 auto;
	position: relative;
}

#Banner {
	width: 100%;
	
	height: 266px;
	position: relative;

}

#MenuContainer { 
	width: 100%;
	height: 40px;
	margin: 15px 0px 0px 0px;
	background: #5e8d2f;
	position: relative;
	vertical-align:middle;
}

#SideMenuContainer {
	width: 25%;
	margin: 0px 0px 0px 0px;
	background: #5e8d2f;
	position: relative;
	float: left;
	vertical-align:middle;
}

#ContentContainer {
	width: 100%;
	min-height: 600px;
	margin: 15px 0px 0px 0px;
	background: white url('/images/contentcontainer_bg2.jpg') repeat-x top left;
	position: relative;
}

#ContentTextContainer {
	width: 540px;
	margin: 30px 5px 30px 30px;
	position: relative;
	float: left;

}

#Container1 {
	margin: 100px 30px 30px 5px;
	position: relative;
	text-align: center;
	font-size: 12px;
	float: right;
}

#ContentHeaderContainer {
	margin: 45px 30px 0px 30px;
	position: relative;
}


a.WhiteLink:Link {
color: #FFFFFF;
}
a.WhiteLink:Visited {
color: #FFFFFF;
}
a.WhiteLink:Hover {
color: #000000;
}
