@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	line-height:150%;
	letter-spacing:0px;
	margin: 0;
	padding: 0;
	text-align:left;
	background-color:#ffffff;
	background-image:url(images/BG.jpg);
	background-repeat: no-repeat;

}

#MainWrapper {
margin: 0 auto;   
padding: 0;   
position: relative;
}

#Container {
position: relative;
	marign: 0px auto; 
	z-index:1;
}

#TopBanner {
background-image:url(images/TopBanner.gif);
background-repeat:no-repeat;
height:55px;
width:1000px;
text-align:left;
position:relative;
}

#TopBanner_Right {
	position:absolute;
	left:810px;
	width:150px;
	top:15px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	text-align:left;

}

#TopBanner_Left {
width:300px;
	font: Helvetica, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-align:left;
	position:absolute;
	left:55px;
	top:15px;
	letter-spacing:1px;
}

#RightCol {
height:874px;
width:200px;
background-image:url(images/RightCol_BG.gif);
background-repeat:no-repeat;
text-align:left;
position:relative;
}

#RightCol_Text {
font: Helvetica, Arial, sans-serif;
color:#000000;
width:180px;
font-size:12px;
text-align:left;
position:absolute;
left:10px;
}


#RightCol_Text ul li a {
color:#000000;
text-decoration:none;
border-bottom:1px dotted #000000;
font-weight:normal;
}

#RightCol_Text ul li a:hover {
text-decoration:none;
border-bottom:0px dotted #000000;
}

#RightCol_Text h1 a {
color:#006699;
text-decoration:none;
border-bottom:1px dotted #666666;
}

#RightCol_Text h1 a:hover {
text-decoration:none;
border-bottom:0px dotted #006699;
}

#RightCol_Text h2 a {
color:#009933;
text-decoration:none;
border-bottom:1px dotted #009933;
}

#RightCol_Text h2 a:hover {
text-decoration:none;
border-bottom:0px dotted #009933;
}


#SecondBanner {
height:78px;
width:800px;
background-image: url(images/SecondBanner_BG.gif);
background-repeat:no-repeat;
position:relative;
}

#SecondBanner_Left {
color: #0099CC;
font-size:24px;
float:left;
position:absolute;
left:50px;
top:20px;
line-height:150%;
}

#ThirdBanner {
height:64px;
width:800px;
background-image:url(images/3rdBanner_BG.jpg);
background-repeat:no-repeat;
position:relative;
}

#ThirdBanner_Left {
position:absolute;
color:#009933;
font-size:24px;
left:90px;
top:15px;
line-height:150%;
}

#MainBody {
width:800px;
height:660px;
position:relative;
}

#MainBody_Text {
width:742px;
position:absolute;
top:0px;
left:50px;
color:#666666;
}


#Footer {
position:relative;
width:650px;
text-align:left;
height:80px;
float:left;
}

#Footer_Text {
position:absolute;
left:50px;
color:#666666;
top:20px;
}

#Footer_Text a {
color:#666666;
text-decoration:none;
border-bottom:1px dotted #666666;
}

#Footer_Text a:hover {
text-decoration:none;
border-bottom:0px dotted #666666;

}

ul {
list-style-position: outside;
list-style-type:disc;
padding-left:0px;
margin-left:20px;
}


a {
color: #006666;
text-decoration:none;
font-weight:bold;

}

a:hover {
color:#000000;
text-decoration:underline;

}

h1 {
display:inline;
font-size:12px;
line-height:150%;
color:#006699;
font-weight:bold;

}

h2 {
display:inline;
font-size:11px;
line-height:150%;
color:#009933;
font-weight:bold;

}

h3 {
display:inline;
font-size:14px;
line-height:150%;
color: #009999;

}

h4 {
display:inline;
color:#339999;
font-size:24px;
line-height:150%;
font-weight:bold;

}

