/***** Body and main container *****/
body {
	background: black;
	color: #333;
	font: normal 90% Arial;
	margin: 3% 0;
	}
	
#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:800px;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:WHITE;
font-size:1.1em;
background-color:inherit;
}

a:hover {
text-decoration:none;
color:#FFFF99;
background-color:#800080;
border: none;
}

a img {
border:none;
color:WHITE;
}

/***** Header *****/
#header {
margin:0px;
padding:0px;
height:3px;
}

#header h1 {
font-size:2.5em;
font-weight:normal;
letter-spacing:2px;
margin:4px 15px;
padding:0px;
}

#header h1 a{
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:600px;
float:right;
text-align:center;
color:#505050;
margin:8px 0 0;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
background-color:inherit;
}

#banner {
margin:0px;
border:0px;
align-center
}

/***** Left sidebar *****/
#leftside {
clear:left;
float:left;
width:150px;
margin:5px;
padding:5px;
}

#leftside h2,#leftside h3 {
color:BLACK;
background-color:GOLD;
text-align:center;
font-size:1.3em;
margin:0 0 0px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:0px 0 0px;
padding:7px 5px;
width:150px;
font-size:0.8em;
background-color:#800080;
color:GOLD;
border-left:BLACK;
line-height:1.5em
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
text-align:left;
text-size=.9em;
}

/***** Main content *****/
#content {
width:130px;
align-center;
margin:2px;
padding:2px;
line-height:1.5em;

}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:5px 0 5px;
border-top:1px solid WHITE;
border-bottom:4px solid WHITE;
width:770px;
text-align:center;
text-color:GRAY;
background:#800080;
font-size:0.8em;
font: Arial;
}

#footer a {
color:gold;
background-color:#800080;
text-decoration:none;
text-color:gold;
}

#footer a:hover {
text-decoration:none;
color:RED;


}

/***** Table styles *****/
table {
margin:0 0 0 0;
padding:0;
align-center;
line-height: .7em;
font-size:0.8em;
border-collapse:collapse;

}

caption {
text-align:left;
font-size:0em;
font-weight:bold;
margin:0;
padding:0;
}

th {
padding:0px;
text-align:center;
background:WHITE url(img/menubg2.gif) bottom left repeat-x;
color: BLACK;
}

td {
padding:5px;
align-center;
font-size:1.0em;
text-align:center;
background:WHITE  url(img/menubg.gif) bottom left repeat-x;
color:BLACK;
}


/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}