body {
	margin:0;
	padding:0;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat-x;
	background-color: #314E5E;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(imgs/top.jpg);
	float: left;
	height: 75px;
	width: 768px;
	overflow: hidden;
}
#menu {
	float: left;
	width: 768px;
	text-align: right;
}
#flash {
	float: left;
	height: 440px;
	width: 509px;
	overflow: hidden;
	background-image: url(imgs/flashbg.jpg);
	background-repeat: no-repeat;
}
#home-news {
	background-image: url(imgs/home-right.jpg);
	float: left;
	height: 320px;
	width: 175px;
	font-size: 11px;
	line-height: 20px;
	color: #304D5D;
	padding-top: 120px;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-right: 40px;
}
#home-news p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#home-news strong {
	font-size: 12px;
	color: #0069AA;
	font-weight: bold;
}
#home-news a:link, #home-news a:visited, #home-news a:active{
	font-size: 12px;
	color: #0069AA;
  	text-decoration : none;
	font-weight: bold;
}
  
#home-news a:hover{
	font-size: 12px;
  	text-decoration : none;
  	color : #62B93A;
	font-weight: bold;
}

#wrap {
	background-image: url(imgs/wrap-bg.gif);
	float: left;
	background-repeat: repeat-y;
}

#content {
	background-image: url(imgs/main-content-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 464px;
	padding-left: 45px;
	font-size: 12px;
	line-height: 20px;
	padding-right: 45px;
	padding-bottom: 25px;
}
#content .title {
	display: block;
	padding-top: 51px;
	clear: both;
	padding-bottom: 25px;
}
h4 {
	color: #335060;
	margin-bottom: 10px;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7392A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#content p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#sub-nav .left-img {
	padding-left: 40px;
}
#sub-nav {
	float: left;
	width: 210px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
}

#footer {
	float: left;
	width: 768px;
	background-image: url(imgs/footer-bg.gif);
	height: 100px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1px;
	padding-top: 25px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}
#logo {
	float: left;
	width: 200px;
	height: 50px;
	margin-top: 10px;
	margin-left: 22px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.foot-left {
	float: left;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
}
.foot-right {
	float: right;
	text-align: right;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
}
#content a{
	color:#000000;
  	text-decoration : underline;
  	font-weight : plain;
}
#content a:hover , #sub-nav a:hover {
  	text-decoration : underline;
  	color : #62B93A
}
#sub-nav a {
	color:#000000;
  	text-decoration : none;
  	font-weight : plain;
}
.clear {
	clear: both;
}
.right {
	text-align:right;
	margin-top:0px;
}
.center {
	text-align: center;
	padding-bottom: 10px;
}
#bullet {
padding-left: 30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.handcursor{
	cursor: pointer;
	cursor: pointer;
}
.dim {
	color: #666666;
}
