/*=================== STANDARD RULES ====================*/
body, ul, form fieldset, p {margin:0px; padding:0px;}

body{
 background-color: #20013d;
 background-image:url(../images/main-bg.gif);
 background-repeat:repeat-x;
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:.75em;
 color:#666666;
 }

h1,h2,h3,h4,h5,h6 {
 color:#4b253e;
 margin-bottom:1em;
 margin-top:0;
 }
h1 {font-size:1.6em;}
h2 {font-size:1.2em;}
h3 {font-size:1em;}
h4,h5,h6 {font-size:.8em;}

a:link {color:#4b253e; text-decoration:underline;}
a:visited {color:#4b253e; text-decoration:underline;}
a:hover {color:#4b253e; text-decoration:none;}
a:active {color:#4b253e; text-decoration:underline;}

input, textarea, select, option, button {
 font:1em arial,helvetica,sans-serif;
}

.printfooter {display:none;}
.printonly {display:none;}
.no-see {display:none;}
.clearfloats{clear:both;height:1px;}

/*=================== GLOBAL RULES ======================*/



#topcontainer, #maincontainer, #footer{
	width:880px;
	margin:0 auto;	
}
#topcontainer{
	position:relative;
	height:142px;
	background-image:url(../images/top-container-bg.jpg);
	background-repeat:no-repeat;
}
#homelink a{
	position:absolute;
	width:140px;
	height:130px;
	top:10px;
	left:60px;
}
#maincontainer{
	background-image:url(../images/main-container-bg.jpg);
	background-repeat:repeat-y;
}
#mainleft{
	float:left;
	width:167px;
	padding-left:50px;
	background-image:url(../images/leftmenu-bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#mainleft ul{
	width:138px;
	padding:27px 0 0 15px;
}
#mainleft h3{padding:0 0 0 15px;margin:20px 0 -20px 0;}
#mainleft li{
	list-style:none;
	border-bottom:1px solid #f0e1ca;
	padding:5px 0;
}
#mainleft a{
	color:#8b6c3d;
	text-decoration:none;
}
#mainleft a:hover{
	color:#20013d;
	text-decoration:none;
}

#mainright{
	float:left;
	width:612px;
}

/* content box includes the banner image and the content and visitor center */
#contentbox{
	width:612px;
}
#content{
	float:left;
	width:400px;
	color:#333333;
	font-size:11px;
	line-height:18px;
}
#content h1{padding:20px 0 5px 20px;margin:0;font-weight:normal;}
#content h2, #content h3{padding:5px 0 5px 20px;margin:0;}
#content p{padding:10px 20px;margin:0;}
#content img{padding:0 20px 0 20px;margin:0;}
.imgbumpleft{padding:0;margin:0 0 0 -20px;}
#content ul{padding:5px 0 10px 40px;}
#content li{
	list-style:none;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding-left:12px;
}
#newsmodule {margin-left:20px;}
#newsmodule td{margin:0;padding:0;}
#newsmodule img{margin:0;padding:0;}
.formtable{	
	margin-left:20px;
}
.flashmovie{
	width:358px;
	height:247px;
	background-image:url(../images/movie-bg.jpg);
	background-repeat:no-repeat;
	padding:5px 0 0 5px;
	margin-left:20px;
}
#footer{
	height:45px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-y;
	clear:both;
}