@charset "utf-8";
/* CSS Document */


body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	text-align: left;
	width: 800px;
	background: #FFF;
	border: 2px solid #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header{
	height: 193px;
	text-align: center;
}
#top_nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #000066;
	padding: 10px;
}
#left {
	float:left;
	width: 300px;
	padding: 10px;
}

#right {
	float:right;
	width: 450px;
	color: #333333;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

#footer{
	clear:both;
	height:100px;
	text-align: center;
	background-color: #000066;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.Main_Content {
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
}




/***********************************************/
/* Editable Divs                                 */
/***********************************************/

.centerbox {
	margin: 10px;
	padding: 10px;
	clear: both;
	width: auto;
}

.image-right {
	float: right;
	padding-bottom: 5px;
	padding-left: 8px;
}
.image-left {
	float: left;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer p {
	margin-top: 10px;
	font-size: 70%;
	color:#FFFFFF;
}

p {
	font-size: 90%;
	color: #333333;
}
	
#left p{
	font-size: 100%;
	color: #333333;
	line-height: 1.2em;
}

#right p {
	font-size: 100%;
	color: #000000;
	line-height:1.2em;
}
h1 {
	color: #000066;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2 {
	color: #000066;
	margin: 12px;
	font-size: 16px;
}
h3{
	font-size: 95%;
	margin: 12px 5px;
	color: #666666;
}

.validbutton {
font-size: 70%;
border: 1px solid #B83D3D;
padding: 4px;
margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 4px;
width: 250px;
}

a:link {
	color:#000000;
}
a:visited {
	color:#660000;
}
a:active {
	color:#333333;
}
a:hover {color:#BB3E3E; text-decoration:none}	

/*********************************************
/* Global horizontal nav bar styles                      
/*********************************************/

.global_horizontal_nav li
{
	display: inline;
}

.global_horizontal_nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", sans-serif, Arial, Helvetica;
	font-size: 15px;
	line-height: 18px;
	font-style: normal;
	text-align: center;
}


.global_horizontal_nav a
{
	padding: 2px 1em 2px 1em;
	background-color: #000066;
}

.global_horizontal_nav a:link, .global_horizontal_nav a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}


.global_horizontal_nav a:hover
{
	background-color: #FF6600;
	color: #fff;
}

