@charset "utf-8";
body {
	background: #dedfd1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
         margin-top: 20px;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-position: vertical;
	background-repeat: no-repeat;

}


        h1 {font-size: 225%; font-family: Helvetica, Univers, Verdana, Arial, sans-serif; color: #544848; display: inline; line-height: 120%;}
        h2 {font-size: 180%; font-family: Helvetica, Univers, Verdana, Arial, sans-serif;; color: #544848; display: inline; line-height: 120%; letter-spacing: -0.008em;}
        p {font-size: 120%; line-height: 180%; 	margin-bottom: 18px;}
        li {font-family:  Helvetica, Univers, Verdana, Arial, sans-serif; font-size: 130%; line-height: 180%; margin-bottom: 18px;}


h3 {
	font-size: 150%;
}
h4 {
	font-size: 120%;
}

a:link{
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color:#0000bb;
	text-decoration: none;
}
a:visited {color: #660066;}

.oneColFixCtr #top_bar {
        height: 100px;
        width: 100%;
        background-color: #ff0000;
}


.oneColFixCtr #top_navlist {
	margin-top: 30px;
	width: 180px;
	text-align: left;
	float: left;
	margin-left: 20px;

}
.oneColFixCtr #container #header #top_navlist .menu #current a {
        color: #3d7d89;
	text-decoration: underline;
}


.oneColFixCtr #container #header #top_navlist .menu a:hover {
	color: blue;
}



.oneColFixCtr #top_navlist .menu, .menu ul {
	list-style-type: none;
	width: 150px;
	padding: 0px;
	float: left;
	font-family: Times, serif;
	font-size: 12px;
}
.oneColFixCtr  #top_navlist  .menu#current   a  {
        color: #3d7d89;
	text-decoration: underline;
}

.oneColFixCtr #top_navlist .menu li {
        position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom: -1px;
}
.oneColFixCtr #top_navlist .menu li a {
        line-height: 50px;
	width: 180px;
	display: block;
	color: #453110;
	font-weight: bold;
	text-decoration: none;
}



.oneColFixCtr  #top_navlist  h3   {
	display: none;
}

.oneColFixCtr #user3 {
	border: 1px solid #ff6600;
}


.oneColFixCtr #user1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 250px;
	float: left;
	border: 1px solid #ff6600;
}
.oneColFixCtr #user2 {
	width: 250px;
	float: right;
	border: 1px solid #ff6600;
}


.oneColFixCtr #container {
	width: 1030px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #dd0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, "sans serif; color: black; font-size: 1em; line-height: 20pt";
	font-size: 12px;
	line-height: 16px;
        min-height: 900px;
}
.oneColFixCtr  #container2 {
        margin-top: 20px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1024px;
}
.oneColFixCtr #container3     {
	width: 570px;
	background-color: #FFFFFF;
	margin-left: 270px;
        border-left:thin double #ababab;
        padding: 20px;
        min-height: 800px;
}

.oneColFixCtr #header {
	width: 1024px;
	height: 10px; /*184px;*/
}
.oneColFixCtr  #content {
}

.oneColFixCtr #sidebarRT {
/* Note font size etc is in the component */
	width: 180px;
	background: #c2dee2;
	float: right;
        margin-right: 30px;
        margin-top: 0px;
}
.oneColFixCtr #container #footer {
margin-left: 0px;
font-size: 12px;
color: #ababab;
}