/* CSS Document */

body {background-image:url(images/bg_page.gif);
	background-repeat:repeat-x;
	background-color:#001c34;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#b2aea3;
	font-size:12px;
	}
	
td {
	font-size:12px;
}

a:link {color: #b2aea3; text-decoration:underline;}
a:visited {color: #b2aea3; text-decoration:underline;}
a:hover {color: #4b9fe8; text-decoration:underline;}
a:active {color: #b2aea3; text-decoration:underline;}

a.footer:link {color: #737369; text-decoration:none; font-size:11px;}
a.footer:visited {color: #737369; text-decoration:none; font-size:11px;}
a.footer:hover {color: #a9a99b; text-decoration:none; font-size:11px;}
a.footer:active {color: #737369; text-decoration:none; font-size:11px;}

a.bluelink:link {color: #4b9fe8; text-decoration:underline;}
a.bluelink:visited {color: #4b9fe8; text-decoration:underline;}
a.bluelink:hover {color: #66ccff; text-decoration:underline;}
a.bluelink:active {color: #4b9fe8; text-decoration:underline;}

h2 {font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	}

h1 {font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	}
		
p {font-size:12px;}

ul li {font-size:12px;
	line-height:22px;
	list-style-image:url(images/arrow3.gif);
	margin:0px;
	padding:0px;
	}

ol li {font-size:12px;
	margin-top:0px;
	padding-top:0px;}

image {border:0px;}
	
.full {background-image:url(images/bg_main.gif);
	width:960px;
	background-repeat:repeat-y;
	}

.nav {background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
	height:30px;
	}

#footer {background-image:url(images/bg_footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#757269;
	height:100%;
	padding-top:25px;
	vertical-align:top;
	font-size:11px;
	}
	
.tagline_bg {background-image:url(images/bg_tagline.gif);
	background-repeat:repeat-x;
	}

.tagline {float:right;
	padding-right:27px;
	margin:0px;
	vertical-align:middle;
	}

.right {background-image:url(images/bg_right.gif);
	width:288px;
	background-repeat:repeat-y;
	padding:20px 25px 15px 10px;
	}

.right_text {background-color:#262520;
	color:#4b9fe8;
	padding-left:10px;}

.dark_bg {background-color:#25241f;}

.pad10 {padding:10px;
	margin:0px;
	color:#CCCCCC;
	font-weight:bold;}

.pad15 {padding:15px;
	margin:0px;}

.quote {margin:0px 0px 0px 350px;
	padding:0px;}
	



