body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D0E8B9;
	background-image:url(../images/world.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

a {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #002998;
	text-decoration: underline;
	font-size: 12px;
}

#header {
	position: absolute;
	width: 100%;
	height: 250px;
	left: 0px;
	top: 0px;
	border-bottom: 6px solid #6A8398;
	background-color: #002998;
}

#banner {
	position: absolute;
	height: 250px;
	margin: 0;
	padding: 0;
	}


/*    CONTENT     */

#content {
	position: absolute;
	top: 275px;
	left: 299px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 91%;
	color: #000000;
	line-height: 140%;
	padding-right: 20px;
	width: 70%;
}

.style4 {
	font-size: large;
	color: #006633;
	}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 146%;
	color: #002998;
	font-weight: normal;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002998;
	font-weight: normal;
	font-size: 120%;
}

/*   BOX   */

#box {
	padding: 0px 5px 5px 5px;
	border-bottom: 2px dashed #990033;
}

#box img {
	padding: 0px 3px 0px 3px;
}

#box1 {
	border-bottom: 2px dashed #990033;
	padding: 5px 5px 5px 5px;
	width: 80%;
	color: #000000;
}
#box1 a:hover {
/*	background-image: url(../images/title.jpg);
	background-position: top right;
	background-repeat: repeat-y;  */
	color : #990033;
	border-bottom: 2px solid #002998;
}

#redbox {
	background-image: url(../images/title.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	display: block;
	border-bottom: 1px solid #002998;
	border-left: 1px solid #002998;
	padding: 2px 2px 2px 4px;
}

/*   SIDEBAR  */

#sidebar {
	position: absolute;
	top: 252px;
	left: -1px;
	width: 265px;
	font-size : 70%;
	height: 1000px;
	bottom: 0px;
	background-color: #6A8398;
	padding: 0px 10px 0px 10px;
}

#sidebar div.feature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #002998;
	/* background-color : #FFCC66;*/
	background-image: url(../images/walk1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	border-top: 1px solid #002998;
	border-bottom: 1px solid #002998;
	border-left: 12px solid #002998;
	border-right: 6px solid #002998;
	margin-bottom : 11px;
	padding : 10px;
	line-height : 140%;
	margin-top: 6px;
}

#sidebar div.feature ul{
	margin : 2px;
	padding : 4px;
	line-height : 18px;
	color: #990033;
}

#sidebar div.feature ul li{
	color : #002998;
	background-color : transparent;
	list-style-type: square;
	list-style-position: outside;
	text-indent: 4px;
}

#sidebar div.feature ul li a{
	color : #002998;
	background-color : transparent;
	text-decoration : none;
	display: block;
	text-indent: 4px;
}

#sidebar div.feature ul li a:hover{
	background-image: url(../images/title.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	color : #990033;
}

#sidebar form{
	padding : 0;
	margin : 0;
}

#sidebar h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #002998;
}

/*    FORMS    */

form#newsletterform input{
	color : #333333;
	background-color : #FFCC66;
	width : 116px;
	border-left: 1px solid #002998;
	border-right: 1px solid #990033;
	border-bottom : 1px solid #990033;
	border-top : 1px solid #002998;
	border-style: groove;
}

form#newsletterform input.submit{
	width : 60px;
	border : 1px solid #990033;
	color : #002998;
	background-color : #D0E8B9;
	font-size: 12px;
	font-weight: bold;
}

form#newsletterform, form#newsletterform table, form#newsletterform tr, form#newsletterform td{
	margin : 0;
	padding : 0;
}

form#newsletterform table th{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #002998;
	font-size : 11px;
	text-align : left;
	margin : 0;
	padding : 0;
}

/*     FOOTER     */

#footer {
	width: 80%;
	padding: 20px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a {
	font-size: 10px;
}
.button a{
	display:block;
	width : 70%;
	padding: 5px;
	border : 1px solid #990033;
	color : #002998;
	background-color : #D0E8B9;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	}
.button a:hover {
	display:block;
	background-color: #002998;
	color: #D0E8B9;
	}