a.footer{
 color:white;
 text-decoration:none;
}

a.loginlink{
	color:#000;
	text-decoration:none;
}

a.members{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
	padding:4px 10px 3px 10px;
}

a.members:hover{
	color:#ff0;
}

a.menu{
	color:#112C41;
 text-decoration:none;
}

a.menu:hover{
 color:#3C657B;
}

#board_message{
	clear:both;
	color:#333333;
	text-align:justify;
}

#board_reply{
 float:right;
 font-weight:bold;
	color:#C00;
}

#board_topic{
	font-weight:bold;
	background:#0067B1;
	color:white;
	padding:2px 0 2px 0;
}

body{
 padding:0px;
 margin:0px;
 font-family:arial,sans-serif;
	background:#3C657B;
 font-size:14px;
	background-image:url('../images/bg_1.jpg');
	background-repeat:repeat-x;
}

#central li{
 font-size:12px;
 list-style-type:circle;
 margin:5px;
}

#central_pane{
	background:#fff;
	text-align:left;
 min-height:390px;
 width:785px;
 padding:0px 5px 5px 5px;
}

#container{
 width:795px;
}

#footer{
 clear:both;
	width:795px;
 height:40px;
 color:#fff;
 text-align:center;
}

.form_help{
	background:#080;
	color:white;
	font-size:10px;
	padding:5px;
}

h1{
	color:#3C657B;
	font-weight:bold;
	font-size:20px;
}

h2{
	color:#3C657B;
 font-weight:bold;
 font-size:16px;
}

h3{
 font-weight:bold;
	color:#3C657B;
 font-size:14px;
}

#header{
 /*background-image:url('../images/masthead_1.gif');*/
 /*background-image:url('../images/masthead_2.gif');*/
 background-image:url('../images/masthead_3.gif');
 background-repeat:no-repeat;
 height:145px;
}

#headerLink {
	background-color:#54758D;
	color: #FFFFFF;
	font-size:16px;
	border-radius:10px;
	padding: 5px 10px 5px 10px;
	margin-right: 20px;
	margin-top: 2px;
	float:right;
}
#headerLink a:hover {
	color:#FFFFFF;
}
#headerLink a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
	

.home_head{
	text-align:center;
	color:#112C41;
	font-weight:bold;
	font-size:16px;
	padding-bottom:5px;
}

input.quoteForm{
	font-size:16px;
	font-weight:bold;
	background:#fff;
}

.left_menu_item{
	line-height:30px;
	font-size:12px;
}

#left_menu{
	float:left;
 min-height:400px;
 width:150px;
	text-align:left;
	background:#B0CCDA;
	padding:5px 0 0 5px;
}

#login_left{
	padding:5px;
	color:white;
}

#main_bottom{
	width:795px;
	height:24px;
	background-image:url('../images/main_bottom_1.gif');
	background-repeat:no-repeat;
}

#main_screen{
	width:795px;
}

#main_top{
	width:795px;
	height:24px;
	background-image:url('../images/main_top_1.gif');
	background-repeat:no-repeat;
}

#menubar{
	width:780px;
	height:23px;
	padding:10px;
	background-image:url('../images/menubar_1.gif');
	background-repeat:no-repeat;
}

.menuEntry{
	color:white;
	font-family:'Arial Narrow', Arial, sans-serif;
	text-decoration:none;
}

p{
 font-size:14px;
}

.quote_caveat {padding:10px; color:red; text-align:center;}

.quote_text {padding:10px;}

.quote_text_small {font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;}

#right_menu{
 background:#cc0000;
 height:400px;
 width:200px;
}

#right_menu li{
 color:white;
 font-size:12px;
 list-style-type:square;
}

form{
margin : 0 0 15px 0;
}



fieldset {
	border : solid 1px #9CBECE;
	padding : 10px;
	margin : 10px 0 10px 0;
}


fieldset input, fieldset select, fieldset textarea {
	display : block;
	width : 300px;
	padding : 1px;
	background : #fff;
	color : #000;
	margin : 5px 0 10px 0;
}

input::-webkit-input-placeholder {
	font-style:italic;
}