@charset "utf-8";
/* CSS Document */

/*body {
	background-color: #eeeff0;font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}*/
body {
	text-align: center;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#eeeff0;
}
	
table, td {
	font-size: 12px;
}
#container {
	position:relative;
	margin: 0 auto;
	text-align: left;
 	padding:0px;
	width: 1031px;
	background-color:#FFFFFF;
	overflow:hidden;
}
#top {
	height:147px;
	padding: 0;
}
#top,#footer {
	overflow:hidden;
	display:inline-block;
	width:100%
} /* safari and opera need this */

#leftnav {
	font-family: Arial, Helvetica, sans-serif;
	width: 162px; /* 160px non-IE */
margin-bottom: -2000px; padding-bottom: 2000px;
min-height:500px;
	overflow: hidden;
	float: left;
	background-color:#dce69d;
	border-left: 2px solid #b7c186;
	margin-left:0px;
}
html>body #leftnav { width: 160px } /* non-IE */
#leftnav p {
	font-size: 80%;
	font-weight: 900;
	padding-left: 29px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image:url(images/menu_large_triangle.png);
	background-repeat:no-repeat;
	color: #221e1f;
}
#leftnav p a {
	text-decoration: none;
	color: #221e1f;
	
}
#leftnav h1 {
	font-size:14px;
	margin:0 0 5px 10px;
	font-weight:400;
}
#leftnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#leftnav ul li {
	margin: 0px;
	/*padding: 0px;*/
	background-image:url(images/menu_triangle.png);
	background-repeat:no-repeat;
}
#leftnav ul li a {
	font-size: 70%;
	/*display: block;*/
	padding-left:43px;
	/*padding: 2px 0px 4px 43px; */
	text-decoration: none;
	color: #221e1f;
}

#leftnav ul li a:hover, #leftnav ul li a:focus, #leftnav p a:hover {
	color: #de5326;
}

#username {
	position:absolute;
	left: 720px;
	top: 85px;
	width: 100px;
}
html>body #username { left: 730px; } /* non-IE */

#password {
	position: absolute;
	left: 720px;
	top: 109px;
	width: 100px;
}
html>body #password { left: 730px; } /* non-IE */

#signup {
	position: absolute;
	left: 884px;
	top: 91px;
	width: 100px;
}
html>body #signup { left: 894px; } /* non-IE */

#rightnav {
	width: 396px;
	height: 500px;
	padding: 0;
	float: left;
	background-color:#fceac1; 
	vertical-align: top;
	border-right: 2px solid #b7c186;
	margin-bottom: -2000px; padding-bottom: 2000px; 
	overflow: hidden;
}
.ad1 {
	position: relative;
	left: 25px;
	top: 25px;
	width: 200px;
}
.ad2 {
	position: relative;
	left: 25px;
	top: 50px;
	width: 135px;
}
.ad3 {
	position: relative;
	left: 100px;
	top: 50px;
}
#content {
	float: left;
	width: 473px; /* 471px non-IE */
	min-height:500px;
	height:auto;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-bottom: -2000px; padding-bottom: 2000px; 
	overflow: hidden;
}
html>body #content { width: 471px; } /* non-IE */

#content p {
	font-size: 10pt;
	margin-left: 10px;
}
#content ul { font-size: 10pt;}
#content h1 { 
	font-size: 14pt;
	font-weight: bold;
	color: #0079ab;
	margin-left: 10px;
}
#content h2 {
	font-size: 12pt;
	font-weight:400;
	margin-left: 10px;
}
#content_member {
	float: left;
	width: 800px;
	min-height:500px;
	height:auto;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-bottom: -2000px; padding-bottom: 2000px; 
	overflow: hidden;
}

#content_member p {	font-size: 10pt;	margin-left: 10px;}
#content_member ul { font-size: 10pt; }
#content_member h1 { 
	font-size: 14pt;
	font-weight: bold;
	color: #0079ab;
	margin-left: 10px;
}
#content_member h2 {
	font-size: 12pt;
	font-weight:400;
	margin-left: 10px;
}


#tips {
	margin: 10px;
	/*border: 1px solid #999999;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#tips img {
	border: 1px solid #000000;
}
.here{
	font-size: 12px; 
	font-family: Arial, helvetica, sans-serif;
	font-weight:bold;
	color: #00543D;
	text-decoration:none;
}

#horizontalmenu ul {
	position:absolute;
	margin-top: 119px;
	margin-left: 10px;
	padding-bottom: 3px;
	padding-left: 0;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	/* fixes Firefox 0.9.3 */
}

#horizontalmenu ul li{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1px;
	margin-right:10px;
	margin-left:10px;
	/* matches link padding except for left and right */
}
#horizontalmenu ul li a:hover {
	color:#C51738;
}

.menu{ 
	font-size: 12px; 
	font-family: Arial, helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}

#footer {
	clear: both;
	height:17px;
	color: #fff;
	background-color: #f5bc1c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 1031px;
	text-align:center; margin-left:auto; margin-right:auto;}
.copyright { text-align:center; margin: 0 auto; color:#fff; width: 1000px;}

.td1{background-color:#F7EBD6}

.td2{background-color:#FFFFFF}

.required {color:#FF0000; padding-left:10px;}
.msg_text {color:#FF0000;}
.optional{padding-left:10px;}
.form_table{margin-left:10px;}
.white{color:#FFFFFF}