body{
	background-image: url(images/bk.jpg);
	background-repeat:repeat-x;
	background-color:#777777;
	margin: 0;
	padding: 0px;
}



#nav{
	position: relative;
	left: 50%;
	width: 775px;
	margin-left: -390px;
	border-left: 3px #555555 solid;
	border-right: 3px #555555 solid;
	height: 40px;
	background-color: #003366;
}

#right{
	background-color:#465B70;
	width: 227px;
	position: absolute;
	left: 549px;
	top: 0px;
	height: 375px;
	padding: 0;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 15px;
	margin-top: 5px;
}
.buttons a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 15px;
	text-decoration: none;
	color: #FFFFFF;
}
.buttons a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 15px;
	margin-top: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.buttons a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 15px;
	text-decoration: none;
	color: #000000;
	background-color: #86B7DF;
	margin-top: 5px;
}
.buttons a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0px;
	line-height: 15px;
	margin-top: 5px;
}





#holder{
	position: relative;
	left: 50%;
	width: 775px;
	margin-left: -390px;
	background: #ffffff;
	border-left: 3px #555555 solid;
	border-right: 3px #555555 solid;
}











#header, #footer{
	position: relative;
	width: 775px;
	left: 50%;
	margin-left: -390px;
	border-left: 3px #555555 solid;
	border-right: 3px #555555 solid;
}

#header h1{
	font: bold 1.3em/300% Georgia;
	color: #fff;
	margin: 0;
	padding: 150px 0 0 10px;
	background: #fff 
	
	text-align: left;
	border-top: 3px #555555 solid;
	height:50px
}



#content{
	position: relative;
	left: 0;
	padding: 20px;
	width: 480px;
}


#content h3{
	font: 1.3em/100% Arial;
	color: #003366;
	margin: 0;
	text-align: center;
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 15px;

}
#content h4{
	font: .8em/100% Arial;
	color: #000000;
	margin: 0;
	text-align: center;
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 15px;

}



#content p{
	font: .8em/150% Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	padding-right: 15px;
	padding-bottom: 1em;
	padding-left: 20px;
	padding-top: 3px;
}

#content p img.floatleft{
	float: left;
	margin: 0 13px 5px 0;
	border: 2px #555 solid;
}

#content p.blockquote{
	margin: 0 5px 0 20px;
	padding: 6px;
	font: .6em Arial, Sans-serif;
	border-left: 1px #BD2C08 solid;
	background: #FFF2BB;
	text-align: justify;
	font-weight: bold;
}

#content p.blockquote:hover{
	border-left: 1px #BD2C08 solid ;
	background: #FFF2BB;
}




#content p.blockquote:after{
	content: close-quote;
	font-weight: bold;
	font-style: italic;
}


#content a{
	color: #0033CC;
	text-decoration: underline;
}


#content a:hover{
	color: #003399;
	text-decoration: none;
}

#contenttable{
	position: relative;
	left: 0;
	padding: 20px;
	width: 730px;
}

#contenttable h3{
	font: 1.3em/100% Arial;
	color: #003366;
	margin: 0;
	text-align: center;
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 15px;

}
#contenttable h4{
	font: .8em/100% Arial;
	color: #000000;
	margin: 0;
	text-align: center;
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 15px;

}



#contenttable p{
	font: .8em/150% Arial, Sans-Serif;
	text-align: left;
	margin: 0;
	padding-right: 15px;
	padding-bottom: 1em;
	padding-left: 20px;
	padding-top: 3px;
}

#contenttable p img.floatleft{
	float: left;
	margin: 0 13px 5px 0;
	border: 2px #555 solid;
}

#contenttable p.blockquote{
	margin: 0 5px 0 20px;
	padding: 6px;
	font: .6em Arial, Sans-serif;
	border-left: 1px #BD2C08 solid;
	background: #FFF2BB;
	text-align: justify;
	font-weight: bold;
}

#contenttable p.blockquote:hover{
	border-left: 1px #BD2C08 solid ;
	background: #FFF2BB;
}




#contenttable p.blockquote:after{
	content: close-quote;
	font-weight: bold;
	font-style: italic;
}


#contenttable a{
	color: #0033CC;
	text-decoration: underline;
}


#contenttable a:hover{
	color: #003399;
	text-decoration: none;
}



#menu{
	position: absolute;
	right: 51px;
	top: 57px;
	width: 199px;
	height: 299px;
}

#menu h1{ font: 0em/0% arial, sans-serif; text-indent: -4321px; height: 0; margin: 0; padding: 0; }


#menu dl{
	margin: 0px 0 15px 0;
	padding: 15px 0 30px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
}

#menu dt{
	margin: 15px 0 0 0;
	padding: 0 5px 0 5px;
	font: .8em/150% verdana, sans-serif;
	color: #fff;
	background-color: #003366;
}

#menu dd{
	margin: 0;
	padding: 0;
}


#menu dd a{
	background: #ffffff;
	display: block;
	font: .6em/20px verdana, sans-serif;
	color: #003366;
	padding: 0 5px 0 15px;
	text-decoration: none;
}

#menu dd a:hover, #menu dd a.selected{
	color: #fff;
	background: #F67C14 ;
}

#menu dl:hover dd a.selected{
	background: #ffffff ;
	display: block;
	font: .8em/20px verdana, sans-serif;
	color: #5D5B32;
	padding: 0 5px 0 15px;
	text-decoration: none;
}





#footer h5{
	font: bold .7em/300% Arial, Sans-Serif;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 .5em;
	text-align: center;
	border-top: 3px #555555 solid;
	border-bottom: 3px #555555 solid;
	background-color: #003366;
}





#footer a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


#footer a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}


.formtextheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height: 20px;
	}
.formtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 20px;
	margin-left: 11px;
	}
.formtext a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	padding-left: 11px;
	}
.formtext a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	}
.formtext a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#51b948;
	font-weight:bold;
	text-decoration:none;
	}
.formtext a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	}

.formhead{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 20px;
	margin-left: 11px;
	}
	
.subtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	line-height: 20px;
	margin-left: 11px;
	}



acronym{
	border-bottom: 1px #000000 dotted;
}
