* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
}

p {
 padding: 10px;
}

p strong {
 font-size: 16px;
 color: #CE5B2B;
 font-weight: bold;
}

h1 {
  color: #0165B3;
}
 
#wrapper { 
 margin: auto;
 width: 900px;
	color: #0165B3;
}

#content {
	float: left;
	color: #333;
	height: 450px;
	width: 75%;
	display: inline;
	background-image: url(images/bg1.jpg);
	background-color: #FFFFFF;
}

#header {
	color: #333;
	width: 100%;
	float: left;
	height: 130px;
	background: #FFFFFF;
}

#footer {
	width: 100%;
	height: 70px;
	clear: both;
	color: #333;
	background: #FFA040;
	text-align: center;
	font-size: smaller;
}
#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: underline;
background: white url(media/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}


#navigation {
 float: left;
 width: 100%;
 height: 43px;
 color: #333;
 background: #0065B3;
}

#leftcolumn { 
 color: #333;
 background: #FFA040;
 height:450px;
 width: 25%;
 float: left;
}
ul#menu { 
	width: 100%; 
	height: 43px; 
	background: #FFF url("images/menu-bg.gif") top left repeat-x; 
	font-size: 1.0em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
ul#menu li { 
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menu li a {
	height: 43px; 
	color: #E0E0E0; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
	}
ul#menu li a:hover { 
	color: #FFA040; 
	}
ul#menu li a.current { 
	color: #FFF; 
	background: #FFF url("images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
	}
#header p {
	font-size: xx-large;
	font-variant: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-style: italic;
}
#padded {
	padding: 5px 15px 0;
}#xtra-padded {
	padding: 15px 25px 0;
}
#padded-line {
	padding: 5px 15px 0;
	border-top-style: solid;
	border-top-width: 0.04em;
	border-color: #FF6633;
}
#leftcolumn-long {

 color: #333;
 background: #FFA040;
 height:700px;
 width: 25%;
 float: left;
}
a {
	padding: 0;
	margin: 0;
	color: #333333;
	text-decoration: underline;
}
#content-wide {

 float: left;
 color: #333;
 background: #FFFFFF;
 height: 350px;
 width: 75%;
 display: inline;
}
#content-mid {


 float: left;
 color: #333;
 background: #FFFFFF;
 height: 450px;
 width: 75%;
 display: inline;
}
#leftcolumn-mid {


 color: #333;
 background: #FFA040;
 height:500px;
 width: 25%;
 float: left;
}
#leftcolumn-xlong {


 color: #333;
 background: #FFA040;
 height:1540px;
 width: 25%;
 float: left;
}
#content-long {



 float: left;
 color: #333;
 background: #FFFFFF;
 height: 700px;
 width: 75%;
 display: inline;
}
#content-xlong {




 float: left;
 color: #333;
 background: #FFFFFF;
 height: 1540px;
 width: 75%;
 display: inline;
}
