/* CSS Document */

html{
	margin:0;
	padding:0;

	}

body{
	background-image:url(site_images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#6B809A;
	margin:0;
	padding:0;
	margin-left:30px;
	}
	
#maincontainer{
	margin: 0 auto;
	width:810px;
	}
	
#container{
	margin: 0 auto;
	width:810px;	
	min-height:440px;
	height:auto !important;
	height:100%;
	background-color:#ffffff;
	margin-top:20px;
	float:left;
	}
	
#logocontainer{
	width:810px;
	height:119px;
	}
		
#logo{
	background-image:url(site_images/logo.gif);
	width:205px;
	height:117px;
	background-repeat:no-repeat;
	margin: 16px 0 0 16px;
	float:left;
	}
	
#nav{
	width:780px;
	background-color:#ffffff;
	float:left;
	margin-left:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top: 1px dotted #999999;
	}
	
#nav ul{
	margin: 0;
	padding: 0;
	margin-left: -2px;
	list-style-type: none;
	}
	
#nav li {display: inline;}
	
#nav li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12.8px;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 8px;/*padding inside each tab*/
	color: #6B809A;
	background: #ffffff; 
	}

	
#nav li a:hover{
	color:#ffffff;
	background-color:#78A1C2;
	}
	
#wrapperplace{
	float:left;
	width:810px;
	min-height:440px;
	height:auto !important;
	height:100%;
	background-color:#ffffff;
	margin-bottom:8px;
	}
	
#wrapper{
	width:780px;
	background-color:#ffffff;
	border: 1px dotted #999999;
	margin-left:15px;
	min-height:440px;
	height:auto !important;
	height:440px;
	
	}

#copyrightplace{
	width:780px;
	background-color:#ffffff;
	float:left;
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#888888;
	margin-bottom:15px;
	border-bottom: 1px dotted #999999;
	height:17px;	
	}
	
#copyright{
	text-align:center;
	float:left;
	margin: 0 0 5px 10px;
	}
	
#footer{
	width:810px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;	
	color: #78a1c2;
	font-size:9px;
	float:left;
	margin: 10px 0 10px 5px;
	line-height:14px;
	}
	
#wrapperindex{
	font-family:Arial, Helvetica, sans-serif;	
	color: #000000;
	font-size:12px;
	margin: 20px 0 0 30px;
	text-align:justify;
	}
	
#clear{
	clear:both;
	}

