/* CSS Document */

/* Begin General Styles */
body {
	background: #000000 url(images/bkgdots.gif) repeat 0;
	margin: 0px;
	text-align: center;
}
/* End General Styles */

/* Container for the main white base and header */
#container {
	background-color: #000000;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: #CC9933;
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	float:left;
}

/* Begin menu navigation style */
#menu {
	background: #fff3b1;
	padding: 0px;
	margin: 0px;
	width: 800px;
	height: 22px;
	float:left;
}
#menu ul {
	padding: 0px;
	margin: 0px;
 	font: bold 10px Georgia, "Times New Roman", Times, serif;
}	
#menu ul li {
	list-style:none;
	margin: 0px;
	display: inline;
}
#menu ul li a {
	float:right;
	padding: 5px 1em;
	margin: 0px;
	border-left: 1px solid #b0b0b0;
	text-decoration: none;
}
#menu ul li a:link {
	color: #4c4c4c;
	background: #fff3b1;
}
#menu ul li a:visited {
	color: #4c4c4c;
	background: #fff3b1;
}
#menu ul li a:link:hover, #menu ul li a:visited:hover {
	color: #4c4c4c;
	background: #e3d797;
}
#menu ul li a#current {
	background: #e3d797;
}
/* End menu navigation style */

/* Container for left and right */
#content {
	width: 800px;
	height: 480px;
	margin-top: 0px;
}

/* Container for the left */
#left {
	background-color: #000000;
	width: 568px;
	height: 480px;
	float: left; 
	margin: 0px;
}
#leftcontent{
	background-color:#fff3b1;
	margin: 6px 6px 6px 6px;
	width: 554px;
	height: 466px;
	float: left;
	text-align:left;
	border: 1px solid #ffffff;	
}
#leftcontent a:link,#leftcontent a:visited {
	color: #000000;
	text-decoration: underline;
}
#leftcontent a:hover {
	color: #CC3300;
	text-decoration: underline;
}
#leftcontent h3 {
	margin: 10px 25px 10px 25px;
	text-align: left;
	font: bold 15px "Times New Roman", Times, serif;
	color: #000000;
}
.text2 {
	font: 12px "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px 25px 25px 25px;
	text-align:left;
	line-height: 16px;
}
.mainimage {
	border: 6px solid #000000;
	float: right;
	margin: 0px;
}
/* End left container */

/* Container for the right */
#right {
	background-color: #000000;
	width: 232px;
	height: 480px;
	float: left;
	margin: 0px;
}

#righttop {
	width: 232px;
	height: 29px;
	float: left;
	text-align:left;
	margin: 6px 0px 0px 0px;
	padding:0px;
}
#rightcenter {
	background-color:#fff3b1;
	width: 224px;
	height: 368px;
	float: left;
	text-align:left;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;	
}
#rightcenter h1 {
	margin: 10px 10px 10px 10px;
	text-align: left;
	font: bold 12px "Times New Roman", Times, serif;
	color: #000000;
}
#rightcenter h1 a:visited, #rightcenter h1 a:link {
	color: #000000;
	text-decoration: none;
}
#rightcenter h1 a:hover {
	color: #958151;
	text-decoration: none;
}

#rightbottom1 {
	width: 232px;
	height: 29px;
	float: left;
	text-align:left;
	margin: 6px 0px 0px 0px;
	padding:0px;
}
#rightbottom2 {
	width: 232px;
	height: 29px;
	float: left;
	text-align:left;
	margin: 6px 0px 0px 0px;
	padding:0px;
}
#righta {
	width: 232px;
	height: 158px;
	float: left;
	text-align:left;
	margin: 6px 0px 0px 0px;
	padding:0px;
}
#kbutton {
	display:block;
	background: url(images/Kbutton.gif) no-repeat;
	width: 226px;
	height: 29px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
a#kbutton:hover {
	background: url(images/KbuttonOV.gif) no-repeat;
}
#rightb {
	width: 232px;
	height: 158px;
	float: left;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#bbutton {
	display:block;
	background: url(images/Bbutton.gif) no-repeat;
	width: 226px;
	height: 29px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
a#bbutton:hover {
	background: url(images/BbuttonOV.gif) no-repeat;
}

#rightc {
	width: 232px;
	height: 158px;
	float: left;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;;
}

#ubutton {
	display:block;
	background: url(images/Ubutton.gif) no-repeat;
	width: 226px;
	height: 29px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
a#ubutton:hover {
	background: url(images/UbuttonOV.gif) no-repeat;
}

.alt {
	display:none;
	
}
/* End Container for the right */

.text {
	font: 12px "Times New Roman", Times, serif;
	color: #000000;
	margin: 10px 10px 10px 10px;
	text-align:left;
	line-height: 16px;
}

.imageright {
	padding: 0px;
	margin: 0px 0px 0px 25px;
	float:right;
}

#footer {
	background: url(images/copybar.gif) no-repeat;
	background-color: #fff3b1;
	width: 800px;
	height: 21px;
	float:left;
}
#footer h2 {
	margin: 2px 12px 0px 0px;
	text-align: right;
	font: bold 9px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color: #656565;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #656565;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #000000;
	text-decoration: none;
}
/* End Container Styles */
