@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(images/backgrounds/page_bg.gif);
	background-repeat: repeat;
	line-height: 1.6em;
	background-position: top;
	}
a:hover {
	text-decoration: none;
}

h1 {
	color: #203357;
	font-size: 20px;
}



h2 {
	color: #203357;
	font-size: 18px;
}
h3 {
	color: #203357;
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
#wrapper {
	position:relative;
	width: 800px;
	text-align: left;
	background-image: url(images/backgrounds/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFAE8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
/*----------Container Elements----------*/
#header {
	position: relative;
	height: 137px;
	background-image: url(images/backgrounds/header_bg.gif);
	background-repeat: no-repeat;
	width: 800px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 800px;
	list-style: none;
	background: url(images/menu/menu_bg.gif) repeat-x top left;
	}
#menu ul li {
float: left;
	}
#menu ul a {
	padding: 0 1.1em;
	font-size: 13px;
	line-height: 1.6em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	background: url(images/menu/menu_sep.gif) no-repeat left top;
	font-weight: bold;
	}
#menu ul a.first{
	background: none;
	}
#menu {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #045B86;
	border-bottom-color: #045B86;
	float: left;
	vertical-align: bottom;
}

#menu ul a:hover {
	color: #561216;
	}
#clear {
	clear: both;
	}
.clear {
	clear: both;
}


#content {
	float: left;
	width: 540px;
	margin-top: 1.2em;
	padding-left: 10px;
	}
#content hr {
	color: #888888;
	width: 80%;
	text-align: center;
}
#content p {
	clear: left;
}

#content ul li {
	list-style-position: inside;
	display: list-item;
	margin-left: 10px;
}
#leftList {
	float: left;
}


#formTable td {
	line-height: 2.8em;
	font-weight: bold;
	color: #203357;
}





#sidebar {
	float: right;
	width: 220px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#sidebar h3 {
	color: #FFFAE8;
}
#sidebar hr {
	color: #FFFAE8;
	width: 50%;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: auto;
	margin-left: auto;
}
.sidebarList {
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #FFFAE8;
	color: #FFFAE8;
	text-decoration: none;
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	width: 70%;
	border-bottom-style: dotted;
	text-align: left;
	margin-left: 30px;
}

.sidebarImage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	margin-right: 7px;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 2.8px;
}
.links {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #045B87;
	line-height: 3em;
}
.links:hover {
	text-decoration: underline;
}

.formStyle {
	background-color: #FFFEF9;
	border: 1px inset #045B86;
	color: #203357;
}
.leftList {
	width: 190px;
	float: left;
	padding-left: 25px;
	}

.rightList {
	width: 200px;
	padding-left: 20px;
	float: right;
	padding-right: 100px;
}

.bold12 {
	font-size: 12px;
	font-weight: bold;
	color: #E76D14;
}
.border {
	border: 2px solid #FFFAE8;
}


#footer {
	color: #fff;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	height: 25px;
	background-image: url(images/menu/menu_bg.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	background-color: #91301D;
	padding-left: 5px;
	text-align: center;
	}
#footer a {
	color: #fff;
}

#footer a:hover {
	color: #045B86;
	text-decoration: none;
}
.margin15 {
	margin: 15px;
}
#wrapper #content a .margin15  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebarSpry {
	text-decoration: none;
	color: #EE9657;
}
