/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #316593;
	background-color: #DCDCDC;
	text-align: center;
}

p {
	font-size: 80%;
	line-height: 140%;
}

h1 {
	font-size: 110%;
	color: #336699;
}

h2 {
	font-size: 100%;
	color: #00CCCC;
}

h3 {
	font-size: 100%;
	color: #CC6600;
	font-weight: lighter;
	margin-top: 10px;
}

/*************************************************
TOP NAVIGATION
*************************************************/

.top_navigation {
	color: #ffffff;
	display: inline;
	padding: 1px 8px;
	text-decoration: none;
	height: 20px;
	text-align: center;
	border-left: 2px solid #efa82f;
	font: 73% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.top_navigation:hover, top_navigation:focus {
	color: #f4d5a3;
	font-size: 73%;
	text-align: center;
	border-left: 2px solid #ac3c0b;
}

#top_navigation {
	background-image: url(../images/bgcolor-1.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/*************************************************
UNIVERSAL FORMATTING ELEMENTS
*************************************************/

#wrapper {
	background: #999999;
	margin: 0px auto;
	width: 760px;
	text-align: left;
	background-image: url(../images/bg_shadow_content.gif);
	background-repeat: repeat-y;
}

#wrapper_top {
	background: #003868;
	margin: 0px auto;
	width: 760px;
	text-align: left;
}

#subpage_bg {
	background-image: url(../images/conf09_background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.clearit {
	display: block;
	clear: both;
}

.container {
	background-color: #FFFFFF;
	width: 100%;
	float: right;
}

/*************************************************
CONTENT FORMATTING
*************************************************/

.content {
	margin: 0 20px 20px 20px;
	padding: 0 20px 20px 20px;
}

.content p {
	margin-top: 10px;
}

.content h1 {
	margin-top: 20px;
	color: #FF6600;
}

.content a {
	color: #a86a01;
	text-decoration:none;
}

.content a:hover, a:focus {
	color: #d98b06;
}

.content h2 {
	font-size: 90%;
	color: #3399CC;
	margin-top: 20px;
}

.content h3 {
	font-size: 90%;
	color: #3f67a2;
	font-weight: lighter;	
}

.content h3 strong{
	font-weight: bold;	
}

.content ol {
	margin: 7px 20px;
}

.content ul {
	margin: 0px 20px;
	list-style-type: square;
}

.content li {
	font-size: 80%;
	margin-top: 10px;
}

.content hr {
	color: #CCCCCC;
}

/*************************************************
FORM ELEMENTS
*************************************************/

.form {
	margin: 0;
	padding: 0 20px;
}

.form p {
	margin-top: 10px;
}

.form h1 {
	color: #004b8d;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}

.form h2 {
	font-size: 110%;
	color: #d98b06;
	font-weight: lighter;
	text-align: right;
}

.form a {
	color: #a86a01;
	text-decoration:none;
}

.form a:hover, a:focus {
	color: #d98b06;
}

input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #316593;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #f4d5a3;
	margin: 3px 0;
	padding: 3px;
}

input:focus, textarea:focus {
	color: #FFFFFF;
	background-color: #d98b06;
}

select {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #004b8e;
	padding: 3px;
}

.button {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px outset #d98b06;
	margin: 10px 20px 10px 0;
	background-color: #004b8d;
}

.button:hover, button:focus {
	color: #FFFFFF;
	background-color: #3f67a2;
}

.button:active {
	background-color: #d98b06;
}

/*************************************************
FOOTER ELEMENTS
*************************************************/

#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #D98B06;
	background-image: url(../images/bgcolor-1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px 0 4px 20px;
	text-decoration: none;
	text-align: center;
}

#footer p {
	color: #FFFFFF;
	font-size: 70%;
}

#footer a {
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover, a:focus {
	color: #FFCC99;
}