/* CSS Document */

@import "menu_vert.css";
@import "NRegister.css";
@import "/cms_engine/cms.css";


body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
}

a{
	color: #000066;
}

h1{
	font-size: 14pt;
	color: #000066;
}

h2{
	font-size: 12pt;
	color: #000066;
}

h3{
	font-size: 11pt;
	color: #000066;
}

h4{
	font-size: 11pt;
	/*color: #999999;*/
color: #808080;
}


h5.error{
	font-size: 11pt;
	color: #ff0000;
	display: inline;
}

.clearb{
	clear: both;
	height: 0;
}

#global{
	margin: 0 auto;
	padding: 0;
	width: 99%;
	border: 1px solid #000066;
}

#header{
	width: 100%;
	background-image: url(/images/headerbk.jpg);
	background-repeat: repeat-x;
}

#container{
	margin: 15px 0px 15px 0px;
	padding: 0px 3% 0px 1%;
	width: 96%;
}

#menu_vert
{
	float:left;
	width: 150px;
	margin: 0px;
	padding: 20px 0px 20px 0px; 
}

#content{
	float: left;
	margin-left: 45px; 
	padding: 20px 0px 20px 0px;
	width: 80%;
}

#footer{
	width: 100%;
	padding: 3px 0px 3px 0px;
	background-color: #010066;
	background-image: url(/images/footerbk.jpg);
	background-repeat: repeat-y;
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
}

#footer a{
	color: #ffffff;
}



