html,body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #685745;
}
#container {
	width: 100%;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 750px;
	min-height: 100%;
	margin-bottom: -100px;
	height: auto !important;
	height: 100%;
}
#mainContent {
	padding: 0 0 40px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	width: 705px;
}
#logo {
	width: 296px;
}
#navBar {
	background-image: url(images/nav/navBG.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 100%;
	z-index: 100;
}
#tabMain {
	background-image: url(images/CSback1.gif);
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
}
#tabContent {
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 436px;
}
#tabContentMenu {
	background-image: url(images/tab2.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 436px;
}
#tabContent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #7ca295;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 35px;
	margin-bottom: 0px;
}
#tabContentMenu h1 {
	font-size: 18px;
	font-weight: bold;
	color: #7ca295;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 35px;
	margin-bottom: 0px;
}
h1 {
	margin-top: 0px;
		font-size: 18px;
}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	
}

#sddm li a
{	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none
}

#sddm li a:hover
{	background: #004d46;
	color:#e8e1d5;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	width: 150px;
	margin: 10x;
	padding: 10x;
	background: #e8e1d5;
	border: 1px solid #004d46;
	font-size: 9px;
	color: #7ca295
	}

	#sddm div a
	{	position: relative;
		display: block;
		color:#004d46;
		margin: 0;
		padding: 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		border: 0px solid #004d46;
}
#homeFlash {
	height: 271px;
	width: 740px;
	margin-top: -7px;
}
#leftNav {
	background-color: #7ca295;
	float: left;
	width: 210px;
	margin-top: 0px;
	margin-left: 0px;
}
#leftNav p {
	font-weight: bold;
	padding-left: 35px;
	line-height: 30px;
	margin: 0;
}
#mainContentMenu {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 510px;
}
p {
	margin-top: 0px;
}
#leftNav a:link {
	color: #e8e1d5;
	text-decoration: none;
}
#leftNav a:visited {
	color: #e8e1d5;
	text-decoration: none;
}
#leftNav a:hover {
	color: #e8e1d5;
	text-decoration: underline;
}
#leftNav a:active {
	color: #e8e1d5;
	text-decoration: none;
}
.navSelected {
	background-image: url(images/leftNavBG.gif);
	background-repeat: no-repeat;
	color: #e8e1d5;
}
.navSelectedBTM {
	background-image: url(images/leftNavBTM.gif);
	background-repeat: no-repeat;
}

a:link {
	color: #004d46;
	text-decoration: underline;
}
a:visited {
	color: #004d46;
	text-decoration: underline;
}
a:hover {
	color: #7ca295;
	text-decoration: none;
}
a:active {
	color: #004d46;
	text-decoration: underline;
}
.required {
	color: #e23d28;
}
label
{
	width: 180px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

input
{
	color: #000000;
	background: #eeeeee;
	border: 1px solid #000000;
	margin-bottom: 15px;
}
.submit input
{
	color: #004d46;
	border: 1px outset #004d46;
	margin-left: 175px;
} 

select
{
	color: #004d46;
	background: #fff;
	border: 1px solid #000000;
	margin-bottom: 15px;
}
fieldset
{
	border: 0px solid #004d46;
	width: 680px;
	padding: 10px;
}

legend
{
	color: #fff;
	background: #7ca295;
	border: 0px solid #000000;
	padding: 2px 6px;
}
#footer {
	text-align: left;
	vertical-align:top;
	border: 0px solid #000000;
}
.smallTxt {
	font-size: 9px;
	color: #685745;
}
h2 {
	font-size: 12px;
	color: #004d46;
	
}.homeSignInBoxBodyBkg {
	background-color: #004d46;
		background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004d46;
	padding: 5px; 
}
.homeSignInBoxHead {
	background-color: #004d46;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e8e1d5;
	padding: 0px;
	font-weight: bold;
}
