#header {
	width:834px;
	height:143px;
	border: 0px solid #fff;
}

#header img {
	border: 0px;
}

body {
  background-color: #000000;
  color: #888888;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: small;
}

table {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: small;
}

body img {
  border: 0px;
}

a {
  color: #408080;
  text-decoration: none;
}

a:hover {
  color: #4080b0;
}

a:visited:hover {
  color: #4080b0;
}

a:visited {
  color: #664444;
  text-decoration: none;
}

/* The main content window (a <div>) in the page. */
#iMain {
    width: 834px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: left;
    padding: 0px;
    border: 1px solid white;
    background: #000000;
    margin-bottom: 0px;
	color: #888888;
    border: 0px solid #888888;
}

/* The header. */
#iHeader {
    margin-left: 0px;
    margin-top: 0px;
    width: auto;
    height: auto;
	border: 0px solid white;;
}

#iFooter {
    padding-top: 20px;
    padding-bottom: 20px;
    width: auto;
    height: auto;
	border-top: 7px solid #191919;
	border-bottom: 7px solid #191919;
	margin-bottom: 20px;
}


.sidebar {
    border: 0px solid #888888;
    margin-top: 0px;
    width: 186px;
	background-image: url(images/side_bg.gif);
	background-repeat: repeat-y;
	font-size: small;
}

.sidebar:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sidebarBottom {
    border: 0px solid #888888;
    margin: 0 0 0 0;
    width: 186px;
	height: auto;
	background-image: url(images/side_lower_bg.gif)
}

.sidebar img
{
	padding-left: 0px;
}

.sidebarContents
{
    border: 0px solid #888888;
	margin-left: 15px;
	margin-right: 15px;
	height: auto;
	
}

.content {
    border: px solid #888888;
    margin-left: 10px;
    margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
    width: auto;
    height: auto;
	font-size: small;
}

.content img {
    border: 0px;
    padding: 0px 0px 0px 0px;
}

.content_float {
	margin: 10px;
	float: right;
}

#iTopNav {
    clear: both;

    border-top: 0pt solid #000000;
    border-bottom: 0pt solid #000000;
    border-left: 0px;
    border-right: 0px;
    background: #000000;
    margin: 2pt 2pt; /* top, bottom */

    text-align: center;
    padding: 0pt;


    font-family: Arial, Copperplate, Verdana, Helvetica, Tahoma, sans-serif;
    font-size: small; /*some button-like boxes for the left-side navigation*/
    /* font-variant: small-caps;*/
    font-weight: bold;
    color: #336666;
}

#iTopNav a:link {
    text-decoration: none;
    color: #336666;
}

#iTopNav a:visited {
    text-decoration: none;
    color: #223333;
}

#iTopNav a:hover {
    text-decoration: underline;
    color: #003366;
}





