@charset "utf-8";
* 
{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

a
{
	text-decoration: none;
	color: #00aeef;
}

a:hover
{
	text-decoration: underline;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

p
{
	padding-bottom: 10px;
}

h1
{
	font-weight: bold;
	font-size: 16px;
	color: #00aeef;
}

h2
{
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

ol
{
	padding-left: 25px;
}

ul
{
	padding-left: 25px;
}

form .textfield
{
	margin-bottom: 5px;
	border: solid;
	border-width:thin;
}

form .button
{
	margin: 5px;
	border: solid;
	border-color:#999;
	border-width:thin;
}

/**
 * CLASSES
 */
.copyTable
{
	border-width: thin;
	border-color:#999;
	border-style: solid;
}

.copyTable tr
{
	text-align: center;
	border-width: thin;
	border-color:#999;
	border-style: solid;
}

.copyTable tr td
{
	max-width: 94px;
	border-width: thin;
	border-color:#999;
	border-style: solid;
}

.note
{
	font-size: 10px;
}

/** 
 * HEADER STYLES 
 */
#header
{
	/*position: relative;*/
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 739px;
	height: 204px;
	z-index: 2;
}

#header #header_menu
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #082a44;
	width: 400px;
	float: right;
	margin-top: 66px;
	text-align: right;
	line-height: 16px;
}

#header #header_menu a
{
	color: #082a44;
}

#header #header_menu a:visited
{
	color: #607f96;
}

#header #header_menu a:hover
{
	color: #082a44;
	text-decoration: underline;
}


/** 
 * CONTENT STYLES 
 */
#content
{
	/*position:relative;*/
	width: 739px;
	margin-top: -70px;
	z-index: 3;
}

/** 
 * MENU STYLES 
 */
#content #menu
{
	font-family: Verdana, Geneva, sans-serif;
	width: 164px;
	float: left;
	text-align: right;
	padding-right: 50px;
	padding-left: 26px;
	min-height: 500px;
  height: auto !important;
  height: 500px;

}

#content #menu dl dt
{
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-top: 2px;
}

#content #menu dl dt a
{
	color: #0b184a;
}

#content #menu dl dt a:hover
{
	text-decoration: underline;
}

#content #menu dl dd
{
	font-size: 9px;
}

#content #menu dl dd a
{
	color: #585757;
}

#content #menu dl dd a:hover
{
	text-decoration: underline;
}

#content #menu dl dd ul 
{ 
	list-style: none;
	padding: 5px; 
}

#content #menu dl dd ul li 
{ 
	padding-bottom: 5px; 
}

#content #menu dl .menu_single_line
{
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position: 200px;
}

#content #menu dl .menu_double_line
{
	background-image:url(../images/menu_bg2.jpg);
	background-repeat:no-repeat;
	background-position: 200px;
}

#content #menu dl .menu_triple_line
{
	background-image:url(../images/menu_bg3.jpg);
	background-repeat:no-repeat;
	background-position: 200px;
}

#content #copy
{
	width: 479px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
}

/** 
 * FOOTER STYLES 
 */
#footer
{
	clear: left;
	float: left;
	width: 739px;
	height: 156px;
}

#footer #footer_afs
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #003c78;
	float: left;
	width: 140px;
	margin-left: 70px;
	margin-top: 104px;
}

#footer #footer_logo
{
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	float: right;
	width: 457px;
	height: 124px;
}

#footer #footer_terms
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #585757;
	width: 260px;
	clear: right;
	float: right;
	padding-top: 4px;
	padding-right: 4px;
}

#footer #footer_terms a
{
	color: #585757;
}

#footer #footer_terms a:visited
{
	color: #999;
}

#footer #footer_terms a:hover
{
	color: #585757;
	text-decoration: underline;
}