body {
	font-size: small;
	font-family: Tahoma;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: green;
}

div {
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
}

ul {
    list-style-image: url(images/triangle.png);
}

.selected {
    color: green;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 800px;
	border: 0px black solid;
}

#logo {
	float: left;
	background-image: url(images/Gray.png);
	background-repeat: repeat;
	width: 200px;
	height: 100px;
}
/*
#logoimg {
	padding-top: 20px;
	padding-left: 30px;
}
*/
#header {
	float: left;
	top: 0px;
	left: 200px;
	width: 590px;
	background-repeat: repeat-y;
	background-image: url(images/HorGrad.png);
	height: 100px;
}

#header ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;	
}

#sitenav {
	margin-top: 70px;
	font-size: medium;
	font-weight: bold;
}

#sitenav li {
	padding-left: 30px;
	padding-right: 30px;
}

#main {
	text-align: left;
	float: left;
	width: 540px;
	border: 0px black solid;
	padding: 20px;
}

#maintext {
    float: right;
    width: 270px;
    padding-left: 20px;
}

#left {
	height: 550px;
	width: 200px;
	text-align: left;
	float: left;
	clear: left;
	background-image: url(images/VertGrad.png);
	background-repeat: repeat-x;
	padding: 6px;
}

#left   ul li {
	color: black;
	font-weight: bold;
	
}	 

#left   ul li ul li {
	color: black;
	font-weight: normal;
	display: none;
}	 

#sectionmenu {
	margin-top: 100px;
}

#footer {
	clear: left;
	padding-top: 30px;
	display: none;
}

#footer ul li {
	color: green;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}





