body {
	background-image: url(images/maindesign_r1_c2.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

h1  {
font-family:  Verdana, Tahoma, Arial;
font-size: large;
padding-right: 0px;
padding-left: 0px;
margin: 9px 40px 6px 0px;
color: #075BAB;
text-align: left;
padding-bottom: 6px;
padding-top: 0px;
font-weight: bold;
background-repeat: repeat-x;
}

h2  {
font-family:  Verdana, Tahoma, Arial;
font-size: medium;
padding-right: 0px;
padding-left: 0px;
margin: 9px 40px 6px 0px;
color: #075BAB;
text-align: left;
padding-bottom: 6px;
padding-top: 0px;
font-weight: bold;
background-repeat: repeat-x;
}

h3, h4  {
font-family:  Verdana, Tahoma, Arial;
font-size: small;
padding-right: 0px;
padding-left: 0px;
margin: 9px 40px 6px 0px;
color: #075BAB;
text-align: left;
padding-bottom: 6px;
padding-top: 0px;
font-weight: bold;
background-repeat: repeat-x;
}

/* ----------------- Tabs ----------------- */
#main {
	border-top: 1px solid #6C0A0A;
	clear: both;
	background: #EDC9A5;
	padding-top: 1em;
	
}

#contents {
	padding: 1.5em;
	background: #FFFDF3;
	min-height: 300px;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #EDC9A5;
	padding-bottom: 6px;
	margin-top: 0;
}



#header ul#primary a {
	background: #FFFAE1;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

/* --------- end of top tabs ----------*/


/* --------- end of top tabs ----------*/

/* CSS Tabs */
#navcontainer {
        background: #009865;
        border-top: 1px solid #9CC;
        font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

@media all {
        #navlist {
                text-align: center
        }
}

#navlist li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

html>body #navlist li {
        background: #000;
        margin: 0 3px 0 0;
        padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
        background: #900;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}

#navlist a:hover {
        background: #C00;
        bottom: 1px;
        color: #FFF;
        position: relative;
        right: 1px;
}

#navlist a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navlist li#active {
        background: #009865;
        bottom: 13px;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}

html>body #navlist li#active {
        background: #000;
        margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
        background: #009865;
        border-bottom: none;
        border-left: 1px solid #9CC;
        border-right: 1px solid #9CC;
        border-top: 1px solid #9CC;
        bottom: 0;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}

.boxSolidGreen {
	padding: 10px;
	overflow:auto;
	text-align: center;
	border-top: 1px solid #228B22;
	border-right: 1px solid #228B22;
	border-bottom: 1px solid #228B22;
	border-left: 1px solid #228B22;
	background-color: #DDFFEE;
	line-height: 180%;
	width: 500px;
	
}

.boxSolidBlue {
	padding: 10px;
	overflow:auto;
	text-align: center;
	border-top: 1px solid #0066cc;
	border-right: 1px solid #0066cc;
	border-bottom: 1px solid #0066cc;
	border-left: 1px solid #0066cc;
	background-color: #ddeeff;
	line-height: 180%;
	width: 500px;
	
}
.leftaligntext{
	text-align: left;
	padding-left: 125px;
}
