@charset "UTF-8";
/* CSS Document */
* {
	margin:0 0;
}
body {
	background-image:url(assets/images/bg.jpg);
	background-color:#FFF;
	background-position: top;
	background-repeat: no-repeat;
	font-family:Verdana, Geneva, sans-serif;
}
#wrapper {
	width:939px;
	/*	height:660px;
*/	margin:auto;
	background-color:#FFF;
}
#masthead {
	background-image: url(assets/images/masthead.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:122px;
}
#flashcontainer {
	width:939px;
	height:281px;
	margin-top:0px;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:auto;
}
#menuNav {
	background-image: url(assets/images/nav-bar.jpg);
	background-repeat:repeat-x;
	height:22px;
	width:939px;
	margin:auto;
}
#bottomLinks {
	width:939px;
	margin-top:2px;
}
#bottom {
	background-image:url(assets/images/bottom.jpg);
	background-repeat:repeat-x;
	height:33px;
}
/*#contentTop {
	background-image:url(assets/images/content-top.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:945px;
	height:14px;
	margin-top:10px;
	margin-bottom:0px;
}
#contentBottom {
	background-image:url(assets/images/content-bottom.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:945px;
	height:14px;
	margin-bottom:10px;
}
*/#content {
	width:940px;
	margin:auto;
	margin-top:0px;
}
#contentLeft {
	width:569px;
	padding-left:25px;
	position:absolute;
	top:170px;
	height: 101px;
}
#contentRight {
	width:300px;
	min-height:400px;
	padding-right:25px;
	padding-left:10px;
	margin-top:25px;
	margin-right:5px;
	float:right;
	/*	position:absolute;
*/	top:180px;/*    border:#34486A ridge 4px;
*/}
#footer {
	width:939px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	font-size:small;
}
a {
	color: #2E4E89;
}

.floatLeft {
	float:left;
	padding-right:20px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
#flashContent {
	width:751px;
	height:285px;
}

