@charset "utf-8";
/* CSS Document */
#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:760px;
  height: 100%;
  margin: auto;
} 

html{
	overflow-x:hidden;
	overflow-y:scroll;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	margin-top:20px;
}

h1{
	font-weight:normal;
	font-size:14px;
}

h2{
	font-size:14px;
	text-decoration:underline;
	padding:10px 0 10px 0;
	margin:0px;
	
}

#container{
	width:760px;
	border:1px solid #000;
}

#siteHead{
	background-image: url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	height:104px;
	width:750px;
	padding:10px 0 0 10px;
	background-color:#ffd742;
	font-size:16px;
}

#siteNavigation{
	background-color:#247c4a;
	width:100%;
}

#bodyContent{
	
}

.topHome{
	background-color:#91bda4;
	height:60px;
	padding:0;
}
.rightHome{
	padding:5px;
	vertical-align:top;
	text-align:center;
	width:150px;
	background-color:#e8e8e8;
}

#siteFooter{
	border-top:20px solid #ffd742;
}

.small-footerLeft{
	font-weight:bold;
	width:50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #414141;
	line-height: 19px;
}

.small-footerRight{
	font-weight:bold;
	width:50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #414141;
	line-height: 19px;
	text-align:right;
}
