/* CSS Document */

body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}

	a:link { 

	text-decoration: none; 

	color: #CCCCCC;

	}

a:visited { 

	text-decoration: none; 

	color: #cccccc;

	}

a:hover, a:active { 

	text-decoration: none; 

	color: #FFFFFF;

	}
			
#container {
	width: 1024px;
	height: 100%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	color: #FFFFFF;
			}

		#bannera {
	padding: 0px;
	height: 110px;
	margin: 0px;
	background-repeat: no-repeat;}
	
		#bannerb {
	padding: 0px;
	height:40px;
	margin: 0px;
	background-repeat: no-repeat;
	font-size: 18pt;
	color: #666666;
	border-bottom-color: #666666;
	border-bottom-width: medium;
	border-bottom-style: solid;
	font-weight: bold;
	font: verdana;
	letter-spacing: 4px;
		margin-top:25px;
	margin-bottom: 50px;
		}
	#sidebar-a {
	float: left;
	width: 200px;
	margin-right: 5px;
	padding: 20px 5px 5px;
	height: 1500px;
	padding-top: 5px;
	font: verdana;
	font-size: 8pt;
	list-style-type: none;
	font-weight: bold;
	line-height: 16pt;
		}
				#content {
	padding: 20px 0px 0px;
	margin-left: 200px;
	font-size: 10pt;
	color: #CCCCCC;
	font: verdana;
	height: 2000px;
		}
		
			#sidebar-b {
	float: right;
	width: 150px;
	margin-left: 5px;
	padding: 20px 5px 5px;
	height: 1500px;
	padding-top: 5px;
	font: verdana;
	font-size: 8pt;
	list-style-type: none;
	font-weight: bold;
	line-height: 16pt;
	}
