html {
height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}

.container {
	width: 761px; 
	height: 100%; 
	margin-left: auto; 
	margin-right: auto; 
}

.header {
	height: 89px; 
	width: inherit; 
	background-image: url(/images/layout/header_back.gif);
	background-repeat: repeat-x; 
}

.nav {
	padding-bottom: 10px;
	height:30px;
	vertical-align: top; 
	text-align: left;
	background-image: url(/menu/background.gif);
	background-repeat: repeat-x;
}

.splash {
	padding-bottom: 10px; 
}

.main_container {
	padding-bottom: 10px; 
}

.contentpad {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainbg {
	background-image: url(/images/layout/main_bg.gif); 
	background-repeat: repeat-x; 
	background-color: #e66532;
}

.rightbg {
	background-image: url(/images/layout/right_bg.gif);
	background-repeat: repeat-x;
	background-color: #2497D4;

}

.bottom {
	text-align: left;
	padding-bottom: 10px;
}

.bottombg {
	background-image: url(/images/layout/bottom_bg.gif);
	background-repeat: repeat-x;
	background-color: #2497d4;
}

.footer {
	background-image: url(/images/layout/footer_bg.gif);
	background-repeat: repeat-x;
}

.normal {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252525;
	word-spacing: 2pt;	
}

p {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #252525;*/
	color: #000000;
	word-spacing: 2pt;	
}

hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-style: none;
	height: 1px;
}

a {
	color: #EEEEEE;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.img {
	border: 1px dashed #FFFFFF;	
}

.imgpad {
	border: 1px dashed #FFFFFF;
	margin: 5px;
}

#footer a {
	text-decoration: none; 
	color: #3199d5;
}	

#footer a:hover {
	text-decoration: underline;
	color: #3199d5;
}
.titlepad {
	padding-left: 5px;
	letter-spacing: .05em;
	word-spacing: .25em;
}

.titlepad a:hover {
	text-decoration: none; 
	text-decoration: underline;
	color: #252525;
}

.titlepad a {
	text-decoration: none; 
	color: #252525;
}

.rightimgpad {
	margin-bottom: 10px;	
}

ul {
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252525;
	word-spacing: 2pt;	
}