* {
	margin: 0;
	padding: 0;
}

body {
	background: #008000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}


p {
font-size: 0.9em;
line-height: 120%;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px 10px 10px;
}
img.topright {
	float: right;
	margin: 0 0px 5px 0;
	}
img.right {
	float: right;
	padding: 10px;
	margin: 0px 0px 10px 10px;
}

.col-one {
	float: right;
	border-left-style: dotted;
	border-left-color: #006633;
	padding-left: 10px;
	border-left-width: 2px;
}

.box-orange .content {
	padding: 10px 20px 20px 20px;
	}

.box-blue .content {
	padding:5px 10px 10px 0;
	
}

#header { 
	width: 800px;;
	height:170px;
	margin: 0 auto;
	top: 40px;
	background: url(images/header2.jpg) no-repeat;
}

/* Menu */

#menu {
	width: 800px;
	height: 45px;
	margin: 0 auto;
	background: #ffffff ;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	float: left;
	margin-right: 1px;
	padding-left: 10px;
	background: url(images/img16.gif) no-repeat 12px;}

#menu a {
	display: inline;
	float: left;
	text-decoration: none;
	font-weight: normal;
	color: #006633;
	font-size: 1.0em;
}

#menu a:hover {
	color: #E92A2A;
}

#menu b {
	display: inline;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	cursor: hand;	
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #006633;
	border-top-style: solid;
	}

/* Content */

#content {
	float: left;
	width: 590px;
	
}
#colOneBig {
	float: left;
	width: 770px;
	padding-left: 20px;	
	}
	
#colOneBig  ul{
	margin: 0;
	list-style: none;
	line-height: normal;
	
}

#colOneBig li {
	margin-left:20px;
	padding-left: 10px;
	background: url(images/img16.gif) no-repeat left;}
	


#welcome {
	margin-bottom: 20px;
}
#sidebar {
	float: right;
	width: 170px;
}


/* Footer */

#footer {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding-top: 5px;
	background: #FFFFFF;
	border-top: 1px solid #006633
}

#footer p {
	margin: 0 auto;
	text-align: center;
	font-size: 0.7em;
	font-colour: #006633;
}
.james {
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	color: #009900;
}
.smallbody {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #000000;
	line-height: normal;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF0000;
	font-weight: bold;
}
