/** BASIC */

body {
	margin: 0px 0px;
	padding: 0px;
	background-color: #F0F0F0;
	}	
	
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}

#header {
	width: 800px;
	background-color: #003366;
	height: 160px;
	margin-right: 0px;
	margin-bottom: 160px;
	margin-left: 0px;
	background-image: url(images/home-banner4.jpg);
}

 

#banner {
	float:left;
	width: 800px;
	height: 160px;
}


#logo {
	width: 800px;
	float: left;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 7px;
	border-top-color: #003366;
	height: 80px;
	padding-top: 10px;
}

#menu {
	float: left;
	width: 800px;
	height: 39px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	background-color: #FFCC33;
	background-image: url(images/menu-banner.gif);
	background-repeat: repeat-x;
	}
	
	#menu ul {
	margin: 0px;
	list-style: none;
	padding: 10px;
	}

	#menu li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFF99;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	
	#menu li a {
	color: #000033;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 5px;
	margin-left: 0px;
	font-size: small;
	text-decoration: none;
	}
	
	#menu li a.current { 
	color: #666666; 
	}
	
	#menu li a:hover {
	color: #003399;
	font-weight: bold;
	}
	
#maincontent {
	width: 520px;
	float:left;
	padding: 5px;
	border: 1px none #993399;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	
#homemaincontent {
	width: 520px;
	float:left;
	padding: 5px;
	border: 1px none #CCCCCC;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	}
	
#leftsidebar {
	width: 180px;
	float: left;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #339933;
	border-right-color: #CCCCCC;
	border-bottom-color: #339933;
	border-left-color: #339933;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
	
#homeleftsidebar {
	width: 300px;
	float: left;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	}
	
#rightsidebar {
	width: 210px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
#homerightsidebar {
	width: 190px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	}
	
#rightsidebox {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFD651;
	border-right-color: #FFD651;
	border-bottom-color: #FFD651;
	border-left-color: #FFD651;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
}

#rightsidebox2 {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 0px;
}
	
#footer {
	width: 790px;
	margin: 0px;
	clear: both;
	height: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	padding: 5px;
	}
	
#footersidebar {
	width: 240px;
	float: left;
	}
