/*general settings*/

* {
	margin: 0px;
	line-height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

html, body {
	font: normal normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #420341;
	line-height: 18px;
	min-width: 820px;
	height: 100%;
	background-repeat: repeat;
	background-image: url(images/greenBg.gif);
}

p {
	padding-bottom: 8px;
	line-height: 18px;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #900;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #415e1d;
	border-bottom: 1px dotted #415e1d;
	font-weight: bold;
}
.tableTextSmall {
	color: #420842;
	width: 370px;
}


#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
	text-align: center;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%;
	border: 5px solid #420842;
}

#topSpacer {
	margin: 0 auto;
	width: 800px;
	height: 20px;
	background-color: #415e1d;
}

#header {
	margin: 0 auto;
	width: 800px;
	height: 160px;
	background-color: #999;
}
h1 {
	font-size: 16px;
	text-decoration: underline;
	font-weight: bolder;
}


#logo {
	float: left;
}

#logo img {
	float: left;
	width: 291px;
	height: 119px;
	margin: 20px 0px 0px 40px;
	border: 0px;
}

#menu {
	float: right;
	font: normal bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	text-align: right;
	margin: 25px 40px 0 0;
	color: #415e1d;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #420341;
	line-height: 15px;
}

#menu a:hover {
	color: #420341;
	text-decoration: none;
	border-bottom: 1px dotted #420341;
}

#hp-photo {
	margin: 0px;
	width: 800px;
	height: 350px;
	border-top: 5px solid #420341;
	border-bottom: 5px solid #420341;
	color: #333;
	text-align: left;
	padding: 10px;
}

#hp-photo img {
	width: 800px;
	height: 350px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#address {
	clear: both;
	font: normal normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 9px;
	text-align: center;
	padding-top: 14px;
	height: 50px;
	color: #420341;
	background-color: #fff;
}

#address a:link, #address a:visited {
	text-decoration: none;
	color: #420341;
}

#address a:hover {
	color: #420341;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#copyright {
	clear: both;
	font: normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 8px;
	height: 25px;
	color: #fff;
	background-color: #415e1d;
}

#copyright a:link, #copyright a:visited {
	text-decoration: none;
	color: #fff;
}

#copyright a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#bottomSpacer {
	clear: both;
	margin: 0 auto;
	width: 800px;
	height: 20px;
}

#content {
	float: left;
	margin: 0px;
	width: 760px;
	padding: 20px;
	background-color: #fff;
	text-align: left;
	border-top: 5px solid #420341;
	border-bottom: 5px solid #420341;
	font-weight: bold;
}

#title {
	font: normal bold 16px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#subTitle {
	font: normal bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #415e1d;
}

small {
	font: normal normal 11px Verdana, Arial, Helvetica, sans-serif;
}

table {
	background-color: #CCC;
	border: 1px solid #420341;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #420341;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
}




td {
	vertical-align: top;
	width: 50%;
	padding: 0px 2px 0px 2px;
	border-right: 1px dotted #420341;
}

.glossymenu {
	margin: 5px 0;
	padding: 0;
	width: 500px; /*width of menu*/;
}

.glossymenu a.menuitem {
	background: black url(images/glossyback.gif) repeat-x bottom left;
	font: normal bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	margin-bottom: 2px;
	border: 1px solid #420341;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: white;
}

.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover {
	background-image: url(images/glossyback2.gif);
	color: #420341;
}

.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
}
#container #header #logo {
	font-weight: normal;
}
#container #hp-photo h3 {
	color: #333;
}
#container #content p {
	font-weight: bold;
}
#container #content p {
	font-weight: bold;
}
#container #content #content2 p {
	font-weight: normal;
}
#container #content p {
	font-size: 13px;
	font-weight: normal;
}
#container #content #subTitle2 {
	color: #415e1d;
	font-size: 14px;
}
#container #content blockquote blockquote table tr th {
	font-size: 12px;
	font-weight: normal;
}
#container #content blockquote blockquote table {
	font-size: 14px;
}
#container #content blockquote blockquote table {
	font-weight: bold;
}
#content blockquote blockquote table {
	text-align: center;
}
td {
	font-weight: normal;
	width: 168px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.tableText {
	color: #420842;
	width: 740px;
}

#container #content blockquote blockquote table {
	font-size: 12px;
}
#container #content blockquote blockquote table tr td {
	width: 240px;
}
#container #content blockquote blockquote table tr {
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
#container #content p {
	text-align: right;
}
#container #content p {
	text-align: left;
}
.CenterTableHeader {
	text-align: center;
}
.BoldText {
	font-weight: bold;

}
#container #content table .CenterTableHeader td {
	width: 167px;
}
#container #content table tr th {
	text-align: center;
}
#container #content table {
	font-size: 14px;
}
.borderImg {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgRight {
	float: right;
}
#th {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

