
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  76%;
	height: 100%;
}
body {
	color: #000;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	text-align: center; 
	background: #2D4262;
}

a, a:link {
	color: #2D4262;
}

a:visited {
	color: #000;
}

a:hover {
	color: #5275AA;
}

a:focus {
	color: #000;
}

a:active {
	color: #000;
}
.clear {
	clear:both;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.arrow {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 15px;
	margin-top: 8px;
}
/* ---------- Page Structure ---------- */

#header {
	text-align: left;
	height: 75px;
	padding-left: 30px;
	background: url(images/header-bg.gif) no-repeat center top;
}
#title {
	float:left;
	font: 36px/70px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	letter-spacing: -1px;
}
#title a, #title a:link, #title a:visited {
	color: #FFF;
	text-decoration:none;
}
#title a:hover {
	color: #A8BDD5;
	text-decoration: none;
}
#headlinks {
	float:right;
	width:300px;
	text-align:right;
	color: #C1D0E1;
	padding:30px 30px 0 0;
}
#headlinks a, #headlinks a:link, #headlinks a:visited, #headlinks a:active {
	color: #C1D0E1;
	text-decoration:none;
}
#headlinks a:hover {
	color: #FFF;
	text-decoration:none;
}

#outerWrapper {
	margin: 0 auto 0 auto; 
	text-align: left; 
	width: 920px;
}
#threeColumns { 
	overflow: hidden;
	background: #FFF url(images/content-fill.gif) repeat-y left;
	width: 920px;
}
#threeColumns #leftColumn {
	float: left;
	padding: 15px 0px 10px 25px; 
	width: 180px;
}
#threeColumns #rightColumn {
	float: right;
	padding: 15px 30px 10px 0px; 
	width: 180px;
}

#threeColumns #content {
	margin: 0 205px 0 215px; 
	padding: 20px 10px 30px; 
	width: 460px;
}
#twoColumnleft { 
	overflow: hidden;
	background: #FFF url(images/content-fill.gif) repeat-y left;
	width: 920px;
}
#twoColumnleft #content, #twoColumnright #content {
	width:580px;
}
#twoColumnleft #leftColumn {
	float: left;
	padding: 15px 10px 10px 30px; 
	width: 240px;
}
#twoColumnleft #rightColumn {
	display:none;
}

#twoColumnleft #content {
	margin: 0 15px 0 285px; 
	padding: 20px 10px 30px; 
}
#twoColumnright { 
	overflow: hidden;
	background: #FFF url(images/content-fill.gif) repeat-y left;
	width: 920px;
}
#twoColumnright #leftColumn {
	display:none;
}
#twoColumnright #rightColumn {
	float: right;
	padding: 25px 35px 10px 10px; 
	width: 240px;
}

#twoColumnright #content {
	margin: 0 0px 0 15px; 
	padding: 30px 10px 30px 20px; 
}
#footer {
	padding: 25px 10px 10px 30px; 
	background: url(images/footer.gif) no-repeat left top;
	height: 48px;
	color: #C1D0E1;
	clear: both;
}
#credit {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 11px;
	color: #456290;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #456290;
	font-weight: normal;
	text-decoration: none;
}
/* ---------- Navigation ---------- */

#navcontainer {
	position:relative;
	height:40px;
	width:100%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
#nav {
	position:relative;
	height:50px;
	text-transform:uppercase;
	background:url(images/nav-container-bg.gif) no-repeat left top;
	padding:0 0 0 23px;
	font-size: 11px;
	font-weight: bold;
}
#nav ul {
	margin:0;
	padding:25px 0px 0px 15px;
	list-style-type:none;
}
#nav ul li {
	display:inline;
	margin:0px;
	padding-right: 20px;
	width: auto;
}
#nav ul li a {
	color:#C1D0E1;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#FFF;
}

/* ---------- Typography ---------- */

h1 {
	margin-top: 0em;
	margin-bottom: 0em;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: .5em 0em;
	color: #4C6D9E;
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.4em;
	margin: .5em 0em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: .5em 0em;
	font-weight: bold;
	color: #5275AA;
}
h5 {
	font-size: 1.0em;
	margin: .5em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: .5em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}
pre {
	font-family: monospace;
	font-size: 1.2em;
	background: #F4F4F4;
	margin: 15px;
	padding: 10px;
	border: 1px dotted #CCC;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #C1D0E1;
}
#footer a:hover {
	color: #FFF;
}
/* ---------- Two Column  ---------- */

.csscolumns {
	overflow:hidden;
	width: 100%;
}


#col_one_2 {
	margin: 0;
	float: left;
	width:48%;
}
#col_two_2 {
	margin: 0 0 0 12px; 
	float: left;
	width:48%;
}
/* ---------- Three Column ---------- */



#col_one_3 {
	margin: 0;
	float: left;
	width:31%;
}
#col_two_3 {
	margin: 0 0 0 12px; 
	float: left;
	width:31%;
}
#col_three_3 {
	margin: 0 0 0 12px; 
	float: left;
	width:31%;
}
/* ---------- Four Column ---------- */



#col_one_4 {
	margin: 0;
	float: left;
	width:23%;
}
#col_two_4 {
	margin: 0 0 0 12px; 
	float: left;
	width:23%;
}
#col_three_4 {
	margin: 0 0 0 12px; 
	float: left;
	width:23%;
}
#col_four_4 {
	margin: 0 0 0 12px; 
	float: left;
	width:23%;
}
/* ---------- Side column menu ---------- */

.styledmenu {
	width: 100%; 
}
.styledmenu .headerbar {
	font: bold 13px Verdana;
	color: white;
	background: #2D4262 url(images/styled-menu-bg.jpg) no-repeat right top; 
	margin-bottom: 2px; 
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 8px; 
}
.styledmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0; 
}
.styledmenu ul li {
	padding-bottom: 2px; 
	margin: 0px;
}
.styledmenu ul li a {
	color: black;
	background: #E2E9F1;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; 
	text-decoration: none;
}
.styledmenu ul li a:visited {
	color: black;
}
.styledmenu ul li a:hover { 
	color: white;
	background: #5A7EB4;
	text-decoration: none;
}
.simplemenu {
	width: 100%; 
}
.simplemenu .headerbar {
	font: bold 13px Verdana;
	color: #000; 
	margin-bottom: 0px; 
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 0px; 
}
.simplemenu ul {
	list-style-type: none;
	padding: 0 0 20px; 
	margin: 0;
}
.simplemenu ul li {
	margin: 0px;
	padding-bottom: 2px;
}
.simplemenu ul li a {
	font: normal 12px Arial;
	color: black;
	background: #FFF;
	display: block;
	padding: 4px 0 4px 5px;
	line-height: 17px; 
	text-decoration: none;
	border-bottom: 1px solid #E2E9F1;
}
.simplemenu ul li a:visited {
	color: black;
}
.simplemenu ul li a:hover { 
	color: #000;
	background: #E2E9F1;
	text-decoration: none;
}
/* ---------- shared left and right columns ---------- */

.sidebarlt {
	padding: 6px;
	border: 1px solid #9CB1D1;
	background: #E2E9F1 url(images/sidebarlt-bg.gif) no-repeat right top;
}
.sidebardk {
	color: #FFFFFF;
	border: 1px solid #131D2B;
	padding: 6px;
	background-color: #2D4262;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
