body {
	background-image: url(images/bg.gif);
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	background:#001055 url(images/wrapperbg.gif) repeat-y;
	width: 1027px;
	margin: 0px auto;
}

#header{
	background:url(images/header.jpg);
	height: 143px;
}

#sidebar{
	background:#001055;
	color:#FFFFFF;
	width:195px;
	float: left;
}
#sidebar ul{
	margin:0px;
	padding:0px;
	
}
#sidebar li{
	list-style-type:none;
	padding:0;
	margin:0;
}
#sidebar li a{
	width:175px;
	padding:10px;
	margin:0px;
	border-bottom:#2f4295 1px solid;
	display:block;
	color:#FFF;
	text-decoration:none;
}
#sidebar li a:hover{
	background:#2f4295;
	text-indent:5px;
}
#page{
	background:#e0cdc1;
	width: 822px;
	float: right;
	padding:5px;
}

#page h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#990000;
	margin: 3px;
}
#whitebg{
	padding:15px;
	background-color:#FFF;
	border: 1px solid #EEE;
}

#whitebg img{
	padding:10px;
	border:0;
}

#splash{
	background:url(images/home_splash.jpg);
	width:822px;
	height:262px;
	display:block;
	position:relative;
}

#home_content{
	display:block;
	position:absolute;
	left: 23px;
	top: 27px;
	width: 339px;
	height: 200px;
	overflow:hidden;
	font-size:14px;
}
#home_content h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
}

#footer{
	width:98%;
	padding:10px;
	background-color:#a21200;
	clear:both;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
}

.orangelink a{
	color:#ffb72c;
	font-weight:bold;
	text-decoration:none;
}
.orangelink a:hover{
	text-decoration:underline;
}

