A:active, A:LINK, A:VISITED{ color :#03665D; text-decoration:underline}
A:HOVER { color:#3A414D;text-decoration:underline}

	body{
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE:12px;
		COLOR:#121418;
		margin-bottom:0px;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		background:url(../images/bg.gif);

	}
.sitemap { font-size:11px; color:000;
}

.RedFont{ 
	color:#C00	;
	
}

.imageStyle{ border: solid #333 1px; padding:2px; float:left; margin-right:15px;}

hr {
	border: none 0;
	border-top: 1px dashed #000;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

h1{ 
    color:#000;
	font-size:22px;
}

h2{
	color:#03665D;
	padding-left:25px;
	font-size:18px;
	background-image: url(../images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	
}

h3{
	color:#404653;
	font-size:16px;
	margin-top:0px;
}

.twoColFixLtHdr #termList{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	border: solid 1px #747982;
	color: #999;
	padding:5px;
	width:170px;
	text-align:left;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	
}
.twoColFixLtHdr #facebook a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:bold;
	border: solid 1px #747982;
	color: #000;
	padding:5px;
	width:170px;
	text-align:left;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	text-decoration:none;
	
}


#newsBox
{
	border: 0px solid #000;
	width:200px;
	height:300px;
	float:right;
	padding-right:100px;
	margin-top:20px;
	
}

.newsWrapper{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 300px;
	margin:auto;
	margin-top:10px;	
}

.newsItem{
	font-family: Verdana, Geneva, sans-serif;
	color:#404040;
	font-size: 11px;
	text-align:left;
	border: solid 1px #FFBF79;
	background-color:#FFF5EA;
	padding:10px;
	margin-bottom:10px;
}

.address{
	text-align:left;
	width:260px;
	border: solid 1px #FFBF79;
	background-color:#FFF5EA;
	padding:10px;
	margin-bottom:10px;
}
.contactFormWrapper{
	text-align:left;
	line-height:18px;
	width:320px;
	padding:10px;
	margin-bottom:10px;
	float:right;
}
.trueMessage{
	background-color:#FF9;
	border-bottom:solid 1px #FC0;
	border-top:solid 1px #FC0;
	height:20px;
	text-align:left;
	padding-left:35px;
	background-image: url(../images/icon_true.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
}

.falseMessage{
	background-color:#FF9;
	color: #CC3333;
	border-bottom:solid 1px #FC0;
	border-top:solid 1px #FC0;
	height:20px;
	text-align:left;
	padding-left:35px;
	background-image: url(../images/icon_false.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
	
}
.twoColFixLtHdr #container { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-align:justify;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; height:75px;
	padding: 0 10px 0 20px; 
	background-image:url(../images/top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:solid 2px; color:#000;
	margin-bottom:1px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #flag a {
	position: fixed;
	width:75px;
	height:30px;
	margin-left:850px;
	margin-top:35px;
	display:block;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */ /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(../images/bg_left_side.jpg);
	background-repeat: no-repeat; background-position:top;
	width:216px;
	margin-right:1px;
	text-align:center;
}
.twoColFixLtHdr #PicHeader{ 
	margin: 0 0 0 0px;
	

}
.twoColFixLtHdr #BgContent{ 
	background-image:url(../images/top_content_bg.gif);
	background-repeat:repeat-x;
	background-position:top;

	padding: 0 0 0 0px;
	width:748px;
	float:right;
	

}
.twoColFixLtHdr #mainContent { 
	margin: 0 35px 0 35px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer { 
	background:#404653; 
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	height:20px;
	border-top:solid #000 2px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.bt {
	color: #FFFFFF;
	background-color: #000;
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana;
	border-bottom-width: 1px;
	border-color: White;
	border: 1px solid;
}

	.text {	BORDER:DOTTED 1px #000000; color:#4C4B4B; background-color:#eeeeee;FONT-SIZE:11px;	FONT-FAMILY: Verdana; 	}
	.wtext {	BORDER:SOLID 1px #FFFFFF; color:#4C4B4B; background-color:#FFFFFF;FONT-SIZE:10px;	FONT-FAMILY: Verdana; 	}
