td, body {
	background-color: #fff;
	font-family: arial;
	font-size: 12px;
	color: #787878;
	line-height: 15px;
	vertical-align: top;
	text-align: left;
}

body{
	margin: 10px;
	text-align: center;
}

div, td, a, span{
	text-align: left;
}
h1{
	font: bold 24px "Times New Roman", Times, serif;
	font-style:italic;
}
table.mainTable{
	margin: auto;
        width: 900px;
}

a:link, a:visited, a:active {
	color: #628161;
}
a:hover {
	color: #000;
}
td.header1{	
	border: 1px solid #fff;
	border-bottom-width: 0px;
}

td.header2, td.menuBar, td.content{
	border: 1px solid #aaa;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
td.content{
	border-bottom-width: 1px;
}

td.menuBar{
	background-color: #628161;
	padding-left: 17px;
}

td.menuBar a:link,
td.menuBar a:active,
td.menuBar a:visited{
	color: #fff;
	text-decoration: none;
}
td.menuBar a:hover{
	text-decoration: underline;
	
}

.grey_bg{
	background-color: #e9e9e9;
}
.green_bg{
	background-color: #628161;
}

.boxContainer{
	background-color: #e9e9e9;
	padding-top: 15px;
	text-align: center;
}

.text{
	padding: 12px;
	letter-spacing: 0px;
	text-align: justify;
}

td.bgLogo{
	background-image: url("../images/background_logo.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.address{
	font-family: arial;
	letter-spacing: -0.1pt;
	color: #999;
	text-align: center;
	padding: 4px;
	padding-top: 6px;
	line-height: 14px;
}

.menuItemContainer{	
	height: 22px;
	float: left;
	padding-top:4px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
        font-size: 13px;
}

.selected{
	background-color: #c33d35;
	/*height: 20px;*/
}

div.hasSubmenu{
	cursor: default;
}

/* box */
td.boxHeader{
	background-image: url("../images/box_01.png");
	color: #375636;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 8px;
        height: 28px;
}
td.boxContent{
	background-image: url("../images/box_02.png");
	padding: 8px;
        font-family: arial;
        font-size: 12px;
        line-height: 18px;
        color: #9f9f9f;
	padding-bottom: 0;
}
td.boxFooter{
	background-image: url("../images/box_03.png");
	text-align: center;
        vertical-align: middle;
        height: 28px;
}

/* Hyperlinks */

td.boxFooter a:link,td.boxFooter a:active,td.boxFooter a:visited{
	color: #787878;
	text-decoration: none;
}
td.boxFooter a:hover{
	text-decoration: underline;
}

.address a:link, .address a:visited, .address a:active{
	color: #999;
	text-decoration: none;
}
.address a:hover{
	text-decoration: underline;
}

.boxContent a{
	color: #628161;
	text-transform: uppercase;
}


img{
	margin: auto;
	border-width: 0;
}

img.margin {
    margin-bottom: 8px;
}
	
/* misc */

.Title{
	color: #375636;
	font-size: 15px;
	font-weight: bold;
	font-family: times new roman, serif;
}

.SubTitle{
	color: #375636;
	font-size: 13px;
	font-weight: bold;
	font-family: times new roman, serif;
}

div.cmsOptions{
	margin:15px;
}

div.cmsOptions div{
	padding: 2px;
}
div.cmsHeader{
	background-color: #464629;
	color: white;
	font-weight: bold;
}
div.cmsOption{
	background-color: #e6e6c9;
}

/* forms */

input, textarea, select{
	background-color: #efefef;
	font-family: arial, sans serif;
	font-size: 12px;
	letter-spacing: 1px;
	border: 1px solid black;
	margin-bottom:2px;
}

input.button {
	cursor: hand;
	cursor: pointer;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

p {
	margin: 0;
	padding: 0;
}

.infoContainer {
	width: 401px;
	height: 170px;
	overflow: auto;
	padding: 5px;
        margin: auto;
}

/* for unusual tables */

.table{
	border: 1px solid #628161;
}
.tableHeader{
	background-color: #628161;
	color: white;
	font-weight: bold;
}
.colTitle{
	background-color: #e9e9e9;
	font-weight: bold;
}

td.menuItem {
	border-top: 1px solid white;
}

.submenu a {
	padding: 3px;
	padding-left: 4px;
	width: 126px;
	background-color: #628161;
	color: white;
	text-decoration: none;
	border-top: 1px solid white;
}
.submenu a:hover {
	padding-left: 6px;
	width: 124px;
	background-color: #92b191;
	color: white;
}

#flashcontent {
    text-align: center;
}
