body{
	background-color:black;
	background-image:url('/images/bg14.gif');
}
.navbuttons{
	margin-bottom:5px;
	margin-top:5px;
	border:0px;
}
#page{
	width:800px;
	/*border:1px solid #2c3e9b;*/
	background-color:#020202;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	font-family:Verdana,arial;
}
#leftmenu{
	width:150px;
	margin-left:auto;
	margin-right:auto;
	background-color:black;
	/*padding:10px 0px 0px 5px;*/
}
#main{
	width:650px;
	background-color:#aaa;
}
#header{
	background-color:#2c3e9b;
	border-bottom:4px solid #2c3e9b;
	/*height:100px;*/
}
#maintitle{
	margin-bottom:0px;
	color:#4b68f1;
}
#footer{
	border-top:4px solid #2c3e9b;
	color:#aaa;
}
h1, .yellow{
	color:#ffdd5a;
}

h3, .green{
	color:#3e873e;
}

h2, .blue{
	color:#4059e4;
}

a,a:visited{
	color:#4059e4;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#4059e4;
	text-decoration:underline;
}

#content li, #content ul{
	text-align:left;
}

#content p{
	text-align:justify;
}

#content{
	color:#eee;
	padding:8px;	
	padding-left:3px;
	text-align:center;
	background-color:#000;
}
.centerit{
	margin-left:auto; 
	margin-right:auto;
}
.rowheading{
	text-align:right; 
	vertical-align:top;
	padding-right:10px;
	color:#4059e4;
	border:1px solid black;
}
.pointer{
cursor:pointer;

}
input,select,textarea{
	background-color:#eee;
}

