/* CSS Document */	
/* background-color:#586695; blue */

body {
	background-color:#999999;
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
}
img {
	border:0;
}
#master {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#CCCCCC;
}
#header {
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-attachment:scroll;
	height:145px;
	width:800px;
}
#content {
	width:800px;
}
#Lcol {
	float:left;
	width:150px;
	font-size:14px;
}
#Mcol {
	float:left;
	background-image:url(../images/M_Box_Top.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top;
	margin-top:10px;
	width:475px;
	padding:2px 10px 10px 10px;
	color:#333333;
	font-size:14px;
}
#PageTitle {
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.list {
	color:#586695;
}
#Rcol {
	width:150px;
	float:right;
}
#footer{
	clear:both;
	width:800px;
	padding:10px 0 10px 0;
	color:#FFFFFF;
	text-align:center;
}
.credits {
	font-size:10px;
}
#Box {
	width:150px;
	line-height:40px;
	text-align: center;
}
#BoxT {
	background-attachment: scroll;
	background-image:url(../images/L_Box_Top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:41px;
}
#BoxM {
	background-attachment: scroll;
	background-image:url(../images/L_Box_Mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	line-height:40px;
}
#BoxB {
	background-attachment: scroll;
	background-image:url(../images/L_Box_Bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:41px;
}

#FBox {
	width:800px;
	line-height:30px;
}
#FBoxT {
	background-attachment: scroll;
	background-image:url(../images/F_Box_Top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:13px;
}
#FBoxM {
	background-attachment: scroll;
	background-image:url(../images/F_Box_Mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
}
#FBoxB {
	background-attachment: scroll;
	background-image:url(../images/F_Box_Bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:14px;
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	background-color:#FFFFFF;
	color:#586695; 
	text-decoration:underline;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.FAQ a:link {
	color:#586695;
	text-decoration:underline;
}
.FAQ a:visited {
	color:#586695;
	text-decoration:none;
}
.FAQ a:hover {
	background-color:#FFFFFF;
	color:#586695;
	text-decoration:underline;
}
.FAQ a:active {
	color:#586695;
	text-decoration:none;
}


