/* CSS Document */

#header 
	{
	background-color: #CFD1E7;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 90px	}

body 
	{
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 180%;
	background-color: #e6e6d9;
	margin: 0
	}
h5
	{
	font-size:larger;
	color:#666666
	}
	
#navbar 
	{
	color: white;
	font-size: 0.8em;
	line-height: 16px;
	background-color: #CC9999;
	text-align: center;
	letter-spacing: 0.8ex;
	margin-bottom: 15px;
	height: 18px	}

#logo 
	{
	margin: 0 10px 10px 18%;
	height: 95px
	}

.menuitem 
	{
	color: #758642;
	margin-top: 20px;
	margin-left: 20px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #758642;
	border-left: 0 none
	}

.menuitem a:link 
	{
	color: #758642;
	text-decoration: none
	}

.menuitem a:hover 
	{
	color: #c63;
	text-decoration: none
	}

.leftcol 
	{
	text-align: right;
	width: 20%;
	float: left
	}

.midcol 
	{
	padding-left: 36px;
	width: 50%;
	float: left
	}

.rightcol 
	{
	font-size: smaller;
	font-style: italic;
	line-height: 20px;
	padding-left: 6%;
	width: 15%;
	float: left;
	text-align: right;
	}

#footer 
	{
	color: white;
	font-size: 0.8em;
	line-height: 16px;
	background-color: #CC9999;
	text-align: center;
	letter-spacing: 0.8ex;
	height: 18px;
	clear: left
	}

a 
	{
	color: #003399;
	text-decoration: none
	}

a:hover 
	{
	color: #CC3333;
	text-decoration: none
	}
