﻿* {
	font: inherit;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
}
a:link {
	color: #004FAC;
	font-weight: bold;
	font-size: 12pt;
}
a:hover {
	text-decoration: none;
	color: #000000
}
a:visited {
	color: #800080
}
body {
	background: #f2f6f9 url('bg_all.jpg') repeat-x 50% top;
	color: #000000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	margin:0 auto;
	background-color:#fff;
	width:1014px;
	text-align:left
}
#main {
	width: 1014px;
	margin:0 auto;
	clear:both
}
#header {
	height: 168px;
	width: auto;
	background: url("header.jpg");	
	background-repeat: no-repeat;
	background-position: left top;
}
#name {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: auto;
	padding-top: 5px;
	height: 160px;
	display: inline-block;
	text-align: center;
}
#name img {	
	margin-left:38px;
	margin-right:38px;
	margin-top:15px;
	float: left;
}
#name h2{
	font-size: 30pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 222px;
	float: left;
}
#name h3{
	font-size: 20pt;
	font-weight: normal;
	font-style: italic;
	padding-left: 10px;
	padding-right: 222px;
	float: left;
}

#italics {
	font-style:italic;
	padding-left: 20px;
	padding-right: 20px;
}
#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: text-top;
	width: 1014px;
	padding-top: 10px;
	outline-color: #000000;
	padding-left: 440px;
	font-style: italic;
	text-decoration: none;
}
#logo a {
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-size: xx-large;
	color: #fff;
}
#logo H2 a {font-size:12px}

#help {
	bottom: auto;
	right: 0px;
	float: none;
	padding-left: 400px;
	margin-left: 200px;
	clear: both;
}

#nav{
	width:1014px;
	height:35px;
	margin:auto;	
	list-style:none;
	
	
	/* Clear floats */
	float:left;
	position:relative;
	z-index:5;

	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	
		
}
#nav li{	
	float:left;
	position:relative;
	
}
#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
	float: left;
	width: 202px;
	height: 35px;
	display: block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
#nav a:hover{
	width:202px;
	height:35px;
	text-decoration:none;
	background:url("hov.jpg");
	background-repeat:repeat-x;
	background-position:top left;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	border:1px;
	border-color:white;	
}
#nav ul li{
	padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */;
	float: none;
	}
#nav ul a{
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:none;
	background-color:#3387E9;
}
#nav li:hover ul a{
	/* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration: none;	
	margin-bottom:1px;	
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:url("hov.jpg");
	background-repeat:repeat-x;
}

#menu {
	width:1014px;
	height:49px;
	margin:0 auto;
}
#menu ul {
	list-style:none;
}
#menu li {
	display:inline;
	height:40px
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 202px;
	height: 35px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 15px;
}

#left {
	width: 197px;
	float: left;
	padding-left: 1px;
}
#topmenu {
	width: 197px;
	height: 254px;
	margin: 0 auto;
	background-color: #3387E9;
}
#topmenu ul {
	list-style: none;
	height: 305px;
}
#topmenu li {
	display: block;
	height: 50px;
	width: 197px;
}
#topmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 197px;
	height: 35px;
	display: block;
	text-decoration: none;
	padding-top: 15px;
	text-indent: 10px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #D6E5F8;
}

#topmenu a:hover {
	width:197px;
	height:35px;
	text-decoration:none;
	background:url("hov.jpg");
	background-repeat:repeat-x;
	background-position:top left
}
#blogmenu {
	width: 197px;
	height: 50px;
	margin: 0 auto;
	background-color: #3387E9;
}
#blogmenu ul {
	list-style: none;
	height: 50px;
}
#blogmenu li {
	display: block;
	height: 50px;
	width: 197px;
}
#blogmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 197px;
	height: 35px;
	display: block;
	text-decoration: none;
	padding-top: 15px;
	text-indent: 10px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #D6E5F8;
}
#blogmenu a:hover {
	width:197px;
	height:35px;
	text-decoration:none;
	background:url("hov.jpg");
	background-repeat:repeat-x;
	background-position:top left
}
#search {
	width: 197px;
	height: 70px;
	margin: 0 auto;
	background-color: #3387E9;
}
#search ul {
	list-style: none;
	height: 45px;
}
#search li {
	display: block;
	height: 45px;
	width: 197px;
}
#search a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 197px;
	height: 35px;
	display: block;
	text-decoration: none;
	padding-top: 15px;
	text-indent: 10px;
}
#search a:hover {
	width:197px;
	height:35px;
	text-decoration:none;
	background:url("hov.jpg");
	background-repeat:repeat-x;
	background-position:top left
}
#login {
	padding-top: 0px;
	font-size: 14pt;
	color: #004FAC;
	font-weight: bold;
	margin-top: 0px;
	background-color: #3387E9;
}

#logintext {
	font-size: 12pt;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;	
}
#signup {
	padding-top: 0px;
	font-size: 12pt;
	color: #004FAC;
	margin-top: 0px;
	background-color: #3387E9;	
}
#signuptext {
	font-size: 12pt;
	font-style:italic;
	color: #fff;	
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#list {
	padding-left: 20px;
}

#middle {
	border: #004FAC;
	margin-left: 212px;
	margin-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#middle p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#middle h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 36px;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
}
#middle h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 5px;	
}
#middle h2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
#middle h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #004FAC;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
#middle h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
}
#middle h3 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#middle h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #004FAC;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#middle h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#middle ul {
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#middle ol {
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#middle li {
	padding-bottom:10px
}
#middle img {
	border: 0px #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	margin-left: 40px;
	padding-right: 10px;
}
#middle hr {
	margin-left: 0px;
	margin-right: 0px;
}
#middlelarge {
	float: right;
	width: 801px;
	padding-top: 10px;
	padding-right: 4px;
}
#middlelarge h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: xx-large;
	font-weight: bolder;
	padding-bottom: 20px;
}
#middlelarge h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-large;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
#middle p.caption{
	margin-left:20px;
	margin-right:20px;
	font-size:12pt;
	font-style:normal;
}
#middle p.helpfulhint{
	margin-left:40px;
	margin-right:60px;
	font-style: italic;
}	
#homebullets img {
	padding-top:-10px;
	padding-bottom: 5px;
	padding-right: -10px;
}
#homebullets h2 {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
}

#sources  {
	font-size: 12pt;
}

#tablecontents img {
	padding-top:-10px;
	padding-bottom: -20px;
	padding-right: -10px;
	margin-bottom: -20px
}

#tablelinks img {
	margin-left: 0px;
	padding-top: 0px;
	padding-right: -10px;
	padding-bottom: 10px;
}

#glossary {
	padding-left:20px;
}
.indent {
	padding-left:20px;
}
#columns ul {list-style:none}
#columns li {display:inline}
#columns h3{
	background-color: #C0C0C0;
	text-align: center;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: bolder;
	padding-bottom: 10px;
	padding-top: 15px;
	height: 30px;
}
#columns h4{
	padding-left:5px
}
#col1 {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	width: 32%;
	float: left;
	display: block;
	padding-bottom: 10px;
}
#col2 {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	width: 32%;
	float: left;
	display: block;
	padding-bottom: 10px;
}
#col3 {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	width: 32%;
	float: left;
	display: block;
	padding-bottom: 10px;
}

#toolkitlist {
	margin-left: 30px;
	margin-bottom: 10px;
}

#signin {
	padding-top: 0px;
	font-size: 14pt;
	color: #004FAC;
	font-weight: bold;
	margin-top: 10px;
	background-color: #D6E5F8;
}
#signintext {
	font-size: 12pt;
	color: #004FAC;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#join {
	padding-top: 0px;
	font-size: 14pt;
	color: #004FAC;
	font-weight: bold;
	margin-top: 10px;
	background-color: #D6E5F8;
}
#jointext {
	font-size: 12pt;
	color: #004FAC;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

#log {
	line-height:20px;
	background-color:#d6e5f8;
	padding-top:20px;
	padding-left:10px;
	padding-right:5px;
	margin-top:0px;
	font-size:16pt
}
#log h5 {
	font-style: normal;
	text-decoration: underline;
	font-size: 20pt;
	font-weight: bold;
	color: #3387E9;
}
#log fieldset {border:none}
#log label {font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#004fac;text-align:left;padding-left:10px}
#log input {margin-bottom:5px}
#login-submit {font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#fff;width:54px;height:22px;background:url("subbg.jpg");background-repeat:no-repeat;background-position:left top;border:none;float:right}
#text1, #text2 {
	width: 238px;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 13px;
	border: none;
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
	padding-bottom: 5px;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-bottom-width: medium;
	border-bottom-color: #004FAC;
	border-left-color: #004FAC;
	border-right-color: #004FAC;
	border-top-color: #004FAC;
	background-color: #FFFFFF;
}

#right {
	float: right;
	width: 200px;
	padding-right: 1px;
	border-left-color: #004FAC;
	margin-top: 1px;
}
#right H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #004FAC;
	text-align: center;
}
#right H6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#3387e9;
	height:27px;
	padding-left:10px;
	padding-top:10px;
}
#right a {color:#3387e9;text-decoration:none}
#right a:hover {color:#000}
}
#right_bg_bot {background:url("right_bg_bot.jpg");background-repeat:repeat-y;background-position:left}
#right_title_bot {background:url("right_title_bot.jpg");background-repeat:no-repeat;background-position:top left;height:11px;padding-bottom:10px}
#gal {padding-top:10px}
#leftcol, #cencol, #rightcol {width:202px;float:left;margin-left:15px;margin-right:15px;text-align:center}
#leftcol a, #cencol a, #rightcol a {font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;color:#3387e9;border-bottom:1px dashed #3387e9}

#footnotes p {
	font-size:12px;
}
#footnotes a {
	font-size:12px;
}


#footer {
	font-size: 12px;
	height:42px;
	clear:both;
	padding-top:10px;
	background:url("footer.jpg");
	background-repeat:repeat-x;
	background-position:top
}
#footer p {
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
#footer a {
	font-size:12px;
	color:#fff;
}
