body {
	background: url(images/background4.jpg) repeat;

	font-family: verdana, arial, serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	height: 100%
}



a {
	background-color: #ffffff;
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 800px;
	height: 100%
}

#header {
	
	height: 160px;
	text-align: center;
	width: 100%;
}

#header h1 {
	font-size: 2.2em;
	position: relative;
	left: 260px;
	top: 10px;
}

#header a {
	background-color: transparent;
	color: #ffffff;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
	color: #999999;
}

#sidebar {

	float: left;	
	margin-top: 10px;
    width: 100px;
	
}

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
	
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;
		
}

#sidebar a {
	background-color: #206589;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: white;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#sidebar a:hover {
	background-color: white;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	color: #206589;
}

#content {
	
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 590px;
	
	
}

#div1 { float:left; width:100%;}

.column{
width:50%;
float:left;
}

.column2{
width:100%;
float:right;
}

#flash {
	width: 280px
	height: 200px
    padding-right: 10px;
	 }
	 
	 
#box2 {padding-left: 10px
	   margin-top: 50px
}
	 
	 
p.pad {padding-left: 290px}

#list-1 {list-style-type:disc}

}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}


#footer {
	background-color: #206589;
	
	clear: right;
	
	color: #ffffff;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: center;
	width: 780px;
	
}

