/* CSS Document */

* {
	margin:0;
	padding:0;
	text-decoration:none;
}
img {
	border:0px;
}

#topNav
{
	background-image: url(topNav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
    border-bottom: 5px solid #55AC2B;
    display: inline;
    background-color: #ffffff;
	position:relative;
	float:left;
	padding-left2:250px;
	width:100%;
}

#LogoPic
{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 250px; 
    height: 140px;
	background-repeat: no-repeat;
    background-image: url(topNav_logo_pic.gif);
}
#LogoPic a
{
    display: block;
    width: 250px;
    height: 140px;
}
#LogoTxt {
	margin-left:250px;
	height: 140px;
}

h1#MiniSiteTitle {
	font: 30px 'Century Gothic', Verdana, Arial;
	text-transform:uppercase;
	color:#55AC2B;
}

h3 {
	font: bold 25px 'Century Gothic', Verdana, Arial;
	text-transform:uppercase;
	border-bottom: 5px solid #55AC2B;
	color:#55AC2B;
	margin-right:150px;
	margin-left:150px;
	margin-bottom:15px;
}

#bottomNav {
	margin: 10px;
	padding-top: 10px;
	position2: relative;
	z-index2: 0;
	font: 11px Verdana;
	color:#444444;
	border-top: solid 1px #444444;	
}
.botNav.right{
float: right;text-align: right;margin-right: 10px;
}
.botNav.left{
float: left;text-align: left;margin-left: 10px;
}

.botNav A {
	color:#444444;
	text-decoration:none;
	padding-left:10px; margin-right:10px;
	border-left: solid 1px #dddddd;
}
.botNav A.first {
	border-left:none;
	padding-left:0px;
}
.botNav A:hover {
	color:#444444;
}

#content {
	padding-right:5px;
	font: 12px Verdana;
	width:100%;
	margin-top: 10px;
}
#content td, #content th {
	font: 12px Verdana;
}
#content h1 {
	font: bold 30px 'Century Gothic', Verdana;
	text-transform:uppercase;
	margin-bottom: 15px;
}
#content h2 {
	font: bold 14px 'Century Gothic', Verdana;
	border-bottom: 1px solid;
	margin-bottom: 5px;
	margin-top: 10px;
}
#content a, #content a:visited, #content a:active {
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}

