html
{
    height: 100%;
}
body
{
    height: 100%;
}
#leftborder 
{
    position: relative;
    width: 980px;
    min-height: 100%;
    height: 100%;
    height: auto;    
    background: url(images/bg_repeat.gif) repeat-y;  
}
#rightborder 
{
    position: relative;
    background: url(images/borderright-repeat.gif) right top repeat-y; 
    min-height: 100%;
    height: 100%;
}
#test 
{    
    background: url(images/borderright-repeat.gif) right top repeat-y; 
    width: 980px;
}
#toprow 
{
    height: 180px;
    width: 100%;    
}
#logo 
{
    background: url(images/borderleft.jpg) no-repeat;
    float:left;
    height: 180px;      
}
#header 
{
    background: #ffcc99 url(images/header.gif) left 20px no-repeat;
    height: 155px;  
    margin-left: 170px; 
}
#headerimages 
{
    float:right;
    margin-top: 20px;
    height: 135px;
    width: 450px;         
}
#headerimages img 
{
    margin: 0;
    padding: 0;
    float: right;
}
#pagetitle 
{   
    float: left;
    margin-top: 115px;
    height: 40px;
	width: 150px;
}
#pagetitle .text 
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #2e1e57;   
    padding-top: 7px; 
}
#admintool 
{
    float: left;
    margin-top: 115px;
    height: 40px;    
	width: 100px;
}
#subtitle 
{    
    margin-top: 7px;       
    float: right; 
    font-family: Verdana;
    font-size: 9px;
    color: #2e1e57;
    width: 360px;
    text-align:right;
    padding-right: 10px;
    color: #2e1e57;
}
#subtitle ul, #subtitle ul li
{
    list-style-type: none;
    margin:0;
    padding: 0;
    display: inline;
    margin-left: 10px;
}
#subtitle a
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #3c2f5c;    
}
#menu 
{
    clear: both;
    float:left;
    width: 150px;
    padding: 0;
}
#menu ul 
{
    margin: 0;
    padding: 0;
    margin-top: -10px;
}
#menu ul, #menu ul li
{
    list-style-type:none;
    margin-left: 10px;
    padding-top: 10px;
}
#menu a 
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #3c2f5c;
    text-decoration: none !important;
}

#menu a:hover
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #008080;
    text-decoration: none !important;
}
#content 
{         
    float: left;      
    width: 800px;
    padding-bottom: 20px;
}
#dnn_ContentPane 
{
    margin: 10px 10px 10px 0px;
    width: 550px;
    vertical-align:top;
}
#dnn_RightPane 
{
    margin: 10px 20px 10px 10px;
    background: transparent;
    width: 200px;
    vertical-align:top;
}
#footer 
{
    clear: both;
    background: #ffcc99 url(images/bg_u1.gif) left top repeat-y; 
    height: 40px;
    width: 980px;
    height: 40px;    
}
#footercontent 
{
    background: #ffcc99; 
    margin: 0;
    
}
#footerleft 
{
    float: left;
    padding: 13px;
    font-family: Verdana;
    font-size: 9pt;
    color: #2e1e57; 
    padding-left: 150px;   
    background: #ffcc99 url(images/bg_u1.gif) left top repeat-y;
}
#footerright 
{
    float: right;
    padding: 13px;
    font-family: Verdana;
    font-size: 9pt;
    color: #2e1e57;  
    background: #ffcc99;    
}
#footerright a, #footerright a:link, #footerright a:visited, #footerright a:active
{
    font-family: Verdana;
    font-size: 9pt;
    color: #2e1e57; 
    font-weight: normal;
}
#footerright a:hover 
{
    color: #333;
    text-decoration: underline;
    font-weight: normal;
}

h1 {
	font-family: verdana;
	font-size: 16px;
	color: #800000;
	font-weight: bold;
}

h2 {
	font-family: verdana;
	font-size: 14px;
	color: #800000;
	font-weight: bold;
}

h3 {
	font-family: verdana;
	font-size: 12px;
	color: #800000;
	font-weight: bold;
}

body, html, .normal, p, div, th, td, table, .subhead {
	font-family: verdana;
	font-size: 11px;
	color: #222;
	font-weight: normal;
	text-align:left;
}
.subhead {
	font-weight: bold;
}

a, a:link, a:active, a:link, a:visited {
	font-family: verdana;
	font-size: 11px;
	color: #008080;
	font-weight: normal;
	text-decoration: underline;
}
