@charset "UTF-8";
/* CSS Document */


body { 
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
a img { border: 0; outline: none; }
table#layout {
	border-collapse: collapse;
	margin: 10px auto;
	padding: 0;
}
#bottomnav {
	font-size:1.0em;
	height: 24px;
	border-bottom:1px solid #fff;
	padding:5px 10px;
	text-align: center;
}
#botomnav a:link { color:#ffffff; text-decoration:none; }
#bottomnav a:visited { color: #CCCCCC; text-decoration:none; }
#bottomnav a:hover { text-decoration:underline; }

#topnav {
	background: url(../images/TopBanner2.gif) no-repeat;
	font-size:1.2em;
	height: 41px;
	padding:0px 0px;
	text-align: center;
}
#topnav a:link { color:#fff; text-decoration:none; }
#topnav a:visited { color: #CCCCCC; text-decoration:none; }
#topnav a:hover { text-decoration:underline; }
#side {
	color:#fff;
	vertical-align: top;
	width: 200px;
}
#nav {
	font-size: 1.2em;
	list-style-type:none;
	margin: 10px 0 10px 0;
	padding: 0;
	width:180px;
}
#nav li {
	margin: 0;
	padding: 0;
	position:relative;
}
#nav a { 
	background: url(../images/navbuttons2.gif) no-repeat left top;
	color: #FFCC00; 
	display: block;
	height:30px;
	padding:8px 0 2px 0;
	text-align: center;
	text-decoration: none;
	width:200px; 
}
#nav a:hover, #nav a:active, #nav a:focus {
	background-position: left bottom;
	color: #fff;
}
#main { 
	font-size: 1.2em;
	/*width: 650px;*/
}
#leftside a { 
	color: #FFCC00; 
	display: block;
	height:30px;
	padding:8px 0 2px 0;
	text-align: center;
	text-decoration: none;
	width:200px; 
}
#main td { padding-left: 10px; }
#content { padding-right:10px; }
h1, h2, h3 { color:#f00;  }
h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: x-small}
#rightside .sideborder {
	background: url(../images/sidebarbg.gif) no-repeat left top;
	/*margin-left:-10px;*/
	margin: 0 0 15px 0;
	padding: 10px 10px 0 10px;
	text-align: center;
}
.sideborder p { line-height: 1; margin: 5px 0; }

#footer {
	background:#c5cacb;
	color:#ffffff;
	font-size: 1.2em;
	padding: 10px;
	text-align: center;
}
#box {
     background-color:#CCCCCC;
	 border-color:#999999;
	 padding:inherit;
}
	 
	 
.list { margin-left:20px; margin-right:4px;
}
#table {
	font-size: 1em;
	text-align: center;
} 
#tablesmall {
	font-size: 0.8em;
	text-align: center;
}