html, body {
height:100%;
}

body {
margin:0px;
background-color:#333;
}

body, td {
font-size:12px;
font-family:"Verdana";
}

td {
text-align:left;
}

#page {
min-height:500px;
width:850px;
padding:0px 0px 0px 0px;
margin:50px auto 0px auto;
background-color:#ddd;
border:1px solid #ccc;
}

.pagedefault {
background-image:url(../images/bg.jpg);
}

#logo {
padding:0px;
margin:0px;
}

#header {
height:100px;
background-image:url(../images/header.gif);
}

#footer {
width:842px;
margin:0px auto 40px auto;
padding:4px;
background-image:url(../images/nav.gif);
border:1px solid #ccc;
color:#ccc;
font-size:10px;
}

#nav {
margin:0px;
padding:4px;
background-image:url(../images/nav.gif);
border-top:1px solid #ccc;
border-bottom:1px solid #333;
}

#nav li {
display:inline;
list-style:none;
padding:0px 10px;
margin:0px;
}

#nav li a {
text-decoration:none;
font-weight:700;
color:#cccccc;
}

#nav li a:hover {
color:#fff;
}

#content {
min-height:500px;
padding:15px 180px 20px 10px;
text-align:justify;
color:#444;
}

#sidebar {
width:150px;
margin:0px 0px 0px 13px;
padding:10px 10px 20px 10px;
float:right;
}

.sidebar {
margin:0px;
padding:0px;
}

.sidebar li {
margin:0px 0px 5px 15px;
padding:2px 5px 2px 5px;
}

/* Lists */

ul li {
margin-bottom:3px;
}

/* Formatting */

h1, h2, h3 {
font-family:"Trebuchet MS";
letter-spacing:-1px;
text-transform:uppercase;
}

h1 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:23px;
color:#222;
}

h2 {
margin:10px 0px;
padding:0px;
font-size:17px;
color:#3D4750;
}

a {
border:none;
color:#576370;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.highlight {
font-weight:700;
}

.error {
color:red;
}

.title {
color:#43709D;
}

hr {
margin:15px 0px;
}

/* Images */

img {
margin:0px;
padding:0px;
border:none;
}

.image {
border:1px solid #000;
}

#bigad {
width:850px;
height:500px;
margin:0px;
padding:0px;
border-bottom:1px solid #ccc;
background-image:url(../images/bw.png);
}

/* Form */

input, textarea, select {
margin-top:6px;
}

/* Table */

table {
border-collapse:collapse;
border-spacing:0;
padding:0px;
border:1px solid #000;
border-right:none;
border-bottom:none;
}

td {
padding:2px;
border-right:1px solid #000;
border-bottom:1px solid #000;
}

.headerrow {
color:#eee;
background-color:#333;
}

.headerrow td {
padding-left:5px;
}

#rotator
{
	overflow: hidden;
	margin:0px auto;
	margin-left:88px;
	position: relative;
	height: 360px;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	cursor: pointer;
	/*width: 560px;
	height: 300px;*/
}

p
{
}