	body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		A:link {color: Blue}
		A:visited {color: Red}
		A:hover {color: Green}
		A:active {color:gray}
		H1 {font-size: 150%; font-family: sans-serif; color:red}
		H2 {font-size: 125%; font-family: sans-serif; color:red}
		H3 {font-size: 110%; font-family: sans-serif; color:magenta}
		H4 {font-size: 90%; font-family: cursive; color:blue}
		p {font-size:100%; font-family: sans-serif; color:black}
	}
	#header {
	/*border:1px solid #000;*/
	width: 805px;
	height:101px;
	padding:0px;
	/*background:#fc9 transparent;*/
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-bottom-style: solid;
	}
	
	#header img {
	}
	
	#content {
	height: auto;
	width: 805px;
	margin: 0px;
	/*border:1px solid black;*/
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
	right: 199px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	}
	
	#content-left {
	float:left;
	width:200px;
	margin: 0;
	/*border-right: 1px solid #CC9900;*/
	background-color: #f00;
	background-image: url(images/bg2.gif);
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000099;
	}

	#content-left ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
	/*border: thin solid #000066;*/
	}
	
	#content-left ul li {
	clear: both;
	display: block;
	background: darkgreen;
	background-image: url(images/bg.gif);
	text-align: center;
	color: #666666;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #000099;
	border-bottom-color: #000;
	}

	#content-left ul li a {
	color: #f00;
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding: 0px;
	width: 100%;
	background-color: darkgreen;
	background-image: url(images/bg.gif);
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000099;
	}
	#content-left a {
		color: #f00;
		text-decoration: none;
		font-size: 15px;
		display: block;
		padding: 0px;
		width: 100%;
		background-color: darkgreen;
		background-image: url(images/bg2.gif);
		/*border-bottom: 1px solid #000; */
	}

	#content-left a:link, #content-left a:visited {
		color: #330033;
		text-decoration: none;
	}
	
	#content-left a:hover {
	/*background-color: darkblue;*/
		background-image: url(images/bg2.gif);
	text-decoration: bold;
	font-size:15px;
	color: #930;
	border: medium solid #CC0000;
	}

	#content-left li a#current {
		/* border-bottom: 3px solid #DAD6B7; */
		background: #gray;
	}
	#content-left h1 {
		display: block;
		font-size:18px;
		text-align: Center;
		width: 100%;
		padding: 0px;
		margin: 0;
		background: darkgreen;
		/*background-image: url(images/bg2.gif);*/
		color: f00;
		border-bottom: 1px solid #000;
	}

	#content-left h3 {
	display: block;
	font-size:16px;
	text-align: center;
		width: 100%
		padding: 0px;
	margin: 0;
	background-image: url(images/bg2.gif);
	color: darkblue;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #000099;
	border-left-color: #000099;		/*font-size: 100%*/
	}
	
	#content-left h4 {
		display: block;
		font-size:14px;
		float:left;
		width: 100%
		padding: 0px;
		background-color: #ffc;
		color: darkblue;
		text-align:center;
		/*font-size: 100%;*/
	}
	
	#content-main {
	display: block;
	float: left;
	width: 600px;
	/*border-left: 1px solid #CC9900;*/
	padding: 3px;
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
	background-color: #C0C0C0;
	right: 200px;
	}
	
	#content-main li {
		font-size: normal; 
		font-family:sans-serif; 
		color:maroon;
	}
	
	#footer {
		clear: both;
		color: #8F4CB0;
		text-align: right;
		font-size: 90%;
		margin-top:1px;
		margin-bottom:1px;
		/*padding:5px;*/
		/*border:1px solid #000;*/
		width:805px;
	}
	
	.buttoncolor {
	background-color: #FFCC00;
	}
