/* CSS Document */
html, body {
font-family:tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal; 
background-color:#EAEAEA;  /*#FFFFFF;*/
margin:0;
padding:0;
color: #666666;
height: 100%;
}
#logo_wrapper {
	width:900px;
	height:105px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#logo {
	background-color: #FFFFFF;
	height: 100px;
	width: 250px;
	padding-top: 3px;
}
#menu {
	width: 540px;
	height: auto;
	margin-top: 0px;	
	float: right;
}

/*
#menu {
	background-color:#FFFFFF;
	background-image: url('center_tile_blue.gif');
	background-repeat: repeat-x;
}
*/

/*-----------------------MENU----------------------*/

.roundedcornr_box_828785 {
   background: #e27811;
}
.roundedcornr_top_828785 div {
   background: url(roundedcornr_828785_tl.png) no-repeat top left;
}
.roundedcornr_top_828785 {
   background: url(roundedcornr_828785_tr.png) no-repeat top right;
}
.roundedcornr_bottom_828785 div {
   background: url(roundedcornr_828785_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_828785 {
   background: url(roundedcornr_828785_br.png) no-repeat bottom right;
}

.roundedcornr_top_828785 div, .roundedcornr_top_828785, 
.roundedcornr_bottom_828785 div, .roundedcornr_bottom_828785 {
   width: 100%;
   height: 14px;
   font-size: 1px;
}
.roundedcornr_content_828785 { margin: 0 14px; }


/*-----------------------content----------------------*/


#topline {
background-color:#ff9314;
padding-top:5px;
}

#content
{
width:900px;
margin:0 auto;
background-color: #FFFFFF;
}

#side_menu {
width:200px;
height:200px;
float:right;
margin-top: 10px;
margin-right:5px;
}


#side_menu ul{
color:#b3e3f9;
margin:0;
padding-left:20px;
/*float:left;*/
}
#side_menu ul li{
font-family:"Impact";
font-size:14px;
color:#b3e3f9;
white-space:nowrap;
padding-bottom:5px;
list-style-image:url(arrow.jpg);
}

#side_menu ul li a{
color:#fbf554;
}

#side_menu ul li a:hover{
color:#0aa90e;
font-size:14px;
text-decoration:underline;
/*font-weight:bold;*/
}

li.active {
font-size:14px;
color:#0aa90e;
}

#side_menu h2 {
font-family:"Trebuchet MS";
font-size:24px;
color:#FFFFFF;
margin-bottom:5px;
}


/* ------------ End of Side Menu --------- */


#info {
width:625px;
float:left;
margin-top:10px;
margin-left:10px;
}
.intable {
width:425px;
}

#info p{
text-indent:20px;
}
#info ul{
color:#666666;
/*float:left;*/
}
#info ul li{
color:#666666;
padding-bottom:0px;
padding-top:10px;
/*padding-left:10px;*/
height:auto;
/*float:left;*/
}

#info ul li a{
color:#666666;
}

#info ul li a:hover{
color:#666666;
text-decoration:underline;
}

#info h2{
font-size:24px;
color:#0000BB;
}

#info th{
background-color:#B3D9FF;
}

#info tr{
color:#000000;
background-color:#FFFFFF;
}

.orange{
color:#000000; 
background-color:#FFECB0;
}

h2 {
font-size:24px;
color:#3B3B3B;
margin:0;
padding:0;
/*padding-bottom:4px;*/
}

h3
{
font-family:"Trebuchet MS";
font-size:18px;
color:#b64000;
margin:0;
padding:0;
padding-top:10px;
/*padding-bottom:10px;*/
font-weight:normal;
}



.img
{
border:#b3b3b3 solid 2px;
margin-right:8px;
margin-bottom:8px;
}

.input
{
width:188px;
height:16px;
border:#b0b0b0 solid 1px;
margin-bottom:5px;
padding:4px 0 0 4px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}

.textarea
{
width:188px;
height:116px;
border:#b0b0b0 solid 1px;
margin-bottom:5px;
padding:4px 0 0 4px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}
/*
a.content:link {
	color: #4e4e4d;
	font-weight: bold;
	text-decoration: underline;
}
a.content:visited {
	color: #4e4e4d;
	font-weight: bold;
	text-decoration: underline;	
}
a.content:hover {
	color: #4e4e4d;
	text-decoration:none;
}
a.content:active {
	color: #4e4e4d;
	text-decoration:none;
}

a:link {
	color: #FCFCFC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FCFCFC;
}
a:hover {
	text-decoration: underline;
	color: #FCFCFC;
}
a:active {
	text-decoration: none;
	color: #FCFCFC;
}
*/

/*--------------------------FOOTER--------------------------*/
#footer_wrapper {
width:900px;
height:40px;
background-color:#3B3B3B;
margin:0 auto;
}

#footer {
width:900px;
height:auto;
margin:0 auto;
}

.footer {
color:#CCCCCC;
font-size:12px;
text-align:center;
padding-top:12px;
}

