body
{
	background-color: #B9CAD3;
	width: 830px;
	margin-left:auto;
	margin-right:auto;
	padding-top:72px;
	/*font-family: sans-serif;*/
	color: #606060;
    font-family: verdana, "Century Gothic", sans-serif;
}

#wrapper{
	/*padding: 6px;*/
	background-color:white;
	border: solid #303040 3px;
}

/*header css code */
#header
{
	height: 140px;
	font-family: sans-serif;
}

#header img
{
	border: none;
}

#header_top
{
	background-color : #FFFFFF;
	height: 100px;
	line-height:125%;
}

#header_top_right a:link{
	color: #404040;
}

#header_top_right a:visited{
	color: #404040;
}

#header_top_right a:hover{
	color: black;
	text-decoration:underline;
	/*background-color: #888;*/
}

#header_top_left{
	float: left;
	padding:5px;
	font-family: sans-serif;
}

#header_top_right
{
	float: right;
	padding-right:15px;
	margin-right:10px
	margin-top:5px;
	font-size: 12px;
}

#footer{
	color: #606060;
	text-align: center;
	font-size: 11px;
	font-family: sans-serif;
    background-color: white;
    padding:5px;
    /*margin:5px;*/
    /*border:solid gray 2px;*/
}

#nav_strip ul{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 65% sans-serif;
	width: 99.8%;
	border: 1px solid #625e00;
	background-color: #5A758F;
	height: 25px;
}

* html #nav_strip ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#nav_strip ul li{
display: inline;
}

#nav_strip ul li a{
	float: left;
	color: white;
	padding: 5px 12px;
	text-decoration: none;
	/*background: transparent url(media/vertical.gif) center right no-repeat;*/

}

#nav_strip ul li a:visited{
	color: white;
}

#nav_strip ul li a:hover{
	color: white;
	background-color: #369;
}


#main_unrestricted{
	text-align: center;
}

#main{
	height:460px;
	margin:10px;
	/*border:solid red 2px;*/
}

span.underline{
	text-decoration:underline;
	line-height: 175%;	
}

span.capitals{
	text-transform:uppercase;
}


a{
	text-decoration:none;
}

a:link{
	color:#606060;
}

a:visited{
	color:#606060;
}

a:hover{
	text-decoration:underline;
	color:#080808;
}

a:active{
	text-decoration:none;
}

/*from buttons from Dynamic Drive */

a.squarebutton{
background: transparent url('../images/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}