body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(Images/background_stripe.GIF);
	background-repeat: repeat;
	background-position: 0px 27px;
}

#outsideContainer {
	width: 700px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}
#container {
	width: 700px;
	margin-top: 30px;
	height: 100%;
	border: 3px solid #666666;
	background-image: url(Images/backgroundnav.jpg);
	background-repeat: repeat-y;	
}

#insideContainer {
	margin-top: 0px;
	padding: 0px;
	width: 700px;
	}
	
.header {
	background-color: #ffffff;
	width: 100%;
	height: 200px;
}



.content {
}

.nav {
	width: 19%;
	background-image: url(Images/backgroundnav.jpg);
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-bottom: 20px;
}

.nav a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:block;
}

.nav a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#Nav1, #Nav2 {
	display: block;
	
}
.nav #Nav1 a, #Nav2 a {
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	padding: 6px 5px 6px 10px;
	line-height: 10px;
	margin-left: 0px;
}
#Nav1 a:hover, #Nav2 a:hover {
	color: #6699cc;
	background: #ffffff;
}

.contenttable {
width: 100%;
}

.contenttemplate {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.footer {
	text-align:center;
	background:#6699cc;
	padding: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6699cc;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc3333;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;	
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
		}
	
ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
		
	}
	
ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
		
	}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
	
li {
	list-style-image: url(Images/bullet.GIF);
	}
	
.backtotop {
	text-align:right;
}

.backtotop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
	text-decoration: underline;
}

.backtotop a:hover {
	color: #666666;
	}
	

