/* CSS Document */

body {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	margin:0;
	background:url(images/bg.jpg);
}

td, textarea, input, select {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
}

#mainTable {
	/*background-color:#999999;*/
	width: 100%;
}

#subTable {
	background-color:#FFFFFF;
	width: 80%;
	margin: 40px 100px 40px 100px; 
}

/* CSS Tabs */
#navcontainer {
        margin: 1px 0 0 17px;
        padding: 0;
        height: 40px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
        background: #70b21c;
        width: 135px;
        height: 26px;
        border-top: 1px solid #70b21c;
        border-left: 1px solid #70b21c;
        border-bottom: 1px solid #70b21c;
        border-right: 1px solid #70b21c;
        padding-top: 7px;
        margin: 0 0 10px 0;
        color: #ffffff;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 13px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
        color: #fff;
        background: #386908;
}

#navcontainer a:active {
        background: #386908;
        color: #fff;
}

#navcontainer li#active a {
        background: #386908;
        color: #fff;
}

#footercontainer {
        margin: 1px 17px 0 17px;
        padding: 0 0 20px 0;
				font-family: tahoma;
}

#bodyContainer {
        margin: 1px 60px 0 17px;
        padding: 15px 10px 20px 30px;     
}

h1 {
font-size:16px;
font-weight:bold;
}

h2 {
font-size:14px;
font-weight:bold;
color: #78AB46;
}

a {
	color: #696565;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #70b21c;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

a:visited {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

a.footera {
	color: #666666;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}

a.footera:hover {
	color: #70b21c;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

a.footera:visited {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
}

.successfulMessage {
	color: red;
}