/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}
#maintable {
width:750px;
border:0px;
margin-right:auto;
margin-left:auto;
border:1px solid #34467F;
}

#contentcontainer {

width:431px;
height:570px;
}
#content {
width:315px;
height:400px;
overflow:auto;
margin-left:auto;
margin-right:auto;

}
#navcontainer {
width:431px;
height:27px;
}
#nav {
width:425px;
height:17px;
text-align:right;
overflow:auto;
vertical-align:bottom;
color:#F0F0F0;
}
img {
border:0px;
}

p {
padding-top:5px;
}

body,td,th {
	color: #333333;
}
#nav a:link,#nav a:visited,#nav a:active {
	color: #F0F0F0;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#headercontainer {
width:750px;
height:35px;
background-image:url(images/Header.jpg);
}
#header {
background-image:url(images/Header.jpg);
color:#E7EEC2;
font-size:22px;
width:709px;
height:39px;
text-align:right;

}
a:link, a:visited, a:active {
	color:#6633FF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#0000FF;
}

.style1 {font-weight: bold}
.style4 {
	font-size: 24px;
	color: #330033;
}

.error{color:#FF0000;}



