/* CSS Document */

body {
	background-image:url(../images/bkgd_body.jpg);
	background-repeat:no-repeat;
	background-color:#71a4ba;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:black;
}

a {
	color:blue;
	text-decoration:underline;
}

a:visited {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:red;
	text-decoration:none;
}

h1 {
	font-family:tahoma;
	font-size:26px;
	font-weight:normal;
}

h2 {
	font-family:tahoma;
	font-size:20px;
	font-weight:normal;
	margin-bottom:2px;
	padding-bottom:2px;
}

.instruction {
	font-size:10px;
}


#container {
	margin:auto;
	width:900px;
	background-color:#fff;
	min-height:100%;	
}

#header {
	width:900px;
	margin:auto;
}

#logo {
	margin:auto;
	position:absolute;
	margin-left:33px;
}

#navBkgd {
	margin:auto;
	background-image:url(../images/bkgd_nav.jpg);
	background-repeat:repeat-x;
	height:31px;
}

#navigation {
	margin:auto;
	text-align:left;
	height:31px;
}

#subNav {
	background-image:url(../images/bkgd_subnav.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	height:31px;
	text-align:right;
	clear:both;
}

#subNavNotext {
	background-image:url(../images/bkgd_subnav_notext.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	height:31px;
	text-align:right;
	clear:both;
}

#contentLeft {
	width:483px;
	background-color:#fff;
	min-height:200px;
	float:left;
	margin:auto;
	margin-top:5px;
	text-align:left;
	padding-top:0;
}

.textLeft {
	padding:0 10px;
	font-size:85%;
	line-height:19px;
}

#contentRight {
	background-image:url(../images/gradient_pillar.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	float:right;
	width:417px;
	min-height:200px;
	clear:right;
	text-align:left;
}

#contentRight2 {
	/*background-image:url(../images/gradient_pillar.jpg);*/
	background-repeat:repeat-x;
	background-color:#fff;
	float:right;
	width:417px;
	min-height:200px;
	clear:right;
	text-align:left;
	padding-top:10px;
}

.navLeft {
	float:left;
}

.navRight {
	float:right;
}

#footer {
	background-image:url(../images/bkgd_footer.jpg);
	background-repeat:no-repeat;
	height:94px;	
	clear:both;
}

#footerText {
	font-size:75%;
	color:white;
	text-align:left;
	padding:5px;
}

#footerText a {
	color:white;
}

#footerText a:visited {
	color:white;
}

#footerText a:hover {
	color:#999999;
	text-decoration:none;
}


/*  Random quotes */

ul.error_list
{
	padding:0;
	margin-left:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}

/*ul.error_list a {
	color:blue;
	text-decoration:underline;
	display:block;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	background:transparent;
}

ul.error_list a:hover {
	color:#000;
	background-color:#FFE4AF;
	text-decoration:none;
	display:block;
	font-weight:normal;
}*/

li.error_list
{
	font-size:13px;
	font-style:italic;
	color:#333;
}

table.errorTable
{
	width: 378px;
}

td.errorTopLeft
{
	width: 5px;
	height: 5px;
	line-height: 5px;
	background-image: url(../images/tl_border.gif);
	background-repeat: no-repeat;
}

td.errorTop
{
	height: 5px;
	line-height: 5px;
	background-image: url(../images/t_border.gif);
	background-repeat: repeat-x;
}

td.errorTopRight
{
	width: 5px;
	height: 5px;
	line-height: 5px;
	background-image: url(../images/tr_border.gif);
	background-repeat: no-repeat;
}

td.errorLeft
{
	width: 5px;
	background-image: url(../images/l_border.gif);
	background-repeat: repeat-y;
}

td.errorMiddle
{
	background: #fff;
	padding:10px;
}

td.errorRight
{
	width: 5px;
	background-image: url(../images/r_border.gif);
	background-repeat: repeat-y;
}

td.errorBottomLeft
{
	width: 5px;
	height: 5px;
	line-height: 5px;
	background-image: url(../images/bl_border.gif);
	background-repeat: no-repeat;
}

td.errorBottom
{
	height: 5px;
	line-height: 5px;
	background-image: url(../images/b_border.gif);
	background-repeat: repeat-x;
}

td.errorBottomRight
{
	width: 5px;
	height: 5px;
	line-height: 5px;
	background-image: url(../images/br_border.gif);
	background-repeat: no-repeat;
}

/* end Random quotes */


.date {	
	float:right;
	font-size:10px;
	color:#fff;
	padding-top:5px;
}

/* button */

a.boldbuttons{
background: transparent url(../images/roundedge-blue-left.gif) no-repeat top left;
display: block;
float: right;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url(../images/roundedge-blue-right.gif) no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.joinusWrapper {
	width:860px;
	height:35px;
	padding:10px;
	border:#CCCCCC 1px solid;
	background-color:#e2e2e2;
}

.joinus {
	width: 700px;
	float:left;
}

.memberBtn {
	float:right;
	width:140px;
}