
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(graphics/bodybg.gif) no-repeat top center;
	font-size: 12px;
    }
    
#body{
	position:relative;
	display:block;
	width:888px;
	background: #fff;
	margin-left:auto;
	margin-right:auto;
	}


img.logosec{position:absolute; left:0; top:0;}
img.logo{position:absolute; left:33px; top:52px;}
img.title{position:absolute; left:142px; top:48px;}

h2 {
	font-size: 14px;
	font-weight: bold;
	}

#topmargin {
	background: url(graphics/headerbg.gif);
	height:89px;
	border-bottom: 1px solid #036868;
	}

#linkbar {
	background: #96C0BF;
	height:21px;
	border-bottom: 1px solid #ACCACD;
	}

#links {
	position:relative;
	padding-top:4px;
	padding-left:250px;
	font-weight:bold;

	}
#links a{
	color:#000;
	padding-right:10px;
	text-decoration: none;
	}

#links a:hover{
	text-decoration: underline;
	}

#menu {
	float:left;
	width:150px;
	margin-top:85px;
	padding-left:53px;
	text-align:center;
	}

#menu ul{padding:0;margin:0;}

#menu ul li {
	display:block;
	list-style-type: none;
	padding-bottom:10px;
	width:120px;
	}

#menu a{
	color:#006964;
	text-decoration: none;
	font-weight:bold;
	}

#menu a:hover{
	color:#6EA9A5;
	}

#title{
	margin-left:214px;
	padding-left:30px;
	margin-top:5px;
	padding-top:28px;
	padding-bottom:11px;
	background: url(graphics/contenthead.gif);
	width:640px;
	}

#titletxt{
	display:block;
	height:38px;
	font-size: 12pt;
	font-weight:bold;
	}


#content{
	margin-left:214px;
	border-left: 1px solid #006964;
	border-right: 1px solid #006964;
	width:618px;
	padding-top:6px;
	padding-left:30px;
	padding-right:20px;
	padding-bottom:20px;
	}

#content img{float:right;padding:15px; padding-top:0;}

#content h1{
	font-size: 14px;
	font-weight:bold;
	}


p{padding:0;margin:0;padding-bottom:10px;}

#footer{
	display:block;
	width:100%;
	background: url(graphics/footer.gif);;
	height:16px;
	text-align:center;
	padding-top:6px;
	}

#footer a{
	color:#FFF;
	text-decoration: none;
	padding-left:200px;
	}