@charset "utf-8";
/* CSS Document */

	
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #006699;
	padding: 0;
	margin: 0;
	text-align: center;
}

#container {
	background-color: #ffffff;
	width: 970px;
	text-align: left;
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 	
} 


#header {
	background-color:#ffffff;
	height: 200px;
	width: 945px;
	text-align: left;
	vertical-align: bottom;
	padding: 5px 0 0 25px;
	}

#footer {
	background-color: #ffffff;
	height: 40px;
	width: 970px;
	text-align: center;
	vertical-align: bottom;
	padding: 0 0 0 0;
	font-size: 9px;
	color:#000000;
	}

#sidebar {
	float: right; 
	width: 180px;
	padding: 20px 20px 0 0;
	margin: 0 0 0 0;
}

#content { 
	padding: 20px 40px 0 20px; 
	margin: 0 180px 0 0; 	
} 


#columnLeft {
	float: left; 
	width: 350px;
	padding: 10px 10px 10px 10px; 
	margin: 0 0 0 0;
}

#columnRight { 
	padding: 10px 10px 10px 10px; 
	margin: 0 0 0 350px; 	
} 



ul.CloseSquare {
	list-style-image:url(images/CutomListBullet.gif);
	list-style: none;
	margin: 5px 0 10px 18px;
}

h1 {
	font-size: 175%;
	font-weight: bold;
	color:#000000;
	margin: 60px 0 0 0;
	height: 20px;
	}
	
h2 {
	font-size: 140%;
	font-weight: bold;
	color:#006699;
	margin: 30px 0 0 0;	
	}
	
h3 {
	font-size: 125%;
	font-weight: bold;
	color:#006699;
	margin: 15px 0 0 0;
	}

a {
	font-size: 100%;
	text-decoration: underline;
	color:#006699;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	}

a.NavRow {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	color:#006699;
	}
	
a.NavRow:hover {
	font-size: 90%;
	text-decoration: underline;
	color:#006699;
	}
	
a.footer {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color:#006699;
	}
	
a.footer:hover {
	font-size: 110%;
	text-decoration: underline;
	color:#006699;
	}


img {
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}	
	
img.floatLeft { 
    float: left; 
    margin: 0 8px 0 0; 
}

img.floatRight { 
    float: right; 
    margin: 0 0 0 0; 
}

img.floatRightIndent { 
    float: right; 
    margin: 0 35px 0 0; 
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
