﻿  /* CSS layout */
body {
margin-left:5%;
margin-right:5%;

}
#wrapper {
	margin: 0 0px 0 auto;
	text-align: left;
    
}

img {
	border: none;
	padding: 5px;
	float: left;
	clear: right;
} 

#header {
	color : #333;
	height : 142px;
	float: none;
	margin: 0 0 0 0;
	background-image : url(images/headerbg.png);
	background-repeat : no-repeat;
	text-align: left;
}
#navigation {
	background: #660066;
	float : center;
	height : 36px;
	color: #FFFFFF;
	margin : 0 0 5px 0;
	text-decoration: none;
} 
#navigation {
	background-color: #660066;
} 
#navigation ul { 
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
color : #0066ff;
text-align : center;
margin : 0;
padding-bottom : 5px;
padding-top : 5px;
padding-left : 0;
} 
#navigation ul li { 
display : inline;
} 
#navigation ul li a {
	padding : 5px 5px 5px 5px;
	color: #FFFFFF;
	text-decoration : none;
	border-left : 1px solid #004ab2;
	border-right : 1px solid #004ab2;
} 
#navigation ul li a:hover { 
color : #fffffe;


}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
	margin-right: 10%
}

#footer {
	clear: both;
}
#footer {
	clear : both;
	width: 90%;
	color : #333;
	border : 1px solid #4e7fb6;
	margin : 0 0 10px 0;
	text-align : center;
	display : inline;
	float : left;
	padding-top : 5px;
	padding-bottom : 5px;
	background-color: #660066;
} 
#footer p { 
font-size : 10px;
text-align : center;
} 
#footer a { 
color : #173aff;
text-decoration : none;
} 
