* {
    margin:0px;
    padding:0px;
}

body {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:90%;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../img/bg_70.jpg);
	background-repeat: repeat-x;
}

#container { 
	width: 800px;  
	margin: 0 auto;
    border: 0px solid #000000;
	text-align: left; 
} 

#header {
	height:106px;
	padding: 0px 0px; 
	margin: 0;
} 

#menu {
	height:48px;
	padding: 0px 0px 0px 0px; 
	margin: 0; 
}

#mainContent {
    padding:10px 10px;
    margin:0px;
    background:#FFFFFF;

}

.leftMenu {
    border-bottom:solid 1px #CCCCCC;
    width:250px;
    font-size:100%;
}

.leftMenu a {
	color: #004F46;
	text-decoration:none;
}

#sidebar {
	float: left; 
	width: 250px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px;
}

#footer {
    height:25px;
	padding: 0 10px;
	background:#2D2423;
	margin: 0;
	padding: 0;
    font-size:80%;
    text-align: center;
    color: #FFFFFF;
}

img {display: block;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



root { 
    display: block;
}

a {
	color: #004F46;
	text-decoration:underline;
}
a:hover {
	color: #004F46;
	text-decoration:underline;
}

a:visited {
	color: #004F46;
}

a:active {
	color: #6F8681;
    text-decoration:underline;
}

a img {
	border:none;
}

h1 {
    font-family:Calibri,'Trebuchet MS',Verdana,Arial,sans-serif;
	font-size: 150%;
    color:#25221F;
    border-bottom:1px solid #25221F;
    background:#EFEFEF url(../img/m.gif) no-repeat scroll 4px center;
    font-weight: bold;
    margin-bottom:10px;
    margin-left:0px;
    padding-left:35px;
}

h2 {
    font-family:Calibri,'Trebuchet MS',Verdana,Arial,sans-serif;
	font-size: 150%;
    color:#4F605B;
    border-bottom:1px solid #4F605B;
    background:#F2F4F4;
}

.btnSubmit { background-image:url(../img/btnSubmit.gif); height: 26px; width: 114px; border:0px; }

.green_banner
{
    border-bottom:1px solid #6EBC36;
    border-top:1px solid #6EBC36;
    color:#1A6613;
    background-color:#D8F8C1;
    background:#D8F8C1 url(../img/notice-sucess.png) no-repeat scroll 4px center;
    font-weight: bold;
    padding:5px;
    font-size: 90%;
    text-align:center;
    vertical-align:middle;
    padding-top:10px;
    height:20px;
}

td {
    font-size: 90%;
}
.red_banner
{
    border-bottom:1px solid #DF2F2F;
    border-top:1px solid #DF2F2F;
    color:#C31717;
    background-color:#FFB9B9;
    background:#FFB9B9 url(../img/notice-alert.png) no-repeat scroll 4px center;
    font-weight: bold;
    padding:5px;
    font-size: 90%;
    text-align:center;
    vertical-align:middle;
    padding-top:10px;
    height:20px;
}

h3 {
	font-size: 100%;
    color:black;
}