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

body {
	margin: 0px;
	padding: 0px;
	/* background-image: url(images/bg.gif);
	background-repeat: repeat-x;  */
    background-color:#EE5E32;
    padding-top:5px; 
    padding-bottom:25px;     
}

h1{font-family: "Arial";  color:#313e8d; font-weight: bold; font-size: 26px; line-height: 28px; margin-bottom: 0px;}


#wrapper {
	width: 980px;
	margin: 0 auto;
	font-family: "Trebuchet MS";
	font-size: 12px;
    border:0px solid #00ff00;   
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 354px;
    border:0px solid #ff0000;
}
#nav {
    background-image: url(images/nav.jpg);
    background-repeat: no-repeat;
	height: 30px;  
    padding-left: 10px;                  
}


#nav td{  
  color:white;
  height: 30px;     
  padding-top: 0px; 
  padding-left: 10px;     
}
 
#nav td a, a:visited{   
color:white;
text-decoration:none;
font-weight: bold;
    font-size: 14px;
}

#nav td a:hover{   
 text-decoration:none; 
 color:#ff0000;
} 
     
#contentwrapper{
     background-color: black;
     padding: 15px 10px 5px 10px;
     border:0px solid #ff0000; 
}
                
#content {	
    background-color: white;  
    border:0px solid #ff0000;    
}
   
#content .leftwrapper { 
    float: left;
    width: 200px;  
    margin-left:10px;    
    margin-right:10px;     
}         

#content .left {
    float: left;
    width: 190px;  
    padding-left:10px;
    min-height:800px; 
    color:#ffffff;  
    font-family: "Arial";
    font-size: 12px;
    font-weight: bold; 
    line-height: 20px;  
    background-image: url(images/leftmenumid.jpg);
    background-repeat: no-repeat;  
    background-color: #272526; 
    border:0px solid #ff0000; 
}

#content .left a, a:visited{ 
 text-decoration:none; 
 color:#ffffff;  
 font-family: "Arial";
 font-size: 12px;
 font-weight: bold; 
 line-height: 20px;  
}

#content .left a:hover{ 
 text-decoration:none; 
 color:#ff0000;  
}

 
#content .midsmall {
	float: left;
	width: 440px;
	color: #838282;   
     padding-top:20px;  
    padding-right:0px; 
    background-color: white;
    border:0px solid #ff00ff;                    
}


#content .midlarge {
    float: left;
    font-size: 13px; 
    width: 730px;     
    padding-top:0px;  
    padding-right:0px; 
    background-color: white;
    border:0px solid #ff00ff;   
    font-family:Verdana, Arial, Helvetica, sans-serif;    
    color:#000000;                 
}

#content .midlarge a {
     font-size: 13px;
     color:#313e8d; 
     text-decoration:none;
     font-weight: bold;
     font-family:Verdana, Arial, Helvetica, sans-serif;    
}

#content .midlarge a:hover{
    color:#dd5227;
    text-decoration:none;
}                         



#content .rightwrapper { 
    float: left;
    width: 280px;  
    margin-left:10px;    
    margin-right:10px;     
} 

#content .right {
    float: right;
    width: 270px; 
    padding-left:10px;
    min-height:800px; 
    color:#ffffff;  
    font-family: "Arial";
    font-size: 12px;
    font-weight: bold; 
    line-height: 20px;  
    background-image: url(images/rightmenumid.png);
    background-repeat: no-repeat;  
    background-color: #272526; 
    border:0px solid #ff0000;                      
}
      

#content .full {
    line-height: 11px;
    font-size: 10px;
    float: left;
    width: 940px;
    color: #838282;     
    margin-top: 10px;
    padding-left:10px; 
    padding-right:10px; 
    background-color: white;
    border:0px solid #ff0000;                    
}


#content .full  a, a:visited, a:hover {  
 text-decoration:none;       
 color: #838282; 
 line-height: 11px;
font-size: 10px; 
}

#footer {
	clear: both;
	/* background-image: url(images/bottombg.gif);
	background-repeat: repeat-x;  */
    background-color: #000000; 
    color:white;   
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px; 
}
#footer a, a:hover{   
color:white;
 text-decoration:none;
}

.leftimg {
	float: left;
	padding-right: 7px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}
.blacktitle {
	font-family: "Trebuchet MS";
	font-size: 35px;
	color: #3d3e43;
}
#right input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
	padding: 2px;
}
#right textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
}
