@charset "UTF-8";
/* CSS Document */


body {
	background-color:#000000;
	background-image:url(images/bg.gif);
	background-position:bottom right;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-top:20px;
	padding: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

img {
	border:0px;
}

.center { text-align:center; }

.sidebarbox{
	 background-position:bottom;
	 background-repeat:no-repeat;
	 padding:0px 15px 15px 15px;
	 color:#FFFFFF;
	 }
.sidebarbox a{
	color:#FFFFFF;
	}	 

table.main {
	background-color:#ffffff;
}


h1 { 
	font-size:24px;
	color:#999999;
	font-weight:normal;
    line-height:18px;
}

h2 {
	font-size:16px;
	color:#666666;
	font-weight:normal;
	margin-bottom:10px;
}

a {
	color:#6699cc;
	text-decoration:none;
}

ul { line-height:18px; }

.title { font-size: 15px;  }



a:hover {
	color:#C0C0C0;
	text-decoration:none;
}

a.side {
	color:#666666;
	text-decoration:none;
	
}

a.side:hover {
	color:#C0C0C0;
	text-decoration:none;
	
}


a.nav {
	color:#ffffff;
	text-decoration:none;
	font-size:9px;
}

a.nav:hover {
	color:#C0C0C0;
	text-decoration:none;
	font-size:9px;
}

td.nav {
	background-image:url(images/nav.bg.gif);
	background-repeat:repeat-x;
	border-top:solid;
	border-top-color:#666666;
	border-top-width:1px;
	font-size:9px;
	color:#ffffff;

}

td.header {
	background-image:url(images/header.bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

td.content {
	border-top:solid;
	border-top-color:#cccccc;
	border-top-width:1px;
}

#content {
	margin-left:30px;
	margin-right:30px;
	margin-top:10px;
	margin-bottom:10px;
}

#callout {
	font-size:10px;
	margin-right:30px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;	
}

#copyright {
	color: #999999;
	font-size:9px;
	margin-left:30px;
	margin-top:5px;
}
	
.headermargins {
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:20px;
}

.navmargins {
	margin-top:8px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:8px;
}

.contentmargins {
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:20px;
}

.smtext {
	font-size:10px;
}

.top {
	background-color:#000000;
}
.end {
	background-color:#000000;
}


