/* CSS Document */



body{
		background-color: #e8bf8b;
		background-image: url(img/layout/body_bg.jpg);
		background-repeat: repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#497ecc;
		margin:0; 
 		padding:0;
		
		
		}
		
a{
		font-size: 11px;
		color: #d22e68;
		text-decoration:none;
		border-bottom:1px dotted #fe7c54;
		
		}
		
a:hover{
		font-size: 11px;
		color: #fe6054;
		text-decoration:none;
		border-bottom:1px dotted #e03e86;
		
		}
		
h1{
		font-size:20px;;
		color:#fe7c54;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		letter-spacing: 2px;
		margin-bottom:3px;
		font-weight:normal;
		border-bottom: 2px dashed #e95798;
		}
	
h2{
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 12px;
		color : #e95798;
		letter-spacing: 1px;
		text-align:left;
		border-bottom: 2px dotted #a359d1;
		padding-left: 10px;
		text-transform:uppercase;
		}
	
	
h3{
		color:#e95798;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		border-left:14px solid #9bcef8;
		padding-left: 10px;
		line-height: 14px;
		}
	
b{
		color: #496bcc;
		}

.b2{
		font-size:11px;
		font-weight: bold;
		color: #a359d1;
		margin: 0px;
		}
	
td { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px; 
		color: #497ecc; 
		font-weight: normal; 
		}
		
.box{
		border-collapse:collapse;
		border-color:#fff9c7;
		outline-style: solid;
		outline-color:#e8c08c;
		outline-width: 1px;
		}
		
.news{
		
		background-color: #fff387;
		border-top: 2px solid #e8bf8b;
		border-bottom: 2px solid #e8bf8b;
		width: 100%;
		}

p.solid {
		outline-style: solid
		}


#container{
		position:absolute;	
		width: 940px;
		height:auto;
		background: #fff386 url(img/layout/container_bg.jpg) repeat-y;
		left:50%;
		margin-left:-470px;
		
		
		}
		
#quicklinks{
		width:940px;
		height:30px;
	    background:#e8bf8b;
		}
		
#header{
		width:940 px;
		height: 452 px;
		clear:both;
		}

	
#leftnav{
		float: left;
		width:215px;
		background-image:url(img/layout/lnav_bg.jpg);
		background-repeat:no-repeat;
		}
	
#div{
		margin-top: 20 px;
		margin-left: 30px;
		margin-right: 20px;
		}
	
#div2{
		margin-top: 20 px;
		margin-left: 20px;
		margin-right: 30px;
		}
	
#divmi{
		margin-top: 15px;
		margin-left: 10px;
		margin-right: 10px;}
	
#content{
		width:510px;
		float:left;
		background-image: url(img/layout/content_bg.jpg);
		background-repeat:no-repeat;
		}
	
#rightnav{
		float:right;
		width:215px;
		background-image:url(img/layout/rnav_bg.jpg);
		background-repeat:no-repeat;
		}
	
#footer{
		width: 940px;
		clear:both;
		}



ul.navleft_list{
		list-style:none;
		font-weight:bold;
		margin:0px;
		padding-left:0px;
		}
		
ul.navleft_list li{
		line-height: auto;
		margin-bottom:1px;
		}
		
ul.navleft_list li a{
		border-bottom:1px dotted #ffd942;
		display:block;
		color:#8abffa;
		font-size:12px;
		}
		
ul.navleft_list li a:hover{
		background:none;
		color:#f29889;
		}
	
	


