body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg2.png);
	background-repeat: repeat;
	background-position: left bottom;
}

/* ---------------------------------- Subscription Box ---------------------------------- */

.subscription_box{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #b3b3b3;
	text-decoration: none;
	border: 1px solid #cfcfcf;
	width: 250px;
	height: 18px;
}

/* ---------------------------------- TEXT ---------------------------------- */

.normal_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

.lightgrey_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #999999;
}


.blue_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #117789;
}

.white_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.navigation_fonts {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #117789;
	text-decoration: none;
}

/* ---------------------------------- LINKS ---------------------------------- */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration:underline;
}
a:active {
	color: #333333;
}

a.greylinks:link,
a.greylinks:active,
a.greylinks:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
a.greylinks:hover {
	text-decoration:underline;
}

a.light_greylinks:link,
a.light_greylinks:active,
a.light_greylinks:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 11px;
	text-decoration: none;
}
a.light_greylinks:hover {
	text-decoration:underline;
}

a.bluelinks:link,
a.bluelinks:active,
a.bluelinks:visited,
a.bluelinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #117789;
	text-decoration: underline;
}

a.whitelinks:link,
a.whitelinks:active,
a.whitelinks:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;

}
a.whitelinks:hover {
	text-decoration: underline;
}

a.blue_headings_links:link,
a.blue_headings_links:active,
a.blue_headings_links:visited
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #117789;
	text-decoration:none;

}


a.blue_headings_links:hover {
	text-decoration: none;
}

a.blue_headings_linkss:link,
a.blue_headings_linkss:active,
a.blue_headings_linkss:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #117789;
	text-decoration:none;

}


a.blue_headings_linkss:hover {
	text-decoration: none;
}




/* ---------------------------------- HEADINGS ---------------------------------- */

.blue_headings {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #117789;
	text-decoration: none;
}

.white_headings {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

/*------------------------------  Backgrounds ------------------------------*/

.box_top_bg {
	background-image: url(images/box_topbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 6px;
}
.box_left_repeat {
	background-image: url(images/box_left_repeat.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.box_right_repeat {
	background-image: url(images/box_right_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.box_bottom_bg {
	background-image: url(images/box_bottombg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 6px;
}

.footer_pic {
	background-image: url(images/footer_pic.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.dots {
	background-image: url(images/separator.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.dots2 {
	background-image: url(images/separator.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.faq_bg {
	background-image: url(images/faq_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.nav_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 920px;
}


/*------------------------------  Borders ------------------------------*/

.grey_border {
	border: 1px solid #E8E8E8;
}

.grey_border3{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}

.grey_border2{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
}

.grey_border {
	border: 1px solid #E8E8E8;
}




#menu1 { display : none }
#menu2 { display : none }
#menu3 { display : none }

A:link {color:black; text-decoration:none}
A:hover {color:black; text-decoration:underline}
