/*standard*/

body
{
	font-family:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#40486A;
	background-color:#E7F9FF; 
	text-align:center;
	margin-top:0px;
	background-image:url(../images/template/background.jpg);
	background-repeat:repeat-x;
	/*font-family: Arial;
	/*color:#000000;
	/*background-color:#4F3500;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-base-color:#CCCCCC;
	scrollbar-darkshadow-color:#C8FFBA;
	scrollbar-face-color:#C8FFBA;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#C8FFBA;
	scrollbar-face-color:#EFF2F5;*/
}

img
{
	border:none;
}

body #intro
{
	width:825px;
	height:581px;
	background-image:url(../images/intro.jpg);
	position:absolute;
	left: 50%;
	margin-left:-412px;
}

body #intro a img
{
	width:180px;
	height:20px;
	margin:430px 95px 0px 195px;
	border: 0px;
}

body #container
{
	position:absolute;
	left: 50%;
	width:934px;        
	margin-left: -467px; /*set to a negative number 1/2 of your width*/	
	padding: 0px 0px 0px 0px;
}

body #container #top
{
	height: 116px;
	width: 934px;
	background-image: url(../images/template/top.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

body #container #top img
{
	width: 160px;
	height: 112px; 
	margin: 0px 0px 0px 30px;
	border: 0px;
}

body #container #top a
{
	text-decoration:none;
}

body #container #menu
{
	height: 28px; 
	width: 934px; 
	text-align:left;
	margin:0px 0px 0px 0px;
}

body #container #menu img
{
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}

body #container #menu a
{
	text-decoration:none;
}

body #container #submenu
{
	height: 28px; 
	width: 934px; 
	background-image: url(../images/template/submenu.jpg);
	text-align:left;
	margin:0px;
}

body #container #submenu img
{
	border: 0px solid Black;
	margin:0px;
}

body #container #contentcontainer
{
	_height:407px;
	min-height:407px;
	width:934px;
	max-width: 934px;
	text-align:left;
	background-image:url(../images/template/content_bg.jpg);
	background-repeat:repeat-y;
margin-top:0px;
}

body #container #contentcontainer #content
{
	background-image:url(../images/template/content.jpg);
	background-repeat:no-repeat;
	padding: 40px 30px 0px 80px;
	/*width:840px;
	background-color:#FFF;*/
	min-height:407px;
}

body #container #bottom
{
	height: 135px;
	width: 870px;
	margin-left:64px;
	background-image: url(../images/template/bottom.jpg);
	text-align:left;
}


/*body #container #bottom img
{
	width:160px;
	height: 20px; 
	margin: 30px 0px 0px 690px;
	border: 0px;
}*/

body #container #bottom a
{
	text-decoration:none;
}

A:link 
{
	text-decoration: underline;
	font-size:15px;
	color:#40486A;
}

A:visited
{
	text-decoration: underline;
	font-size:15px;
	color:#40486A;
}

A:hover
{
	text-decoration: underline;
	font-size:15px;
	color:#40486A;
}

/*Location link styles*/

h1
{
	margin-top:0px;
	font-size:17px;
	font-weight:bold;
	text-decoration: none;
}

h2
{
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
}

.hidden
{
	display:none;
}