body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #462519;
}

/* LEFT side tags */
/* Menu */
#menu {
	padding-left: 8px;
	background: #E2E3A7;
	font-size: 85%;
	padding-bottom:10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding-bottom: 4px; 
	padding-top: 4px;
	font-family:  Garamond, "Times New Roman", Times, serif;
 
}

#menu a {
	text-decoration: none;
	color: #462519;
}

#menu a:hover {
	text-decoration: underline;
	color: #0065CB;
}

/* SubMenu */
#submenu {
	padding: 0px;
	margin-left: 6px;
	margin-bottom: 4px;
	background: #E2E3A7;
}

#submenu ul {
	list-style: none;
}

#submenu li {
	padding-top: 2 px;
	padding-bottom: 0px;
	font-family: Garamond, "Times New Roman", Times, serif;
	background: url(images/subnavline.gif) repeat-y; 
}

#submenu a {
	text-decoration: none;
	color: #462519;
}

#submenu a:hover {
	text-decoration: underline;
	color: #0065CB;
}
.menucurrentpage {
	background: none;
	font-variant: small-caps;
	color: #0065CB;
}

/* LeftAddress */

#leftaddress {
	padding-top: 20px;
	height: 50px;
	background: #0065CB url(images/blue-box.gif) no-repeat right top;
	text-align: center;
}
#leftaddress a {
	color: #FFFFFF;
	text-decoration: underline;
}
#leftaddress p{
	font: normal 55% Arial, Verdana, sans-serif;
	color: #FFFFFF;
}

#leftsecureaddress {
	padding-top: 130px;
	height: 150px;
	text-align: center;
	font: normal 55% Arial, Verdana, sans-serif;
	color: #FFFFFF;
}

#leftsecureaddress a {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Content area tags */

.content {
	padding: 20px 20px 20px 20px;
	line-height: 115%;
}

.maingreen {
	background: #BBCB9B;
}

.content p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
}

.content li {
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
}
.content ul {
	list-style: disc;
}
.pagetitle {
	margin: -20px -20px 20px -19px;
	padding: 8px 20px 8px 20px;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 180%;
	font-weight: normal;
	color: #FFFFFF;
}
.pagesubtitle {

	margin-top: 15px;
	margin-bottom: -10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #0065CB;
}

.hometitle {
	margin-top: 10px;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 220%;
	font-weight: normal;
	color: #FFFFFF;
}
#homesubtitle {
	margin-top: 20px;
	margin-bottom: -10px;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}

/* Table tags */

	
.tablehead {
	background: #EDCA5F;
	font-family: Arial, Verdana, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #462519;
}

.tabletext p {
	font-weight: normal 50% Arial, Verdana, sans-serif;
	color: #462519;
	}
	
#box {
	border: 1px solid #462519;

}

/* Right side tags */
.announcement {
	margin:10px;
	border: 2px solid #0065CB;	
	padding: 10px 10px 10px 10px;
	background: #FFFFFF;
}
.announcement h2{
	font-family: Garamond, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 150%;
	font-weight: normal;
	color: #0065CB;
	margin:0px;

}
.announcement p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #462519;
	line-height: 115%;
}
/* Footer */
.footer {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 75%;
	font-variant: small-caps;
	font-weight: normal;
	color: #462519;
}
a.editlist:visited { font-family: Arial; font-size: 12px; color: #0033cc;line-height:14pt; margin-left:5px;}
a.editlist:active { font-family: Arial; font-size: 12px; color: #0033cc; line-height:14pt; margin-left:5px;}
a.editlist:link { font-family: Arial; font-size: 12px; color: #0033cc;line-height:14pt; margin-left:5px;}
a.editlist:hover { font-family: Arial; font-size: 12px; color: #FF0000;line-height:14pt; margin-left:5px;}