body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	margin: 10px 0 20px 0;
	background-color: #fff;
	text-align: center;
	background-image: url(images/background1.gif);
	background-repeat: repeat-x;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	margin-bottom: 8px;
	margin-top: 2px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

p {
	margin-top: 14px;
	padding: 0;
}

img {
	border: 0;
	 border-bottom: none;
}

a {
    text-decoration: none;
    color: #4C99E6;
	 border-bottom: 1px dashed #ccc;
}
a:link {
    color: #4C99E6;
	 border-bottom: 1px dashed #ccc;
}
a:visited {
    color: #4C99E6;
	 border-bottom: 1px dashed #ccc;
}
a:hover {
    text-decoration: underline;
    color: #336699;
    background-color: #ddd;
	 border-bottom: none;
}
a.link_plain, a.link_plain:link, a.link_plain:visited, a.link_plain:hover  {
	 border-bottom: none;
}

a.link_gray, a.link_gray:link, a.link_gray:visited, a.link_gray:hover  {
	 color: #666;
	 border-bottom: none;
}


/** MENU **/

#nav_holder {
	position: absolute;
	margin: 5px 0 0 310px;
}

#nav, #nav ul {
	font-size: 12px;
	width: 460px;
	list-style: none;
	line-height: 1;
	background-color: #747A7E;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}
#nav {
	/*
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	*/
}

#nav a {
	display: block;
	/*width: 110px;*/
	color: #fff;
	text-decoration: none;
	padding: 3px 15px 3px 15px;
	background-color: #747A7E;
	 border-bottom: none;
}
#nav a:hover {
	background: none;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul li {
	border-bottom: 1px dashed #444;
}

#nav li ul {
	font-size: 11px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	text-align: left;
	border-bottom: 5px solid #336699;
}

#nav li li {
	width: 150px;
}

#nav li ul a {
	width: 120px;
	background: #333;
	padding: 6px 15px;
	display: block;
}

#nav li ul ul {
	margin: -1.75em 0 0 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #336699;
	color: #000;
}



#content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;	
	background-image: url(images/background2.gif);
	background-repeat: repeat-y;
}

#header_text{
	width: 780px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 5px;
	text-align: right;
	font-size: 10px;
	color: #999;
}

#header_banner {
	
}

#main_graphic {
	
}

#column_left {
	text-align: left;
	width: 185px;
	float: left;
	color: #555;
}

#column_right {
	text-align: left;
	width: 595px;
	float: left;
}

#footer_space {
	clear: both;
	color: #fff;
	font-size: 10px;
}

#footer {
	clear: both;
	color: #fff;
	background-color: #747A7E;
	text-align: left;
	font-size: 10px;
	padding: 10px 0px 4px 10px;
	border-right: 25px solid #336699;
}

#footer a {
	color: #fff;
	border: none;
}
#footer a:hover {
	color: #336699;
}
.ft_bar{
	margin: 0 15px;
}

.heading_left{
	background-color: #747A7E;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-left: 6px solid #336699;
	padding: 2px 0 2px 4px; 
}

.fp_link{
   color: #4C99E6;
	text-align: right;	
}

.fp_list1{
	list-style-type: square;
	/*margin-left: 30px;*/
	margin-right: 6px;
}

.fp_list1 li {
	margin-bottom: 6px;
}
.leftnav_list1 {
	list-style-type: square;
	margin-top: 15px;
	margin-right: 6px;
	margin-bottom: 80px;
}
.leftnav_list1 li {
	margin-bottom: 6px;
}

#fp_right_top {
	background-image: url(images/background_fp_top1.gif);
	background-repeat: no-repeat;
	height: 132px;
	padding: 5px 20px 0px 140px;
	margin-right: 5px;	
}

#fp_right_middle {
	padding: 1px 0px 5px 0px;	
	margin-right: 5px;
}

#fp_right_bottom {
	padding: 5px 20px 10px 20px;	
	margin-right: 5px;
	color: #666;
}

#column_right_body {
	background-image: url(images/background_body1.gif);
	background-repeat: no-repeat;
	padding: 20px 40px 50px 150px;
	margin-right: 5px;
	line-height: 160%;
}
#nav_trail{
	background-color: #fff;
	color: #999;
	border-bottom: 1px dashed #ccc;
	padding: 2px 0 2px 150px;
	margin-right: 5px;
}
#nav_trail a {
	color: #999;
	border: none;
}
#nav_trail a:hover {
	color: #336699;
}

