body
{
	margin: 0;
	padding: 0;
	color: #111111;
	background-color: #fff;
        font-size: 11px;
	font-family: verdana;
}

p
{
	padding-right: 4px;
	padding-left: 10px;	
	line-height: 1.5em;
}

li   
{     
       line-height: 1.1em;
       list-style-type: square;
}

h1
{
       font-weight: normal;
       font-size: 3em;
}

h2
{
	font-size: 1.0em;
	font-weight: bold;
        padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5em;
        color: #940000;
}

h3
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.0em;
        font-weight: bold;
	line-height: 1.0em;
        color: #48423e;       	
}

h4
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
        font-weight: normal;
	line-height: 0.9em;
       	
}


hr
{
	margin: 1em auto;
	height: 1px;
	color: #7a7e7d;
}


a:link
{
        color: #940000;
        text-decoration: none;
}    
 
a:visited 
{
        color: #940000;
        text-decoration: none;
}  

a:hover 
{
        color: #48423e;
        text-decoration: underline;
}   

a:active 
{
         color: #48423e;
} 


h1 a, h2 a, h3 a
{
	border: none;
}

h3 a
{
	font: 1.5em Verdana, Georgia, Times, serif;
}

img
{
	border: none;
}

img a
{
	border: none;
}



#sidebar-1 a 
{
	color: #940000;
	text-decoration: none;
}


#sidebar-1 a:hover
{
	color: #48423e;
	text-decoration: underline;
}

#sidebar-1 p
{
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
}

#sidebar-2 a
{
	color: #c00;
	border: none;
}

#sidebar-2 a:hover
{
	color: #c00;
	border: none;
	text-decoration: underline;
}

#sidebar-2 p
{
        line-height: 1.5em;
        font-size: 0.9em;
}

div.divider
{
	text-align: center;
        width: 130px;
        height: 1px;
        background-color: #bbb;
        margin-left: 10px

}

#accessibility
{
	position: absolute;
	top: -10000px;
	width: 800px;
}

#container
{
	margin: auto;
	margin-top: 10px;
        width: 820px;	
	height: 550px;
	background-color: #fff;
	border: 1px solid #bbb;
}

#head
{
	height: 100px;
	text-align: left;
        border-bottom: 1px solid #bbb;
	
}

#logo
{
        float: left;
}

#banner
{
        float: right;
        padding-right: 15px;
        padding-top: 65px;
}

#sidebar-1
{
	width: 150px;
	margin-top: 20px;
	float: left;
	text-align: left;
        padding-top: 5px;
}

#sidebar-2
{
	margin-top: 25px;
	margin-right: 12px;
	float: right;
	border: 1px dotted #bbb;
        padding-top: 1px;
        height: 400px;
	width: 150px;
}

#content
{
	margin-top: 2px;
	width: 485px;
	height: 422px;
	float: left;
        font-size: 13px;
       	border-left: 1px dotted #bbb;
	padding-right: 20px;
        padding-top: 25px;
	
}

#foot
{
	margin-top: 5px;
        padding-top: 10px;
	clear: both;
	text-align: center;
        font-size: 9px;
}
