/* CSS Document ©2006 Justin Schroeder*/
body{
background-color: #4b62a6;
color: #333333;
font-size: 12px;
text-align: center;
font-family: Verdana, Geneva, Arial;
}
table{
color: #333333;
font-size: 12px;

font-family: Verdana, Geneva, Arial;
}
.mainWrapper{
width:600px;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
background-color: #ffffff;
margin: 0 auto;
margin-top: 10px;
}

.textarea{
width: 580px;
margin: 0 auto;
text-align: left;
padding-top:10px;
padding-bottom: 10px;
}
.footer{
background-color: #333333;
color: #7c8eaa;
text-align: center;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999;
width: 600px;
height: 30px !important;
height:40px;
padding-top: 10px;
font-size: 11px;
}
.footer a{
color: #9db4b7;
text-decoration: none;
}
.footer a:hover{
color: #9db4b7;
text-decoration: underline;
}
p{
text-indent: 20px;
}
h3{
font-size: 13px;
font-weight: bold;
}
a{
text-decoration: none;
color: #3a7c90;
}
a:hover{
text-decoration: underline;
color: #3a7c90;
}
a:visited{
text-decoration: none;
color: #3a7c90;
}

/* ALL THE NAVBAR INFORMATION */
.navbar{
height: 30px !important;
height:30px;
width:600px;
background-color: #cccccc;
border-bottom: 1px solid #999999;
text-align: left;
margin-top: 0px;
}

.navbar ul {
	color: #333333;
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	padding-left: 10px;
	white-space: nowrap;
}

.navbar ul li {
	display: inline;
	list-style-type: none;
}

.navbar ul li a {
	color: #333333;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	text-decoration: none;
}

.navbar ul li a:link {
	color: #333333;
}

.navbar ul li a:visited {
	color: #333333;
}

.navbar ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
/* END THE NAVBAR INFORMATION */