body, html {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	
	background-image: url(img/bg.jpg); background-repeat: repeat-x
}

img { 
	border: 0px; 
}

input, select {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

a:link,
a:visited,
a:active {
	color: #224BBD;
	text-decoration: underline;
}

a:hover {
	color: #224BBD;
	text-decoration: none;
}

h1 {
	color: #EAAC00;
	font-size: 20px;
	font-family: Georgia, Arial, Helvetica;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
}

h2 {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 0px;
}

h3 {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #224BBD;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #224BBD;
}

/*
top / right / bottom / left
*/

#header-container {
	border: 0px;
	height: 80px;
	width: 100%;
	background-image: url(img/bg_top.jpg);
}

#splash-container {
	border: 0px;
	height: 136px;
	width: 640px;
	background-image: url(img/splash_1.jpg);
}

.splash-container-box {
	padding-top: 107px;
	padding-left: 10px;
}

.splash-container-box-letters {
	padding-top: 50px;
	padding-left: 10px;
	
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	line-height: 13pt;
}

.menu-container {
	border: 0px;
	height: 80px;
	width: 730px;
	margin: 0px 0px 0px 0px;
}

.menu-container-left {
	border: 0px;
	height: 80px;
	width: 169px;
	float: left;
}

.menu-container-right {
	border: 0px;
	height: 25px;
	width: 541px;
	float: right;
	margin-top: 55px;
	margin-left: 20px;
	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

#site-container {
	height: auto;
	width: 640px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	border-bottom: 1px solid #BC9A3C;
}

#content-container {
	width: 638px;
	border: 0px;
	margin: 0px 1px 0px 1px;
	
	background-image: url(img/bg_white.jpg);
}

#content-container td {
	
	padding: 0px 20px 0px 30px;
	text-align: left;
	line-height: 13pt;
}

.content-container-left {
	border: 0px;
	height: auto;
	width: 400px;
	float: left;
	border-right: 1px solid #EFEFEF;
	padding-right: 10px;
}

.content-container-right {
	border: 0px;
	height: auto;
	width: 155px;
	float: right;
	font-size: 10px;
	line-height: 11pt;
}

#copyright-container {

	width: 640px;
	float: none;
	clear: both;
	
	border-top: 1px solid #E7BD4B;
	border-bottom: 1px solid #D39A00;
	background: #EAAC00;
	
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 11px;
	
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}


/*
top / right / bottom / left
*/


a.menu:link,
a.menu:visited,
a.menu:active {

	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {

	text-decoration: underline;
}

a.sub:link,
a.sub:visited,
a.sub:active {
 
	display: block;
	float: left;

	text-decoration: none;
	color: #FFFFFF;
	font: normal 11px Tahoma, Verdana, Arial;

	background: #2248BD;
	padding: 8px 9px 8px 9px;
	
	margin-right: 1px;
}

a.sub:hover {
	display: block;
	background: #2352E1;
}
