body {
	background-image: url(/images/bg.gif);
	font-family: Verdana, "MS Sans Serif", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}

/*
	Header Styles
*/

h3 {
	font-size: 12pt;
	font-weight: bold;
}

/*
	Link Styles
*/

a, a:link, a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #990033;
	font-weight: bold;
	text-decoration: underline;
}

/*
	Image Styles
*/

img {
	border: none;
}

img#right_portrait {
	float: right;
	height: 200px;
	padding: 0 0 10px 20px;
	width: 150px;
}

#container {
	background-color: #333333;
	color: #BCBCBC;
	margin: 10px auto 10px auto;
	padding: 0;
	width: 750px;
}

/*
	Table Styles
*/
table {
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
}

td {
	text-align: left;
	vertical-align: top;
}

td#right {
	text-align: right;
}

/*
	List Styles
*/

li {
	padding: 0;
}

li#level1 {
	font-weight: bold;
	list-style: none;
}

li#level1 span {
	text-decoration: underline;	
}

/*
	Form Styles
*/
form {
	margin: 0 auto 0 auto;
	width: auto;
}

fieldset {
	border: 1px solid #333333;
	padding: 10px;
}

input, textarea, select {
	margin-left: 10px;
}

input, select {
	width: 180px;
}

input.areacode {
	width: 30px;
}

input.phone {
	margin-left: 0;
	width: 145px;
}

label {
	display: block;
	float: left;
	font-weight: bold;
	margin-left: 30px;
	text-align: right;
	width: 120px;
}

#required {
	color: red;
	font-weight: bold;
}

legend {
	padding: 3px;
}

textarea {
	height: 100px;
	width: 280px;
}

/*
	Header Styles
*/

#header {
	background-color: #E1E1E1;
	color: #333333;
	display: block;
	height: 120px;
	margin: 0;
	padding: 5px 0 5px 0;
	position: relative;
	width: 100%;
}

#header #left {
	left: 0;
	position: absolute;
	text-align: center;
	width: 160px;
}

#header #center {
	color: #00007E;
	font-family: Century, "Times New Roman", Times, serif;
	margin-left: 160px;
	position: relative;
	text-align: left;
	top: 25px;
	vertical-align: middle;
}

#header #right {
	font-size: smaller;
	font-weight: bold;
	line-height: 12pt;
	padding: 5px 0 5px 0;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 28px;
}

/*
	Tags
*/

#tag1 {
	font-size: 22pt;
	font-weight: bold;
	line-height: 22pt;
}

#tag2 {
	font-size: 14pt;
}

#tag3 {
	font-size: 10pt;
	font-style: italic;
}

/*
	Navigation Styles
*/

#nav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 3px 3px 0 0;
	padding: 0;
	position: relative;
	width: 160px;
}

#nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

#nav ul li {
	display: inline;
	list-style: none;
}

#nav ul a, #nav ul span {
	background-image: url(/images/menu.gif);
	display: block;
	margin: 0 3px 0 0;
	padding: 10px 0px 5px 35px;
	text-align: left;
	text-decoration: none;
}

#nav ul span, #nav ul a:hover {
	background-image: url(/images/menu.gif);
	background-position: 0 -32px;
	color: #0000FF;
}

#nav ul span {
	background-image: url(/images/menu.gif);
	background-position: 0 -64px;
	color: #990033;
}

#nav ul a {
	color: #333333;
}

#nav p#flag {
	margin: 270px auto 0 auto;
	text-align: center;
}

/*
	Content Sytles
*/

* html #content {
	height: 310px;
}

#content {
	background-color: #E1E1E1;
	color: #333333;
	margin: 3px 0px 3px 160px;
	min-height: 310px;
	padding: 15px 15px 15px 15px;
}

#content #heading {
	border-bottom: 3px dotted;
	color: #990033;
	display: block;
	font-family: Century, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	height: auto;
	letter-spacing: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	width: 100%;
}

#content p {
	text-align: justify;
}

#content p#left {
	float: left;
	width: 50%;
}

#content p#center {
	text-align: center;
	width: 100%;
}

#content p#right {
	float: right;
	text-align: right;
	width: 50%;
}

#content p#caps:first-letter {
	font-family: Century, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
}

#address {
	color: #990033;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

/*
	Footer Styles
*/

#footer {
	background-color: #606060;
	color: #ffffff;
	display: block;
	font-family: Century, "Times New Roman", Times, sans-serif;
	font-size: 8pt;
	margin: 0px auto 0px auto;
	padding: 3px 10px 3px 10px;
}

#footer a {
	color: #C6D5FD;
	font-weight: normal;
	text-decoration: none;
}

/*
	Item Styles
*/
#item {
	font-size: 10pt;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}

#subitem {
	font-size: 8pt;
	font-weight: normal;
	margin: 0 20px 0 20px;
	padding: 0;
	width: 90%;
}