@charset "utf-8";

body {

    background-color: #e8f4ff;
    background-image: url(images/PageBkgrnd.png);
	background-repeat:repeat-x; 
	margin: 0;
    padding: 0;
    color: #999999;
    font-family:  Tahoma, Geneva, sans-serif;
;
    font-size: 12px;
    line-height: 1.2;
	text-align:justify;

}

ul, li {
	color:#006699;
	margin-bottom: 10px;
}
	  




ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-position: inside;

}

h1, h2, h3, h4, h5, h6, p {

    margin-top: 0;   
    padding-right: 0px;
    padding-left: 0px;
	color: #006699; 

}

a img { 

    border: none;

}

img {
	border: thin;
	border-style:solid;
	border-color: #006699;
	margin: 10px;
	float: right;
	
}





a {
    color: #006699;
    text-decoration: none; 
    font-weight: normal;

}


a:hover, a:active, a:focus { 

    text-decoration: underline;
	color: #99ccff;

}


.container {
	width: 809px;
    margin-left:auto; 
    margin-right:auto;
	

	
}





.header {

    width: 809px;
	height:275px;
	background-image: url(images/Header.png);
    
}


.maincontent {
	width:809px;
	min-height: 50px;
	background-image: url(images/SheetBkgrnd.png);
	background-repeat:repeat-y;
	
}

.contentbody {

    width: 590px;
    float: left;
		
	
}


.contenttext {

    
	padding-left: 28px;
	padding-right: 25px;	
	
}


.empty {
	clear:both;
}






.sidebar {

    float: left;
    width: 219px;		

}

.sidebarmenu {
	width: 183px;
	height: 24px;
	background-color:#F00;
	margin-left: 9px;
}


.sidebartext {

    
	padding-left: 20px;
	padding-right: 38px;
	color:#FFF;
		
}


.sidebartext a {

    color: #bfb181;
	text-decoration:underline;

}

.sidebartext a:hover, a:active, a:focus {

    color: #FFF;
	text-decoration:underline;

}    

.sidebarcontent h1 {

    font-size: 18px;
    color: #FFF;
    margin: 0px;

}

.sidebarcontent h2 {

    font-size: 14px;
    margin: 0px;

}


.sheetbottom {

    width: 809px;
	height: 42px;
    background-image: url(images/SheetBottom.png);
	background-repeat:no-repeat;
	 
}

.content ul, .content ol { 

    padding: 0 15px 15px 40px; 

}





.footer {

    padding:0 ;
    position: relative;
    clear: both;
    font-size: 10px;
    color: #a6562f;
	text-align:center;
	text-decoration:none;

}


.footer a:hover, a:active, a:focus {

    color: #006699;
	text-decoration:underline;

}

