body{
	padding:0px;
	margin:0px;
	background-image:url(../images/background.gif);
}
#wrap{
	margin:0px auto 0px auto;
	width:780px;
	background-image:url(../images/shadow_bg.png);
}
* html #wrap { /* for IE/Win */
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/shadow_bg.png",sizingMethod="scale");
} 
#innerWrap{
	background-color:#FFF2C5;
	width:740px;
	margin:0px 10px 0px 10px;
	padding:0px 10px 10px 10px;
}
/**********************
**      HEADER       **
**********************/
#header{
	width:740px;
	height:97px;
	background-image:url(../images/header_bg.gif);
}
#headerLeft{
	float:left;
	width:85px;
	padding:0px 10px 0px 20px;
}
#headerTop{
	float:left;
	width:625px;
	height:67px;
	margin:10px 0px 0px 0px;
}
#headerRight{
}
#textLogo{
	width:300px;
	height:47px;
	margin:0px;
	padding:20px 0px 0px 0px;
	float:left;
}
#headerLinks{
	float:left;
	width:305px;
	font-size:10px;
	color:#FFF2C5;
	text-align:right;
	padding:2px 10px 0px 0px;
}
#headerLinks a{
	color:#FFF2C5;
	text-decoration:none;
}
#headerLinks a:hover{
	text-decoration:underline;
}
#headerSlogan{
	float:right;
	padding:28px 10px 0px 0px;
}
/**********************
**      Nav Bar      **
**********************/
#headerNavbar{
	float:left;
	height:20px;
	width:625px;
	color:#FFFFFF;
}
#headerNavbar img{
	float:left;
}
.topNavItem{
	display:inline;
}
/**********************
**     Main Area     **
**********************/
#mainArea{
	margin:10px 0px 0px 0px;
	width:740px;
}
#mainArea_left{
	width:525px;
	border:5px solid #071352;
	background-color:#FFFFFF;
	color:#000000;
	float:left;
}
#pageTitleImage{
	margin:0px;
	padding:0px;
}
#mainArea_left_text{
	padding:5px;
}
#mainArea_right{
	float:left;
	margin: 0px 0px 0px 10px;
	width:195px;
}
#mainArea_right .rightBox{
	border:5px solid #071352;
	width:185px;
	background-color:#FFFFFF;
	color:#000000;
	margin:0px 0px 10px 0px;
}

/**********************
**      FOOTER       **
**********************/
#bottom{
	padding: 10px 0px 0px 0px;
	clear:both;
}
#footerSlogan{
	height:22px;
	width:740px;
	background-color:#071352;
	text-align:center;
	padding:3px 0px 0px 0px;
}
#footerLinks{
	margin:10px 0px 10px 0px;
	widows:740px;
	text-align:center;
}
#bottomShadow{
	margin:0px auto 0px auto;
	background-image:url(../images/shadow_bottom.png);
	width:780px;
	height:18px;
}
* html #bottomShadow { /* for IE/Win */
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/shadow_bottom.png",sizingMethod="scale");
}
#copyright{
	margin:0px auto 0px auto;
	width:780px;
	text-align:center;
}
#copyright a{
	color:#000000;
	text-decoration:underline;
}