/* HTML Styles */

body {
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin:0px;
	padding:0px;
	background-color:#DEDEDE;
	}

form {
	margin:0px;
	padding:0px;
	}

h1 {
	color:#333;
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	color:#333;
	font-size: 16px;
	font-weight: bold;
	}
	
h3 {
	color:#333;
	font-size: 14px;
	font-weight: bold;
	}
	
h4 {
	color:#333;
	font-size: 12px;
	font-weight: bold;
	}
	
h5 {
	color:#333;
	font-size: 10px;
	font-weight: bold;
	}
	
h6 {
	color:#333;
	font-size: 8px;
	font-weight: bold;
	}
	
a:link {
	color:#7A7A7A;
	text-decoration:underline;
	}

a:hover {
	color:#7A7A7A;
	text-decoration:none;
	}

a:visited {
	color:#7A7A7A;
	text-decoration:underline;
	}

a:visited:hover {
	color:#7A7A7A;
	text-decoration:none;
	}

textarea { 
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}



/* *** Generated by www.csscreator.com *** */
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:100%; 
  min-width: 500px; 
  
} 
 
#header{
	height:231px;
	width:100%;
	background-color:#262E5F;
	background-image: url(../images/header_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
 } 
 
#bread{
	height:25px;
	width:100%;
	background-color:#969696;
	color: #FFFFFF;
 }  

#leftcol{
	width:100px;
	float:left;
	position:static;
	clear: both;
	margin-top: 16px;
	background-color: #404040;
	height: 100%;
 }
 
#outer{
	background-color: #cccccc;
	margin-right:30px;
	width: 800px;
	float: right;
	padding-left:10px;
	padding-right:50px;
	padding-top:10px;
 } 

 
#footer{
	height:108px;
	width:100%;
	color:#fff;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: right; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #cdcdcd;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 

.contentFooter{
	padding:50px 10px 50px 50px;
	float: right;
} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 



#navcontainer {
	}
#navcontainer ul {
	list-style: none;
	}
#navcontainer li {
	margin: 0;
	}

#navcontainer li a {
	display: block;
	padding: 0px;
	text-decoration: none;
	}

#navcontainer li a:hover {
	}

#active a:link, #active a:visited, #active a:hover, #active a:visited:hover {
	}

#sitemenu {
	width:100px;
	}
	
