/* page properties */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* page layout */

#newsite {
	color: red;
	}

#wrap {
	width: 600px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
#header {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#nav {
	font-size: 0.7em;
	text-align: right;
	
}
#right {
	width: 400px;
	float: left;
	font-size: 0.7em;
	line-height: 1.5em;
}
#left {
	width: 200px;
	float: left;
	font-size: 0.7em;
	line-height: 1.5em;
}
#footer {
	font-size: 0.6em;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
}

/* jump menu styles */

.jumpmenu {
	font-size: 10px;
	margin-left: 10px;
}
.button {
	color: #666666;
	background-color: #F5F5F5;
	border: 1px solid #666666;
	font-size: 10px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}

/* content formatting */

#left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left a:link, #left a:visited {
	color: #666666;
	text-decoration: none;
}
#left a:hover, #left a:active {
	color: #000000;
	text-decoration: underline;
}
#nav a:link, #nav a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, #nav a:active {

	color: #000000;
	text-decoration: none;
}
#right a:link, #right a:visited {

	color: #333333;
	text-decoration: underline;
}
#right a:hover, #right a:active {
	color: #6699CC;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #6699CC;
	text-decoration: underline;
}
.padding {
	padding: 5px;
}
#right li {
	color: #CCCCCC;
	list-style-type: square;
}
.newsbox {
	background-color: #EAEAEA;
	width: 370px;
	border: 2px dotted #CCCCCC;
	padding-right: 8px;
	padding-left: 8px;
	color: #333333;
	background-image: url(../images/textimages/latestnews.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-top: 18px;
}
