/* CSS Document */
body {
	margin: 25px auto 0px auto;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
	text-align: center;

}
a:hover {
	color: #FB010B;
	text-decoration: underline;
}
a {
	color: #FB010B;
	text-decoration: none;
}
#container {
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 686px;
	text-align: center;

}
#main {
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #CC0000;
	height: auto;
}
#title {
	color: #FB010B;
	text-align: center;
	padding-top: 28px;
	padding-left: 100px;
	font: bold 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#top {
	margin: 0px auto;
	width: 686px;
	height: 96px;
	background: url(images/topbar.jpg) no-repeat


}
#middle {
   	background: url(images/middle.jpg) no-repeat;
	background-repeat: repeat-y;
	margin: -2px auto 0px auto; 
}
#bottom {
	margin: -80px auto 0px;
	width: 686px;
	height: 106px;
	background: url(images/bottom.gif) no-repeat;
	clear: left;

}
#nav {
	width: 500px;
	margin: 0px auto;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	padding-bottom: 20px;
}
#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}
#nav a {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#nav a:hover {
	color: #FB010B;
	text-decoration: underline;
}
#content {
	padding: 0px 68px 1px 80px;
	margin: 20px auto 0px;
	text-align: left;

}
#side {
    margin: 30px auto 0px auto;
	width: 110px;
	border-left: 1px dotted #C4D0D7;
	padding: 0px 10px 0px 20px;
	color: #999;
	float: right;
	font-size: 70%;
}

#content h2 {
	color: #FB010B;
	font-weight: bolder;
	font-size: 18px;
	padding: 0px 0 0px 10px;
}

#content h2	a:hover{
	color: #FB010B;
	text-decoration: underline;
}

#content h2 a{
	color: #FB010B;
	text-decoration: none;
}

#content h3 {
	color: #FB010B;
	font-weight: bolder;
	font-size: 14px;
	padding: 0px 0 0px 10px;
}

#content h4 {
	color: #333333;
	font-weight: bolder;
	font-size: 12px;
	padding: 10px 0 0px 10px;
}

#content img.border {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content img.floatleft {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content img.floatright {
	float: right;
	margin: 10px;
}

#content td h3 {
	color: #FB010B;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#content p {
	padding: 0px 75px 0 10px;
	font-size: 70%;
	line-height: 1.7em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;
	color: #666666
}

#content table.forma {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}

#content table.forma {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px
}

#content td.forma {
	font-size: 70%;
	vertical-align: middle;
	color: #666666;
	text-align: center;
	padding: 2px 5px;
}

#content td.dashed {
	font-size: 70%;
	vertical-align: middle;
	color: #666666;
	text-align: center;
	padding: 2px 5px;
	border: 1px dotted #999999;
}

#content li.links {
	color: #666666;
	font-weight: bolder;
	font-size: 14px;
	padding: 10px 0 10px 10px;
}

#content table.form {
	text-align: center;
}

#content td.form {
	padding: 5px;
}

.rightalign {
	text-align: right;
	padding: 5px;
}



#content td form label {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.formfielda { 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px; 
 	background-color: silver; 
 	border: 1px solid #3e6717; 
}

#footertext {
	font-size: 10px;
	font-weight: bold;
	margin: 20px auto 0px;
	height: 20px;
	width: 686px;
	height: 31px;
	text-align: center;
	color: #888;
}
#footertext a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#footertext a:hover {
	text-decoration: underline;
}

