html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #CCCCCC;
	text-align: center;
}

body {
	margin: 0px auto 0 auto;
	text-align: left;
	color: #383838;
	background-color: #ffffff;
    width: 701px;
}

html > body {
	background: #282828 url(images/bg.gif) repeat-y center;
	background-color: #000000;
}

#banner {
background-color:#000000;
}

div#right {
background-color:#CCCCCC;
width: 123px;
}

ul#nav {
	margin: 0;
	padding: 0 0 0 6px;
	width: 696px;
	height: 44px;
	background: #000000 url(images/nav_bg.gif) repeat-x;
	color: inherit;
}

ul#nav li {
	float: left;
	text-align:center;
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul#nav li a {
	text-decoration: none;
	padding: 10px 27px 10px 27px;
}

ul#nav li a:link, ul#nav li a:visited {
	background-color: inherit;
	color: #FF6600;
}

ul#nav li a:hover, ul#nav li a:active {
	background-color: inherit;
	color: #ffffff;
}

a:link,a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
}

.glossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 135px;
border: 1px solid #666666;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FF6600;
display: block;
width: 125px;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 125px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #FF6600;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
color: white;
}
.backround {
background-color:#CCCCCC;
}
.footer {
background-color:#000000;
color:#999999;
}
.border {
	border: solid #666666;
}
.size18 {
font-size: 18px
}
.headlink {
font-size: 16px;
border-top: 1px dashed #666666;
border-bottom: 1px dashed #666666;
text-align: center;
color: 888888;
vertical-align: top;
padding-top: 2px;
padding-bottom: 2px;
font-weight: bold;
}
.box {
background: #B5B5B5;
border: thin solid #666666;
color: #FFFFFF;
padding: 5px 5px 5px 5px;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #CCCCCC;
	background-color: #818181;
	display: block;
	border: medium solid #666666;
}