body{
	text-align:center;
	width:800px;
	background-attachment:fixed;
	background-image:url("../images/backgrounds/body.png");
	background-repeat:repeat-x;
	margin-left:10%; 
}

#contactbar{
	background-color:#ffffff;
	color:#333333;
	font-family: century gothic, arial, sans-serif;
	font-weight:600;
	font-size:85%;
	width:800px;
	text-align:left;
}


#content{
	font-family:century gothic, arial, sans-serif;
	font-size:80%;
	font-weight:500;
	color:#000000;
	text-align:left;
}

#content h1{
	text-align:center;
	text-decoration:underline overline;
	font-size:120%;
	color:#0000ff;
	font-weight:600;			
}

#content h2{
	text-align:left;
	font-size:100%;
	color:#ff0000;
	font-weight:600;			
}


#content li{
	list-style-image:url("/images/backgrounds/linav.png");
	padding-right:5px;
    font-weight:600;	
}	

/************************************************************************************/
/* Input Styles                                                                     */
/************************************************************************************/

input.form{
	border:#0000ff inset 2px;
}

select.form{
	border:#0000ff inset 2px;
}

textarea.form{
	border:#0000ff inset 2px;
}


#copy{
	color:#ffffff;
	background-color:#0000ff;
	height:100px;
	font-family:arial, helvetica, tahoma;
	font-weight:500;
	font-size:75%;
	clear:both;
	border-top:#000000 2px solid;
}

#copy a{
	color:#00ffff;
	text-decoration:underline;
}

#copy a:hover{
	color:#ffff00;
	text-decoration:none;
}

#copy h1{
	font-size:100%;
	color:#ffffff;
	font-weight:600;
}


#nav{
	width:80%;
	text-align:left;
	vertical-align:middle;
	height:100%;
	background-color:#ffffff;
	margin-left:20px;
	margin-top:5px;
}

#nav ul{
	list-style-type:none;
	margin-left:-30px;
}

#nav li a{
	border:#0000ff 1px outset;
	display:block;
	text-align:left;
	vertical-align:middle;
	background-color:#ffffff;
	background-image:url("/images/backgrounds/linav.png");
	background-repeat: no-repeat;
	background-position:1, 50%;
	font-size:65%;
	font-weight:600;
	color:0000ff;
	text-decoration:none;
	padding-left:25px;
	font-family:century gothic, arial, sans-serif;
	width:80%;
}

#nav li a:hover{
	border:#000000 1px outset;
	display:block;
	text-align:left;
	vertical-align:middle;
	background-color:#0000ff;
	background-image:url("/images/backgrounds/linavhover.png");
	background-repeat: no-repeat;
	background-position:1, 50%;
	font-size:65%;
	text-decoration:none;
	font-weight:600;
	padding-left:25px;
	color:#ffffff;
	width:80%;
}


#vertnav{
	width:100%;
	clear:both;
	font-weight:600;
	font-family:century gothic, arial, sans-serif;
}

#vertnav li{
	display: inline;
}

#vertnav li a{
	float: right;
	color: #0000ff;
	padding: 8px 8px; /*padding of tabs*/
	text-decoration: none;
	font-size:85%;
}

#vertnav li a#leftmostitem{ /*Extra CSS for left most menu item*/
	border-left: 2px solid #d3bdbe; /*left border style*/
}

#vertnav li a#rightmostitem{ /*Extra CSS for right most menu item*/
	border-right: 1px solid #d3bdbe; /*right border style*/
	background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#vertnav li a:visited{
	color: #0000ff;
}

#vertnav li a:hover{
	color: black;
	background-repeat:repeat-x;
}
