/* CSS Document */


body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #DFFFFF;
margin-top: 0px;
}

#perimeter
{
width: 700px;
height: 1000px;
margin: auto;
background-color: #DFFFFF;

}

#container
{
	width: 600px;
	height:1000px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border-top: 0px none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	}
	
	#banner
	{
	width: 600px;
	height: 175px;
	background-image:url(../images/banner-mod.jpg);
	background-repeat:no-repeat;
	}
	
	#navbar
{
	width: 600px;
	height: 22px;
	background-repeat:no-repeat;
	background-image: url(../images/navbar.jpg);
	letter-spacing: 2px;
	font-weight: bold;
	padding-top: 6px;
	font-size: 10px;
	border: 1px solid #333333;
}

	
	#leftnav
	{
	float:left;
	width: 120px;
	height: 1230px;
	border: 1px solid #CCCCCC;
	padding-top: 20px;
	background-image:url(../images/leftnav.jpg);
	}
	
	#content
	{
	float: right;
	width: 455px;
	height: 1200px;
	padding: 40px 10px 10px;
	background-color:#FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	
ul
{
	}

li 
{
	list-style-type: circle;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #006600;
}

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

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: outside;
list-style-type: circle;}
a.nav:hover {
	color: #999999;
	text-decoration: underline;
	list-style-position: outside;
list-style-type: circle;
}

a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: outside;
list-style-type: circle;
}

h1
{
	font-size: 12px;
	font-weight: lighter;
	letter-spacing: 6px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
	text-align: left;
}

h2
{font-size: 12px;
font-style: italic;
}

h3
{font-size: 10px;
font-weight: bold;
}

