@charset "utf-8";

*{
	margin: 1;
	padding: 1;
	border: 1;
}
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;
	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: #000;
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#lightimage {
	float: right;
	margin: 5px;
	padding: 5px;
}

#container {
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 50em; 
	float: none;
} 

#mainContent {
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
} 

#container #sidebar1 #login #loginForm {
	width: 15em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	float: right; /* top and bottom padding create visual space within this div */
	margin-left: 3em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 70%;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 #header {
	background-repeat: no-repeat;
	margin-top: 1px;
	color: #FFF;
	background-image: url(../images/Header-Blue-v0.jpg);
	height: 150px;
	width: 800px;
	border: 0px none #FFF;
	background-color: #EBEBEB;
	padding: 0px;
} 
#Marker {
	color: #1d1d1d;
	height: 1px;
	width: 768px;
	text-decoration: overline;
}
 #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
}
 
#container #mainContent p strong {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
}
#container #mainContent p {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

 #footer {
	background-color: #151515;
	margin-top: 1px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}
.register {
	color: #666;
	background-color: #FFF;
	font-size: 11px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 300px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
register.submit {
	text-align: left;
	color: #03C;
	background-color: #9C9;
}

.underlinemenu{
	font-weight: bolder;
	width: 100%;
	background-color: #151515;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999;
}

.underlinemenu ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	color: #FFF;
}

.underlinemenu ul li{
	display: inline;
	color: #FFF;
	background-color: #151515;
}

.underlinemenu ul li a{
	color: #999;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 3px;
	border-bottom-style: none;
	border-bottom-color: #FF0;
}

#welcome {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5BABD;
	padding-bottom: 35px;
	margin-bottom: 20px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	border-bottom-color: black;
	font-weight: bolder;
	text-decoration: underline;
}
#container #header h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #FFF;
	margin: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 170px;
}
#container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
}
#container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}


#container #header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.4em;
	color: #FFF;
	margin: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 190px;
}

#leftSide{
	float: left;
	width: 35%;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

#rightSide{
	margin-left: 37%;
	padding-left: 4%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #B5BABD;
	border-top-color: #FFF;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
#content h1 {
	margin-bottom: 20px;
}
#content p {
	margin-bottom: 20px;
}
#contact-area {
		width: 300px;
		margin-top: 25px;
	}
#mainContent #rightSide p {
	color: #900;
	text-align: left;
}
#mainContent #rightSide h1 {
	text-align: left;
}
#container #sidebar1 #login #loginForm table tr td div input {
	background-image: url(../images/Submit.gif);
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: normal;
}
