body {
	margin: 0px;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	background-color: #1a56b0;
	color: #000000;
	background-image:  url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-weight: normal;
	text-align: center
	}

a {
	color:#CC3300;
	}

a:hover {
	color: #FF6600;
	}

a:active {
	color: #CC9900;
	}

#wrapper {
	margin: 0 auto;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left
}


#main-column-wide
	{
	padding: 20px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	float: none;
	margin: 0px 0px 0px 0px;
	}

#copyright {
	background:#7a496a;
	text-shadow: 2px 2px 2px #000;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-weight: bold;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	background-image: url(images/copyright-bkg.gif);
	background-repeat: repeat-x;
	color: #CCCCCC;
	}	

#navi {
	background:#005eac;
	background-image: url(images/top-baner.jpg);
	text-shadow: 2px 2px 2px #000;
	color: #ffffff;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 16px;
	margin: 0px;
	padding: 10px;
	height: 150px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	}	


#pic-inset {
	text-align: right;
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}


li:hover ul, li.over ul {
	display: block;
	}


/* THE MENU */

#menubar {
	width: 850px;
	height: 25px;
	margin: 0 auto;
	background: #fff;
	}

#menunav {
	margin: 0;
	padding: 1px 0 0 0;
	float: right;
	font-size: 19px;
	}

	#menunav a  {
		margin: 0 1px 0 0;
		color: #aaa;
		text-decoration: none;
		background: #222;
		-moz-border-radius: 10px;
		-khtml-border-radius: 10px;	
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}

		#menunav a:hover {
			color: #fff;
			background: #555;
			} 
		
		.prev {
			padding: 0 2px 0 0;
			}
		
		.next {
			padding: 0 0 0 2px;
			}
  
#menu {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	}

	#menu ul {
		margin: 0;		
		padding: 0;
		list-style: none;	
		}

	#menu li {
 		margin: 0;
 		padding: 0;
 		float: left;
		}

	#menu li a {
		height: 25px;
		padding: 0 5px 0 5px;
		display: block;
		float: left;
		color: #000;
		line-height: 25px;
		text-decoration: none;
		border-width: 0 1px 0 0;
		border-style: solid;
		border-color: #aaa;
		}

	#menu li a:hover {
		color: #fff;
		background: #1a56b0;
		}
