body {
	margin: 0;
	text-align: center;
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 100%;
	font-weight: lighter;
	background-color: #900;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#designnotes li{text-decoration:none;color:#000;}

.oneColFixCtr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	text-decoration: none;
	font-size: 14px;
	background-color: #FFFFFF;
	background-image: url(Images/containerbk.jpg);
	color: #000;
}
#maincontent {
	width:800px;
	height:800px;
	margin-top:0px;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 760px;
}
#nav li.home{
	background: url(Images/home.jpg) no-repeat;
	width:111px;
	height:51px;
	color:#fff;
	padding-left:0px;
}
#nav li.home:hover{
	background-image: url(Images/home1.jpg);
	background-repeat: no-repeat;
	width:111px;
}

#nav li.spacer{background: url(Images/spacer.jpg) repeat-y;}
#nav li{
	color:#fff;
	width:111px;
	height:51px;
	list-style:none;
	float:left;
	text-decoration:none;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	background-image: url(Images/nav4.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-top-style: solid;
}

#nav li:visited{}

#nav li a{
	display:block;
	text-decoration:none;
	font-size:15px;
	color:#fff;
	font-family:Euphemia, "MS Trechubet", Arial;
	margin-left: 8px;
	top: 0px;
	margin-top:7px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#header{
	padding:0px;
	width: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#nav li:hover{
	background-repeat: no-repeat;
	background-image: url(Images/nav6.jpg);
}
#nav li:hover a{color:#FC3;}

#nav{
	width:780px;
	height: 51px;
	background-image: url(Images/button.png);
	margin-left: 10px;
	margin-top: 0px;
}
#nav ul{
	width:auto;
	float:left;
	display:block;
	height:2px;
	margin-bottom:0px;
	margin-top: 0px;
	margin-right: 0;
	background-image: url(Images/rednav3.png);
	background-repeat: no-repeat;
	margin-top:0px;
	padding-left: 0px;
	margin-left: 0px;
}
#text{
	width:750px;
	margin-left: 8px;
	padding-left: 8px;
}

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }
