﻿
body	{
	font-family:"Times New Roman", Times, serif;
	background-color:#777777;
	background-image:url('../images/background.gif');
	color:#ff9;
	font-size:.85em;
}

p{
	margin:3px 0 10px 0;
}

a	{
	color:#ff0;
	text-decoration:underline;
	}
a:hover	{
	color:maroon;
	text-decoration:underline;
	}
	
#footer a	{
	color:#ccc;
}

#footer a:hover	{
	color:red;
}


h1{
	font-size:2.25em;
	margin-bottom:10px;
}

h2{
	font-size:2.0em;
}

h3{
	font-size:1.75em;
}

h4{
	font-size:1.50em;
}

h5{
	font-size:1.25em;
}

h6{
	font-size:1.0em;
}

ol li,
ul li	{
	margin-left: 30px;
}

hr	{
	color:#ff9;
	width:100%;
	clear:both;
	margin:10px;
}

#menu ol li,
#menu ul li	{
	margin-left:0;
}

#menu ul,
#banner-menu ul	{
		list-style:none;
}

#menu li a	{/*menu div=225px*/
	display:block;
	width:200px;
	height:20px;
	margin:3px 0 0 0;
	padding:9px 5px 6px 20px;
	background-image:url('../images/button-1.gif');
	background-repeat:no-repeat;
	color:#DDDDDD;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
}

#menu li a:hover	{
	display:block;
	width:200px;
	height:20px;
	margin:3px 0 0 0;
	padding:9px 5px 6px 20px;
	background-image:url('../images/button-2.gif');
	background-repeat:no-repeat;
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
}

table	{
	border-collapse: collapse;
	padding:5px;
	empty-cells: show;
	caption-side: bottom;
}

th{
	border:inherit;
	padding:0 2px 0 2px;
	border:1px #2F2C40 solid;
}

td	{
	border:inherit;
	padding:0 2px 0 2px;
	border:1px #2F2C40 solid;

}

.small	{
	font-size:x-small;
}

.left	{
	text-align:left;
	float:left;
	margin-right:10px;
}

.right	{
	text-align:right;
	float:right;
}

.center	{
	text-align:center;
	margin:0 auto 0 auto;
}
.border-1px {
	border: 1px solid #000000;

