@charset "utf-8";

#header {
	width: 950px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	margin: auto;
}
#mainholder {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
	
}
#menu a {
	display: block;
	float: left;
	padding-top: 14px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 35px;
	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/menuback-bull.png);
}


#menu .uber, #menu a:hover {
	display: block;
	float: left;
	padding-top: 14px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 35px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/menuback-broll.png);
}



#header h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000099;
}
p  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
	text-align: left;
	
}
.flashholder {
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#menu {
	color: #0C0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	background-image: url(images/menuback.png);
}
#logoholder {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #423F7D;
	border-right-color: #423F7D;
	border-bottom-color: #423F7D;
	border-left-color: #423F7D;
	text-align: center;
}
.bottomflash {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #423F7D;
	border-right-color: #423F7D;
	border-bottom-color: #423F7D;
	border-left-color: #423F7D;
}


#maincontents {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #423f7d;
	color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

body {
	background-color: #DEE4EF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
}
h1 {
	color: #423F7D;
	font-size: 14px;
	text-align: center;
}
