@charset "utf-8";
/* CSS Document */

html body {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cff;
	background-color: #000;
	text-align: left;
	min-height: 100%;
	height: auto;
	height: 100%;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	text-decoration:none;
	font-weight: normal;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	background-color: #999;
}


p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cff;
	text-align: justify;
	line-height: 150%;
}

span.titletext {
	font-family: Garamond, Adobe Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #175585;
	text-align: left;
	font-weight: bold;
}

#content p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #cff;
	text-align: justify;
}

p.foot-rt
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cff;
	text-align: right;
	padding-right: 15px;
	margin-top: 4px;
}

span.ft
{
	color: #006699;
}


#menu ul {
	padding:0;
	list-style:none;
	margin-top: 15px;
}

#menu li {
    display:inline;
    margin-top:0px;
    padding:8px;
}

#menu a {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C0BEBE;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: normal;
	margin-top: 12px;
	margin-right: 2px;
	margin-bottom: 12px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#menu a:hover {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	background-color: #2D2D2D;
	margin-top: 12px;
	margin-right: 2px;
	margin-bottom: 12px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#menu 
{
	width: 940px;
	height: 51px;
	background-color: #000;
	padding-top: 0px;
	margin-top: 0px;
	background-attachment: scroll;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px;
	overflow: hidden;
}

#pagewrap 
{
	width: 980px;
	background-color: #dfe9ed;
	min-height: 100%;
	height: auto;
	height: 100%;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear:both;
}

#contentwrap
{
	background-color: #dfe9ed;
	min-height: 100%;
	padding-top: 0px;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
	background-attachment: scroll;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
	overflow: auto;
}

#header
{
	width:960px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	min-height: 100%;
	clear:both;
	background-color: #CFEBF9;
	background-image: url(images/header-bg.jpg);
	overflow: auto;
}

#bodywrap
{
	width:930px;
	background-color:#dfe9ed;
	background-repeat: repeat-y;
	min-height: 100%;
	clear:both;
	overflow: auto;
}

#content
{
	width:450px;
	min-height: 690px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000033;
	text-align: left;
	float: left; 
	overflow: hidden;
	margin: 0 auto 2em;
}

#sidebar
{
	width:450px;
	min-height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000033;
	text-align: left;
	float:right;
}

#sidebar a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #cff;
	text-align: center;
	text-decoration:none;
}

#sidebar a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #cff;
	text-align: center;
	text-decoration:underline;
}

#site-info 
{
	width: 940px;
	height: 75px;
	padding-top: 0px;
	margin-top: 0px;
	background-attachment: scroll;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

#fb {
margin-top: 15px;
margin-left: 35px;
float:left;
}

#fb a {
	display:block;
	width: 36px;
	height: 36px;
	padding:0px;
	text-decoration: none;
	background-image: url(images/fb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#fb a:hover { 
background-position: 0 -36px;
}
#fb a:active {
background-position: 0 -72px;
}

table.paperwork {
	background-color: #FFFFFF;
}

