@charset "UTF-8";
/* CSS Document */


body
{

}

#outerwrap 
{ width: 900px;
	margin:auto;
	}
	
#innerwrap
{ 
background-image:url(../images/borders.gif);
background-repeat:repeat-y;
margin-top:-2px;
margin-bottom: 0px; 
}

/*logo styles*/
#logo
{
position:relative; top: 0px; left: 0px; 
}

a:link
{
	color:#ffffff;
	}

logo.a:hover
{
color:#000000;
}
/*end logo styles*/

/*left navigation menu styles */

#leftNav
{ width:160px;
display:inline;
}

li 
{list-style:none;
}

li a
{
background-image:url(../images/navImg1.gif); 
font-family:Geneva, Arial, Helvetica, sans-serif; 
color:#ffffff;
font-size: 11px; 
list-style:none; 
display:inline-block; 
position: relative; 
left: -40px;
width:180px; 
height:30px;
text-indent:15px;
line-height:33px;
text-decoration:none;
}


li a:hover
{
background-image:url(../images/navImg2.gif); 
font-family:Geneva, Arial, Helvetica, sans-serif; 
color:#ffffff;
font-size: 11px; 
list-style:none; 
display:inline-block; 
position: relative;  
width:180px; 
height:30px;
text-indent:15px;
text-decoration:none;
}

/*end left navigation menu styles*/

/*right sidebar styles*/

.rightSidebarHead {
	margin-top: 0 px;
}

.rightSidebarContent {
	margin-top: -2px;
	background-color:#781303;
	text-align:right;
	padding-right:5px; 

}


.rightBarText
{
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	

}



.rightBarText a:link
{
color:#ffffff;
text-decoration: underline;
}

.rightBarText a:hover
{
color:#ffffff;
text-decoration:underline;
}

.rightBarText a:visited
{
color:#ffffff;
text-decoration: underline;
}

/*end right sidear styles*/

.bodytext
{
color:#636466;
font-size:12px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

a.bodytext
{
color:#781303; 
text-decoration: none; 
}

a.bodytext:hover
{
color:#907962;
text-decoration:none;
}

.mainContent
{
padding-bottom: 10px;
	

}

.mainContent a:link
{
color:#907962;
text-decoration: none;
}

.mainContent a:hover
{
color:#000000;
text-decoration:underline;
}

.mainContent a:visited
{
color:#907962;
text-decoration: none;
}

.mainContent h1, h2, h3
{
color: #636466;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.mainContent h1
{
font-size:18px;
}

.mainContent h2
{font-size:14px;
}

.mainContent h3
{font-size:12px;
}


.footer
{
width: 900px;
border-top: 1px;
border-top-color:#781303;
border-top-style:solid;
padding-top:4px;
  }
 
 .footer p
 { 
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size:9px; 
color: #636466; 
text-align:center;
}

.footer a:link
{
color:#907962;
text-decoration: none;
}

.footer a:hover
{
color:#000000;
text-decoration:underline;
}

.footer a:visited
{
color:#907962;
text-decoration: none;
}
