* {
	padding:0px;
	margin:0px;
	border:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#172a4b url(/images/body_bkg.png) repeat-x;
	padding:0px 0px 20px 0px;
}

#wrapper {
	
	width:960px;
	margin:0px auto;
	background:#fff url(/images/sidenav_bkg.png) repeat-y;
	
}

#leftcolumn {
	width:255px;
	float:left;
}

#sidenav {
	padding:25px 0px 0px 0px;
}

#sidenav h3 {
	color:#fdb41d;
	font-size:18px;
	margin:0px 0px 20px 30px;
}

#sidenav a {
	background:url(/images/sidenav_a_bkg.jpg) no-repeat bottom;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	width:225px;
	display:block;
	padding:0px 0px 25px 30px;
}

#sidenav a span {
	display:block;
	color:#7ca7ff;
	font-weight:bold;
}

#rightcolumn {
	width:705px;
	float:left;
}

#tagline {
	height:34px;
	background:#000;
	text-align:right;
	color:#e5b754;
	font-weight:bold;
	font-size:16px;
	padding:12px 0px 0px 0px;
}


#tagline2 {
	height:34px;
	background:#000;
	text-align:right;
	color:#e5b754;
	font-weight:bold;
	font-size:16px;
	padding:0px 0px 18px 0px;
}
#tagline .txt, #tagline2 .txt{padding: 15px 25px 15px 80px; float: left;}

#tagline strong {
	color:#fff;
}

#navigation {
	height:51px;
	background:url(/images/nav_bkg.png) repeat-x;
	padding:4px 0px 0px 0px;
	text-align:center;
}

#content {
	background:#fff;
	color:#415d7f;
	padding:25px;
	line-height:18px;
	text-align:justify;
}

#content h1 {
	color:#003270;
	font-size:18px;
	background:url(/images/h1_bkg.gif) no-repeat 0px 3px;
	padding:0px 0px 0px 20px;
	margin:10px 0px 10px 0px;
}

#content h3 {
	margin:15px 0px 10px 0px;
	font-size:14px;
}

#content a {
	color:#003270;
}

#content a:hover {
	color:#7ca7ff;
}

#content p {
	margin:10px 0px 10px 0px;
}

#content ul {
	margin:0px 0px 0px 20px;
	list-style:none;
}

#content ul li {
	padding:0px 0px 0px 15px;
	background:url(/images/bullet_yellow.gif) no-repeat 0px 7px;
	margin:0px 0px 5px 0px;
}

#left {float: left; width: 315px; text-align:justify;}
#right {float: left; width: 315px; padding-left: 25px; text-align:justify;}

#associations {
	clear:both;
	padding:0px 0px 25px 280px;
}

#footer {
	width:910px;
	height:33px;
	padding:17px 0px 0px 50px;
	margin:0px auto;
	background:#000;
	clear:both;
	color:#4471ad;
	text-align:center;
}

#footer span {
	float:left;
}

#footer img {
	float:left;
	margin:5px 7px 0px 7px;
}

#copyright {
	text-align:center;
	color:#5c6e87;
	padding:10px 0px 0px 0px;
	background:#172a4b;
}

#copyright img {
	margin:0px 10px 0px 10px;
}

#copyright a {
	color:#5c6e87;
}

label {
	font-weight:bold;
	display:block;
	margin:10px 0px 3px 0px;
}

td label { /* ASP.NET Checkbox Lists */
	display:inline;
    /*
	margin-right:10px;
	clear:right;
	display:block;
	float:left;
	*/
}

td input[type="checkbox"] { /* ASP.NET Checkbox Lists */
	display:inline;
	float:left;
	margin:1px 5px 0px 0px;
	/*
	display:block;
	float:left;
	clear:left;
	*/
}

input[type="checkbox"], input[type="radio"] {
	border:0px;
}

input, textarea {
	border:1px solid #172a4b;
	padding:3px;
	margin:0px 3px 0px 0px;
}

.error {
	color:#c00;
}

.buttons {
	margin:10px 0px;
}
