/* 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: Arial, Helvetica, sans-serif;
	color: #8b7355;
	background-color: #8b7355;
	text-align: center;
}

p {
	font-size: 80%;
}

h1 {
	font-size: 120%;
	color: #3399CC;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 em {
	font-style: italic;
}

h2 {
	font-size: 100%;
	color: #3399cc;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.navigation {
	background-color: #8b7355;
	border-bottom: 1px solid #cdba96;
	color: #FFFFFF;
	font-size: 90%;
	display: block;
	padding: 4px 10px 4px 4px;
	text-decoration: none;
	height: 1%;
	text-align: right;
}

.navigation:hover, navigation:focus {
	background-color: #3399CC;
	background-image: url(../images/over_btn_shade.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 90%;
	text-align: right;
}

.navigation:active {
	background-color: #66CCFF;
	background-image: url(../images/active_btn_shade.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#wrapper {
	background: #8b7355;
	margin: 10px auto;
	width: 770px;
	text-align: left;
	background-image: url(../images/LI_bg_shadow.gif);
	background-repeat: repeat-y;
}

#wrapper_sm {
	background: #8b7355;
	margin: 10px auto;
	width: 400px;
	text-align: left;
	background-image: url(../images/LI_bg_shadow_sm.gif);
	background-repeat: repeat-y;
}

#subpage_bg {
	background-image: url(../images/hub_hand_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.content {
	padding: 20px;
	margin: 0 20px 20px 20px;
}

.content p {
	margin: 10px 0;
}

.content h1 {
	color: #3399CC;
	margin-bottom: 10px; 
}

.content h2 {
	color: #3399CC;
}

.content h3 {
	color: #cdba96;
	text-decoration: none;
	font-style: italic;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	font-weight: normal;
}

.content a {
	color: #3399CC;
	text-decoration:none;
}

.content a:hover, a:focus {
	color: #336699;
}

.content ol {
	margin: 7px 0px;
}

.content ul {
	margin: 3px 10px;
	list-style-type: square;
}

.content li {
	font-size: 80%;
	margin: 5px 0px;
}

.form {
	margin: 0;
	padding: 0 20px;
}

.form p {
	margin-top: 10px;
}

.form h1 {
	color: #3399CC;
	margin-bottom: 10px;
	text-align: right;
}

.form h2 {
	font-size: 90%;
	color: #8b7355;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

.form a {
	color: #3399CC;
	text-decoration:none;
}

.form a:hover, a:focus {
	color: #336699;
}

.steps {
	padding: 0 20px 20px 0;
}

.steps p {
	margin: 7px 0px;
}

.steps h2 {
	color: #3399CC;
}


.steps strong {
	color: #8b7355;
}

.steps ol {
	margin: 7px 20px;
}

.steps ul {
	margin: 3px 10px;
	list-style-type: square;
}

.steps li {
	font-size: 80%;
	margin: 5px 20px;
}

.steps a {
	color: #3399CC;
	text-decoration:none;
}

.steps a:hover, a:focus {
	color: #336699;
}

.top_navigation {
	font-size: 70%;
	display: inline;
	text-decoration: none;
	height: 20px;
	text-align: center;
}

.top_navigation:hover, top_navigation:focus {
	font-size: 70%;
	text-align: center;
}

.button {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	border: thin dotted #8b7355;
	margin: 10px 20px 10px 0;
	background-color: #cdba96;
}

.button:hover, button:focus {
	color: #FFFFFF;
	background-color: #3399CC;
}

.button:active {
	background-color: #66CCFF;
}

.btm_navigation {
	color: #8b7355;	
	font-size: 70%;
	display: inline;
	padding: 0px 8px;
	text-decoration: none;
	height: 20px;
	text-align: center;
}

.btm_navigation:hover, btm_navigation:focus {
	color: #FFFFFF;
	font-size: 70%;
	text-align: center;
}

#footer {
	clear: both;
	border-top: 4px solid #3399cc;
	padding: 4px 0 4px 20px;
}

#footer p {
	font-size: 70%;
}

.clearit {
	display: block;
	clear: both;
}

.container {
	background-color: #FFFFFF;
	width: 100%;
	float: right;
}

input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #8b7355;
	text-decoration: none;
	background-color: #cdba96;
	border: thin dotted #8b7355;
	margin: 3px 0;
	padding: 3px;
}

input:focus, textarea:focus {
	color: #FFFFFF;
	background-color: #8b7355;
}

select {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #8b7355;
	padding: 3px;
}

