/* CSS Handheld0 Stylesheet */

/* --- global styles --- */
body { 
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: #333; 
}
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 125%; }
h5 { font-size: 120%; }
h6 { font-size: 115%;  }
p { font-size: 100%; }
a { font-weight: normal; }
a:link { color: #8f5917; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:hover { color: #600; text-decoration: none; }
a:active { color: #600; text-decoration: none; }	

/* --- layout styles --- */
#wrapper {
	width: 100%;
	max-width: none;
	min-width: 100%;
	background-color: #9a0000;
}
#innerWrapper {
	padding-left: 0;
	padding-right: 0;
}
#innerWrapper .column {
	float: none;
}
#header {
	position: relative;
	border-top: none;
	border-bottom: none;
	height: 230px;
	background-color: #666;
	margin: 0;
	padding: 0;
}
#headerLeft {
	position: relative;
	float: none;
	background-color: #666;
	display: block;
}
#headerRight {
	position: relative;
	float: none;
	height: 30px;
	width: 100%;
	overflow: visible;
	background-color: #333;
	padding: 5px 10px;
	margin: 0;
	border-top: 4px #fff solid;
	border-bottom: 4px #fff solid;
}
#printTitle { 
	display: none;
}
#headerNavBar {
	position: relative;
	background-color: #900;
	text-align: left;
	width: 100%;
	color: #fff;
	padding: 10px;
}
#sideColumn1 {
	width: 100%;
	right: 0;
	margin-left: 0;
	background: #666;
	border-right: none;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
}
#sideColumn1 div {
	padding: 10px;
}
#sideColumn2 {
	width: 100%;
	margin-right: 0;
	background: #dac092;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
}
#sideColumn2 div {
	padding: 0 10px;
}

/* --- headerLeft styles --- */
#headerLeft #Ulogo {
	float: none;
}
#headerLeft #orgTitle {
	float: none;
	width: 340px;
	margin: 10px 0;
}

/* --- headerRight styles (top right bar)--- */
#headerRight div ul{
	float: none;
	display: inline;
	list-style: none;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
	background-image: none;
}
#headerRight div ul li {
	display: inline;
	padding: 4px 2px;
}
#headerRight div a {
	text-decoration: none;
	font-weight: bold;
}
#headerRight div a:link, #headerRight div a:visited { color: #fff; }
#headerRight div a:hover { color: #dac092;}
#headerRight div a:active { color: #fff; }

/* --- search styles --- */
#search {
	position: absolute;
	top: 180px;
	left: 0;
	height: 30px;
	width: 100%;
	padding: 10px 0;
	margin: 0;
}
#search form {
	background-color: #9a0000;
}
#search form label {
	background: #9a0000;
	color: #9a0000;
	margin-left: -20px;
}

/* --- headerNavBar styles --- */
#headerNavBar ul {
	display: block;
	list-style: none;
	letter-spacing: 0.1em;
	font-size: 100%;
	text-transform: uppercase;
	color: #900;
	font-weight: bold;
}
#headerNavBar ul li {
	display: block;
	padding: 0;
}
#headerNavBar a {
	text-decoration: none;
}
#headerNavBar a:link, #headerNavBar a:visited { color: #fff; }
#headerNavBar a:hover { color: #dac092; background-color: #c00; }
#headerNavBar a:active { color: #fff; }

/* --- content styles --- */
#content { 
	background: #fff;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
}
#content div { padding: 10px; margin: 0; }
#content img { display: none; }
#content h1 { font-size: 150%; }
#content h2 { font-size: 140%; }
#content h3 { font-size: 130%; }
#content h4 { font-size: 125%; }
#content h5 { font-size: 120%; }
#content h6 { font-size: 115%;  }
#content p { 
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content a { font-weight: normal; }
#content a:link { color: #8f5917; text-decoration: underline; }
#content a:visited { color: #666; text-decoration: underline; }
#content a:hover { color: #600; text-decoration: none; }
#content a:active { color: #600; text-decoration: none; }	

/* --- sideColumn1 styles --- */
#sideColumn1 ul {
	list-style: none;
	margin: 0 0 10px 0;
}
#sideColumn1 ul li{
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	padding: 2px 0;
	border-bottom: 2px solid #888;
}
#sideColumn1 a {
	display: block;
	font-weight: normal;
	font-size: 110%;
	text-decoration: none;
	padding: 3px 0;
}
#sideColumn1 a:link, #sideColumn1 a:visited { color:#fff; }
#sideColumn1 a:hover { color: #fff; background-color: #888; }
#sideColumn1 a:active { color:#fff; }

#sideColumn1 h1 { font-size: 130%; }
#sideColumn1 h2 { font-size: 125%; }
#sideColumn1 h3 { font-size: 120%; }
#sideColumn1 h4 { font-size: 110%; }
#sideColumn1 h5 { font-size: 100%; }
#sideColumn1 h6 { font-size: 100%; }
#sideColumn1 p { font-size: 100%; }

/* --- sideColumn2 styles --- */
#sideColumn2 h1 { font-size: 120%; }
#sideColumn2 h2 { font-size: 115%; }
#sideColumn2 h3 { font-size: 110%; }
#sideColumn2 h4 { font-size: 100%; }
#sideColumn2 h5 { font-size: 95%; }
#sideColumn2 h6 { font-size: 90%; }
#sideColumn2 p { font-size: 100%; }

/* --- footer styles --- */
#footer {
	width: 100%;
	background: #333;
	height: 30px;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 90%;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
#footer ul li{
	display: inline;
	font-family: Arial, Helvetica, "Trebuchet MS",Verdana, sans-serif;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}
#footer a {
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	padding: 0 5px;
}
#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover { color:#dac092; }
#footer a:active { color:#fff; }

