@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 20px;
	background-color: #000;
}

#container { width:980px;}

#leftcoltop {
	width:702px;
	height:200px;
	background-color:#999999;
	border-right:1px solid #B2B2B2;
	float:left;
}

#rightcoltop {
	width:277px;
	height:200px;
	background-color:#fff;
	float:right;
}
#leftcol {
	width:702px;
	height:580px;
	background-color:#999999;
	border-right:1px solid #B2B2B2;
	float:left;
	background-image:url(../images/mainlogo.gif);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	
}
#rightcol {
	width:277px;
	height:580px;
	background-color:#fff;
	float:right;
}

#subleftcol {
	width:391px;
	background-color:#999999;
	border-right:1px solid #B2B2B2;
	float:left;
	height:750px;
}
#subrightcol {
	width:588px;
	background-color:#fff;
	height:750px;
	float:right;
}

#logo {
	background-image:url(../images/verticallogo.gif);
	background-repeat:no-repeat;
	width:114px;
	height:471px;
	float:left;
	margin-left:95px;
	margin-top:150px;
}

h1,h2,h3 {color:#575757; padding:0px; margin:0px; font-weight:100;font-family:Arial, Helvetica, sans-serif;}

h1 {font-size:25px; padding-bottom:6px;}
h2 {font-size:19px;}
h3 {font-size:16px;}
li {font-size:13px; list-style:none; padding:0px 0px 8px 25px;; background-image:url(../images/bullet.gif); background-repeat:no-repeat; list-style-position:outside;}

#textarea {
	margin:50px;
	height:650px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#575757;
	font-size:13px;
	font-weight:100;
}	

p {
	margin:0px;
	padding:0px;
}

#navbar	{ position:relative;
	left:150px; 
	top:75px;
	width:39px; 
	height:320px;
	float:left;
}

#navbar  a{float:right;}
#navbar  .currentpage{float:left;}

#footer {width:980px;  font-size:11px; background-color:#1C1C1A; height:40px; padding-top:20px; font-family:Arial, Helvetica, sans-serif;}
#footer-left {float:left; margin-left:50px; color: #F3F2E0; text-align:left; }
#footer-right {float:right; margin-right:50px; color: #F3F2E0;}

#footer-left a{#00C2DE; text-decoration:none;color: #F3F2E0;font-size:11px;}
#footer-left a:hover{#00C2DE; text-decoration:underline;color: #FFFFFF;font-size:11px;}

#footer-right a{#00C2DE; text-decoration:none;color: #F3F2E0;font-size:11px;}
#footer-right a:hover{#00C2DE; text-decoration:underline;color: #FFFFFF;font-size:11px;}