html{height: 100%;}

body {
text-align:-moz-center;
#text-align: center;
font-family:arial;
margin:0;
padding:0; 
height:auto !important;
min-height: 100%;
height: 100%;
}

#main{
	margin:0 auto;
	padding: 0px;
	width:740px;
	text-align:left;
	color:white;
}
#mainSub{
	margin:0 auto;
	padding: 0px;
	width:850px;
	text-align:left;
	color:white;
}

#top{
	float:left;
	width:100%;
	padding-bottom:15px;
}

#toplogo{
	float:left;
	width:auto;
}

#topMenu{
	float:right;
	padding-top:28px;
	width:auto;
	font-weight:bold;
	font-size:15px;
}

#topnum{
	float:right;
	width:100%;
	text-align:right;
	color:#4CBB66;
	font-weight:bold;
	font-size:15px;
	margin-bottom:30px;
}

.middle{
float:left;
width:100%;
background-color:rgb(206,206,206);
text-align:-moz-center;
#text-align: center;
padding-top:7px;
#padding-bottom:5px;
}

.middle #pageContent{
width:70%;
float:left;
text-align:left;
color:black;
background-color:#fff;
margin:7px;
padding:5px;
margin-top:0px;
padding-top:10px;
}

.middle #subMenu{
width:20%;
float:left;
text-align:left;
color:black;
background-color:#fff;
}

.middle .submenuUL{
margin-top: -20px;
margin-left:-25px;
list-style:none;
}

.middle #subPageMainPic{
width:100%;
height:250px;
float:left;
}

.middle #subPageMainPicHR{
	border: none 0; 
	border-top: 1px dashed #000;
	width: 95%;
	height: 2px;
	margin-top:10px;
	margin-left:10px;
	float:left;
}
.middle #middleTop{
width:65%;
float:left;
}

#subMenuProp li{
padding-top:12px;
}

#subMenuQuick li{
padding-top:7px;
}

#submiddle{
background-color:white;
padding:5px;
}

.middle h3{
color:rgb(11,165,58);
margin-top:10px;
}

#middlePic img{
float:left;
margin-left:9px;
}

#middleBoxes{
float:left;
width:auto;
margin-top:5px;
}

.middleBox{
float:left;
width:175px;
margin-left:8px;
height:52px;
#height:58px;
margin-bottom:5px;
color:white;
text-align:center;
font-size:18px;
padding-top:7px;
background-image:url('../images/button1bwsm.png');
background-position: 0 0px;
}

a:hover .middlebox{
height:52px;
#height:58px;
background-position: 0 60px;
text-decoration: none;
cursor:pointer;
}

.menubtn{
float:left;
width:90px;
height:24px;
#height:29px;
margin-left:1px;
text-align:center;
background-image:url('../images/menubtnbw.png');
background-position: 0 0px;
color:white;
font-size:12px;
padding-top:5px;
}

a:hover .menubtn{
background-position: 0 29px;
text-decoration: none;
cursor:pointer;
}

#box1{
margin-left:9px;
}

#bottomContent{
margin-top:20px;
text-align:justify;
float:left;
width:99%;
padding:5px;
margin-bottom:100px;
margin-left:2px;
}

#mainPic{
width:720px;
height:290px;
}

#logo{
width:230px;
height:48px;
}

#right{
float:right;
width:32%;
height:auto !important;
min-height: 100%;
height: 100%;
}
#left{
float:left;
width: 68%;
}

#right #top{
float:left;
background-color:rgb(43,201,36);
width:auto;
height:250px;
margin-bottom:8px;
padding-left:5px;
padding-right:5px;
text-align:left;
}
#right #top p{
font-size:13px;
}
#right #bottom{
float:right;
background-color: rgb(28,116,179);
width:100%;

min-height: 100%;
height: 100%;

}
/*Link properties*/
/*Regular Links*/
a:link {text-decoration: none; color:blue;}
a:visited {text-decoration: none; color: blue;}
a:active {text-decoration: none}
