﻿body {
	color: #fff;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	background-color: #000;

}
#container {
	width: 924px;
	margin: auto;

	background-color: #000;
}
#header {
	width: 924px;
	background-color: #000;
	height: 280px;
}
#navigation {
	background-color: #000;
	width:924px;margin:auto;border-top:3px double #ffcc00;border-bottom:3px double #ffcc00;
	overflow: hidden;
}

#content {
	width: 924px;
	background-color: #000;
}

.table {width: 924px; border: 0px solid #d9ddcd; margin-bottom:10px; margin-top: 10px;margin-left: auto; margin-right: auto;background-color:#000;}
.leftcell {background-color:#111;border:#333 solid 1px;padding-top:20px;}
.rightcell {width:600px;background-color:#111;border:#333 solid 1px;}

#rightcontent {
	background-position: 0px 0px;
	background-color: #111;
		text-align: justify;
		padding-left:20px; 	padding-right:20px;
	background-repeat: repeat;
	background-attachment: scroll;
}
#rightcontent li {list-style:circle;}
#leftcontent {
	background-color:#111;
	text-align:center;
}
#leftcontent img {border: #a08103 1px solid; padding:2px;}
.picbox {border: #c8b37a 1px solid; padding:3px;}
#footer {
    width: 924px;margin:auto;
	background-color: #111;
	padding-bottom: 0px;
	border: 1px solid #333;
}
/*Styles for Navigation*/
#navigation ul {
	list-style-type: none;
	margin: 0;height:27px;
	padding: 4px;padding-right:0px;
}
#navigation li {
	float: left;padding-left:2px;padding-right:2px;margin-right:3px;
}
#navigation a {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans Serif;
	font-size: 13px;
	display: block;
	padding: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px outset #ffcc00;
	border-radius:5px;
    -moz-border-radius:5px;

	background-color: #e1c006;
	background-image: url('images/menu.gif');
}
#navigation a:hover {
	color: #141;
	text-decoration: none;
	border: 1px inset #ddaa00;
	border-radius:5px;
    -moz-border-radius:5px;
	background-color: #f9d715;
	background-image: url('images/menu2.gif');
}

/* Styles for Content */
h1 {
	font-size: 15px;
	color: #c0c0c0;
	margin-left:-15px;
}
h2 {
	font-size: 14px;
	color: #c0c0c0;margin-left:-10px;
}
h3 {
	font-size: 13px;
	color: #ccc;margin-left:-10px;
}
h4 {
	font-size: 1.1em;letter-spacing:1px;
	color: #bbb;margin-left:-15px;
}
h5 {
	font-size: 0.75em;
	color: #3A3D2E;
}
h6 {
	font-size: 0.5em;
	color: #3A3D2E;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	text-align: center;
	color: #777;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color:  #ffcc00;
	text-decoration: none;
}
#footer a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
/* Styles for Links */

.style_bold {
	font-weight: bold;color:#3f175b;
}
.style_italic {
	font-style: italic;	
}
.center {text-align: center;}
.circle {list-style-type: circle;}
.box {
	background-color: #F3F3F3;
	border: 1px solid #FF6600;
	margin: 15px;padding-left:5px;padding-right:5px;
}
#tables table{width: 250px;border: #333 solid 1px;margin: auto;}
#tables td {border-bottom:#222 dashed 1px;padding-left: 4px;padding-right: 4px;}
.small {font-size: 11px;}
.right {text-align: right;padding-right:5px;}
#links li {padding-bottom:6px;padding-top:6px;border-bottom:1px #c0c0d0 dashed;list-style:circle;}
#wf {width:900px;text-align:right;margin:auto;}
#wf a {color: #444;text-decoration: none;font-size:10px;}
#wf a:hover {color: #c64f1a; text-decoration: underline;}
.tblhdr {
	text-align: center;
	font-size: medium;
}

a:link    {color: #6fa5d7; text-decoration: none;}
a:visited {color: #265988; text-decoration: none;}
a:hover   {color: #b00;    text-decoration: underline;}

a:link    img {border:1px solid #488ccc;}
a:visited img {border:1px solid #265988;}
a:hover   img {border:1px solid #b00;}


