﻿body {
	background-color: #FFFFFF;
	text-align: center;
	}
	
a:link, a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #0000FF;
}	
	
#backgroundframe {
	background-image: url(websitebackground.gif);
	background-repeat: no-repeat;
	width: 960px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	height: 760px;
	z-index: 1;
	
	
}
#backgroundlefttop {
	text-align: left;
	z-index: 2;
	height: 200px;
	width: 240px;
	float: left;
}

#backgroundcentertop {
	text-align: left;
	float: left;
	height: 200px;
	width: 480px;
	}
#backgroundleftcenter {
	float: left;
	height: 490px;
	width: 240px;
	text-align: left;
}
#backgroundrighttop {
	text-align: left;
	float: left;
	height: 200px;
	width: 240px;
}

#backgroundcentercenter {
	float: left;
	height: 490px;
	width: 480px;
	text-align: center;
}
#backgroundrightcenter {
	float: left;
	height: 490px;
	width: 240px;
}
#backgroundleftbottom {
	float: left;
	height: 70px;
	width: 240px;
}
#backgroundcenterbottom {
	float: left;
	height: 70px;
	width: 480px;
}
#backgroundrightbottom {
	float: left;
	height: 70px;
	width: 240px;
}

#topmarginleftmenubuttons {
	height: 35px;
	width: 133px;
	margin-left: 50px;

}
#leftmenubutton {
	text-align: right;
	height: 32px;
	width: 133px;
	cursor: hand;
	background-image: url(buttonleft.gif);
	margin-top: 10px;
	margin-left: 50px;
}

#leftmenubutton a:link, #leftmenubutton a:visited {
	font-weight: bold;
	color: #003366;
	display: block;
	text-align: center;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 32px;
	margin-left: 30px;
}

#leftmenubutton a:hover{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	text-align: center;
	height: 32px;
	display: block;
	text-decoration: none;
	line-height: 32px;
	margin-left: 30px;
}

#leftmenubuttonpr {
	text-align: right;
	height: 32px;
	width: 133px;
	cursor: hand;
	background-image: url(buttonleftpr.gif);
	margin-top: 10px;
	margin-left: 50px;
}

#leftmenubuttonpr a:link, #leftmenubuttonpr a:visited {
	font-weight: bold;
	color: #FF8951;
	display: block;
	text-align: center;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 32px;
	margin-left: 30px;
}

#leftmenubuttonpr a:hover{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF8951;
	text-align: center;
	height: 32px;
	display: block;
	text-decoration: none;
	line-height: 32px;
	margin-left: 30px;
}
#submenuarea {
	height: 33px;
	width: auto;
	background-color: #E6ECF7;
	text-align: center;
	padding-top: 2px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	margin-top: 5px;
}
#submenuarea a:link, #submenuarea a:visited {
	font-size: 12px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8951;
	}

#submenuarea a:hover{
	color: #0033CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#maintextbox {
	text-align: left;
	padding: 10px 20px;
	height: 400px;
	width: auto;
	background-color: #E6ECF7;
	overflow: auto;
}
#textboxhome2 {
	text-align: left;
	margin: 2px 2px 2px;
	padding: 10px;
	padding-top:2px;
	padding-bottom:2px;
	height: 225px;
	width: 640px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	background-color: #E6ECF7;
}

#textboxhome {
	text-align: left;
	margin: 10px 2px 2px;
	padding: 10px;
	padding-bottom:2px;
	height: 300px;
	width: 440px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003366;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF8951;
	line-height: 20px;
}
ul{
	list-style-type: none;
	list-style-image: url(listpoint.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


.Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	color: #666666;
}

