/* CSS Document */

body
{
	font: small "Verdana",Sans-serif;
	color:#000000;
	background:#f0f0f0  url(images/bgtile-white.gif) top center repeat-y;
}
p
{
	font: small "Verdana",Sans-serif;
	color:#666666;
}
img
{
	border:none;
}
a
{
	font: small "Verdana",Sans-serif;
	color:#6699CC;
	margin:0;
	padding:0;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.boldtext
{
	font:small "Verdana", sans-serif;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#000000;
}
.floatbuster
{
	clear:both;
	float:none;
}

#container
{
	margin:0 auto;
	padding:0;
	width:800px;
	_width:799px;
	background-color:#fff;
	/*border:thin solid #CCCCCC;*/
	overflow:hidden;
}


/*head navigation */
#head
{
	margin:3px 55px 0px 55px;
	height:80px;
	background:#ffffff url(images/logo.gif);
	/*background-position: center left;*/
	background-repeat:no-repeat;
}
#head ul
{
	margin:0;
    padding:5px 0 0 0;
    list-style:none;
}
#head li
{
	float:right;
	margin:0;
	padding:0px 5px 0px 5px;
    /*margin:5px;
	padding:5px 4px 0px 4px;*/

}
#head div
{
	text-align:center;
}
#head a, #head a:link, #head a:visited
{
	font:normal 12px "Verdana",Arial,sans-serif;
	color:#666666;
	text-decoration:none;
	display:block;
	margin:0;
	padding:8px;
	line-height:13px;
}


#head a:hover
{
	background-color:#5f7d87;
	color:#ffffff;
}
#head img
{
	border:none;
}
#head #current, #head #current a, #head #current a:link, #head #current a:visited
{
	background-color:#5f7d87;
	color:#ffffff;
}

/*navigation bar*/
#nav
{
	margin:0px;
	padding:0px;
	height:71px;
	background: url(images/bar.gif) repeat-x;
	font:small "Verdana",Arial,sans-serif;
	color:#fff;
	text-decoration:none;
}
#nav ul
{
	margin:0 20px 0 20px;
    padding:0;
    list-style:none;
}
#nav li
{
	float:left;
	margin:0;
	padding:4px;
}
#nav a, #nav a:link, #nav a:visited
{
	font:small "Verdana",Arial,sans-serif;
	color:#fff;
	text-decoration:none;
	display:block;
	margin:0;
}
#nav a:hover
{
	text-decoration:underline;
}

.dropmenu
{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	/*font:normal 12px Verdana;
	background-color: #E9FECB;*/
	line-height: 18px;
	z-index: 100;
	background-color:#5f7f88;
	width: 205px;
	margin-top:5px;
}
 
.dropmenu a, .dropmenu a:link, .dropmenu a:visited, .dropmenu a:active
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	font:small "Verdana",Arial,sans-serif;
	color:#fff;
	text-decoration:none;
}
.dropmenu a:hover
{
	text-decoration:underline;
}

#bluetop
{
	background:#5f7d87; /* url(images/nav_bkgrd.gif) repeat-x;*/
	padding:10px 0px 3px 0px;
}

#main
{
	overflow:visible;
	z-index:99;
	visibility:visible;
	height:100%
}

#footer
{
	padding:10px;
	margin:0 auto;
	text-align:center;
	border-top:thin solid #CCCCCC;
	width:500px;
}

ul.gray
{
	color:#666666;
	list-style-type:square;
}
ul.gray li, ul.gray li a
{
	color:#666666;
}

h2, h3, h4
{
	color:#5f7d87;
	letter-spacing:-1;
}
h1
{
	color: #5f7d87;
	text-align:right;
	width:90%;
	margin:0 auto;
	margin-bottom:20px;
	border-bottom: #5f7d87 4px solid;
}

input.required
{
	background-color:#FEFFE6;
	border:1px solid #999999;
}

.highlight, .highlight a
{
	color:#b5797b;
	font-size:x-small;
	text-align:center;
}
.highlight a:hover
{
	text-decoration:underline;
}


#unconfusing
{
	color:#666666;
	font-size:10px;
	margin-top:100px;
	text-align:center;	
}
#unconfusing a { font-size:10px; }
