@charset "utf-8";
/* CSS Document */

html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002454;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
body {
	width: 800px;
	margin-top:30px;
	background-color: #EAEAEA;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
h1 {
	font-size: xx-large;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	line-height: 28px;
	margin-top: 10px;
}
h2 {
	font-style: italic;
}
h3 {
	font-size: 14px;
	text-align: center;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}
h4 {
	text-transform: uppercase;
	font-weight: bold;
}


#wrapper {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: auto;
	overflow: auto;
}
#textbox {
	width: 582px;
	float: right;
	padding: 15px;
	overflow: auto;
	text-align: justify;
}
#textbox li {
	list-style-image: url(images/checkmark.png);
	list-style-position: outside;
	text-align: left;
	line-height: 18px;
	font-style: italic;
	vertical-align: top;
	padding: 10px;
}


#header {
	height: 120px;
	width: 800px;
}
#navbar {
	height: 22px;
	width: 800px;
	background-image: url(images/Website_v2_slice_2.jpg);
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#navbar li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	color: #FFFFFF;
}

#sidebar {
	float: left;
	width: 168px;
	background-color: #8EC6E1;
}
a:link {
	text-decoration:none;
	color: #FFFFFF;
}
a:visited {
	text-decoration:none;
	color: #FFFFFF
}
a:hover {
	text-decoration:none;
	color:#FFFF00;
}
#bottom_navbar {
	height: 22px;
	width: 610px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	background-color: #FFFFFF;
	float: right;
}
#bottom_navbar ul {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
#bottom_navbar li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
	color: #002454;
	background-color: #FFFFFF;
	z-index: 25;
}
#bottom_navbar a:link {
	color: #002454;
	text-decoration: underline;
}
#bottom_navbar a:visited {
	text-decoration:underline;
	color: #002454
}
#bottom_navbar a:hover {
	text-decoration:underline;
	color:#CC3333;
}

#footer {
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	text-align: center;
	margin-top: 1px;
	padding-top: 1px;
	padding-right: 20px;
	width: 160px;
}

#wrapper #textbox a {
	color: #002454;
	text-decoration: underline;
}
#wrapper #textbox #flashContent {
	z-index: 5;
	position: absolute;
	left: 10px;
	top: 10px;
}
#wrapper #textbox #FlashID {
	margin: 0px;
	padding: 0px;
}

