body {
	background: #99CC32 url(../images/pageback.jpg) repeat-y center top;
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #050505;
}

h1 {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #346986;
}

a:link, a:visited {
	color: #050505;
	text-decoration:underline;
}

a:hover, a:active {
	color: #20566E;
	text-decoration:none;
}

#container {
	width:100%;
	margin: 0 auto;
}

#wrapper {
      background: #FFFFFF;
      width:922px;
	margin:0 auto;
}

#header {
	background: #FFF url(../images/header.gif) no-repeat center top;
	height: 200px;
}

#nav {
	width: 922px;
	padding-top: 5px;
	margin:0 auto;
	text-align: center;
	font-size: 13px;
	color:#333;
}

#nav a:link, #nav a:visited {
	text-decoration:none;
	color:#666;
	padding:0px 25px;
}

#nav a:hover, #nav a:active {
	text-decoration:underline;
	color:#666;
}

#nav a:link.current, #nav a:visited.current, #nav a:hover.current, #nav a:active.current {	
      text-decoration:none;
	color:#999;
	padding:0px 25px;
}

#contentbox {
	background: url(../images/contentbox.jpg) no-repeat center top;
	margin:0 auto;
	width: 832px;
}

#contentbox img {
	padding: 20px 60px 0px 20px;
}

#content {
	padding: 20px 60px 0px 60px;
      text-align:justify;
}

#content a:link, {
	text-decoration:none;
	color:#346986;
}

#content a:hover, #nav a:active {
	text-decoration:underline;
	color:#346986;
}

#content ul {list-style-type: none;
	margin: 0;
	padding: 0;
}

#content li {
	padding:0 0 7px 15px;
	background: url(../images/bluebullet.gif) no-repeat 0 0.5em;
}

.smalltext {
	font-size: 12px;
	padding-top:6px ;
}

#footer {
	background: #FFFFFF;
	width: 922px;
	margin:0 auto;
	padding-top: 0px;
      padding-bottom: 50px;
	text-align: center;
	font-size: 10px;
	color: #666;
}
#footer a:link, a:active {
	color:#666;
}
