/* CSS Copyright © 3mothers */
a, a:link, a:visited { text-decoration: underline; color: #0023ff; }
a:hover { text-decoration: none; }				

h1 {
color:#0023ff;
line-height:normal; 
font-weight: bold;
line-height: 32px;
}

h2, h3 {
color:#0023ff;
font-weight: bold; 
line-height: 28px;
}

h4, h5 {
color:#0023ff;
font-weight: bold; 
line-height: 24px;
}

.green {
color:#009900;
font-weight: bold; 
}

.gold {
color:#ff9900;
font-weight: bold; 
}

html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background: #f0f0f0;
	font-weight: normal; 
}
table{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #5f5f5f;
}
.Containment{
	width: 990px;
	height: 100%;
	background: #e4e4e4;
	background: url(../images/bg-tile.gif);
	border: solid 1px #CCC;
}
.Header{
	height: 200px;
	background: url(../images/bg-tile.gif);
	text-align: center;
	border-bottom: 10px solid #333399;
	font-weight: bold;
	font-size: 15px;
	color: #003399;
	line-height: 30px;
}
.TopHeader{
	background: #960f10;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
}
.TopHeader a,
.TopHeader a:link, 
.TopHeader a:visited{
   text-decoration: none;
	color: #ffffff;
}
.TopHeader a:hover{
   text-decoration : underline;
	color: #ffffff;
}
.Header img{
	margin-top: 18px;
	}
.HeaderImage{
	height: 200px;
	background: url(../images/header.jpg) #fff;
}
.HeaderImageHome{
	height: 200px;
	background: url(../images/header.jpg) #fff;
}
.Nav{
	background: #09a200;
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.Nav a,
.Nav a:link,
.Nav a:visited{
	text-decoration: none;
	padding: 5px 5px;
	line-height: 24px;
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
}
.Nav a:hover{
	text-decoration: none;
	color: #FFF;
}
.Content{
	background: url(../images/content-bg-tile.jpg) repeat-x top left #fff;
	text-align:left;
	padding: 20px;
	color: #5f5f5f;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

.Footer{
	border-top: 3px solid #009900;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
}

.Footer a,
.Footer a:link, 
.Footer a:visited{
   text-decoration: none;
	color: #888;
}
.Footer a:hover{
   text-decoration : underline;
	color: #888;
}
