body {
margin-bottom:0;
margin-left:0;
margin-top:0;
margin-right:0;

}
.main{
	border: 1px solid #003366;
	width:768px;
	
}
.content{
	padding-left: 5px;

	
}
.menubar{
	width:172px;
	height:350px;
	background-image:url(images/blue1.jpg);
	background-repeat:repeat;
}
.leftbar{
	background-image:url(images/sidebarleft.jpg);
	background-repeat:repeat-y;
}
.rightbar{
	background-image:url(images/sidebarright.jpg);
	background-repeat:repeat-y;
}
.bottom{
	background-image:url(images/bottom.jpg);
}
.newsbar{
	width:130px;
	height:250px;
	background-image:url(images/newsbar.jpg);
	background-repeat:no-repeat;
}
.newspacer{
	width:130px;
	}
.mainarea{
	width:446;
	}
.header1{
	height:105px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	
}
.header2{
	height:8px;
	background-image:url(images/blue1.jpg);
	background-repeat:repeat;
}
.header3{
	height:6px;
	background-image:url(images/red1.jpg);
	background-repeat:repeat;
}
.headerspacer{
	height:4px;
	background-color:#FFFFFF
}
.footer{
	height:20px;
	background-image:url(images/blue1.jpg);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-align:center;
}
.vspacer{
	width:10px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003366;
}
p.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#990000;
	font-weight: bold;
}
p.headernews{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
	font-weight: bold;
	text-indent: 10pt;
}
p.news{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	text-indent: 15pt;
}
p.Newslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#003366;
	margin-left:5pt;
	

	white-space: normal;
	
}
p.Newslink:hover{
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
a            {
	font-family: Arial;
	color: #003366;
	font-weight: normal;
	text-decoration: none;

}
a:hover      {
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.links            {
	font-family: Arial;
	color: #003366;
	font-weight: bold;
	text-decoration: none;

}
a.links:hover      {
	color:#990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input.Normal {
	color: #003366;
	background-color: #FFFFFF;
	border: 1px solid #003366;
}
input.button {
	color: #003366;
	background-color: #FFFFFF;
	border: 1px solid #003366;
	width: 2cm;

}
input.Required {
	color: #003366;
	background-color: #FFCC33;
	border: 1px solid #003366;
}


textarea.required {
	color: #003366;
	background-color: #FFCC33;
	border: 1px solid #003366;
	
}
textarea.normal {
	color: #003366;
	background-color: #FFFFFF;
	border: 1px solid #003366;
	
}
select.Normal {
	color: #003366;
	border: 1px solid #003366;
	background-color: #FFFFFF;
}
select.required {
	color: #003366;
	border: 1px solid #003366;
	background-color: #FFCC33;
}


