body {
	color: #333;
	background-color: #CCC;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #0CF;
	text-decoration: none;
}

#main {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: solid 1px #999999;
}

#header {
	height: 160px;
	width: 825px;
	margin:0;
	padding:0;
	background-color: #edf3f1;
}

#content {
	margin: 0;
	vertical-align: top;
	padding: 25px;
	padding-top: 10px;
	background-color: #edf3f1;
}

#footer {
	font-size: 10px;
	clear: both;
	color: #666666;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#leftNav {
	width: 180px;
	float: left;
	margin-right: 20px;
	height: 550px;
}
	
#bodyBox {
	width: 534px;
	letter-spacing: 2px;
	float: right;
	padding-top: 7px;
}

#rightBox {
	width: 169px;
	letter-spacing: 2px;
	float: right;
	padding-top: 7px;
}

#contentBox {
	width: 500px;
	font-size: 12px;
	margin-left: 100px;
}


h1 {
	font-size: 10px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight:normal;
}


h1 a:link {
	text-decoration: none;
	color: #4e94d9;
}

h1 a:visited {
	color: #4e94d9;
	text-decoration: none;
}

h1 a:active {
	color: #4e94d9;
	text-decoration: underline;
}

h1 a:hover {
	color: #4e94d9;
	text-decoration: underline;
}

h2 a:link {
	text-decoration: none;
	color: #4e94d9;
	font-size: 12px;
}

h2 a:visited {
	color: #4e94d9;
	text-decoration: none;
	font-size: 12px;
}

h2 a:active {
	color: #4e94d9;
	text-decoration: underline;
	font-size: 12px;
}

h2 a:hover {
	color: #4e94d9;
	text-decoration: underline;
	font-size: 12px;
}


.navLink  {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	width: 165px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 5px;
	padding-top: 4px;
	background-image: url(images/nav_bg.png);
}

.upperNav {
	float: right;
	padding-right: 50px;
	padding-top: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


#listBox {
	width: 360px;
	padding-right: 40px;
	float: right;	
}


ul {
	list-style-image: url(images/bullet.gif);
	
}
