/* ------------------------------------------------------
   THIS IS THE CASCADING STYLE SHEET (CSS) FOR PAGE 20 
------------------------------------------------------ */

/* 
  This would normally be the body element 
*/

body {
	background-color : #738ab5;
	font-family: 'lucida grande', 'lucida sans', 'lucida sans unicode', helvetica, sans-serif;
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}


/* 
  This is the inner wrapper which contains the entire site 
*/
#wrapper {
	width : 1024px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

/*
  Global link styling except where specified otherwise 
*/
a {
	color : #293589;
}

a:hover, a:focus, a:active {
  color : #000;
  text-decoration : none;
}

a:focus, a:active {
  color : #fff;
  background-color : #000033;
}

/*
  Jump link navigation styling 
*/
ul#jumplinks {
	padding : 5px 0;
	margin : 0;
	display : block;
	width : 1024px;
	height : 70px;
	background-image: url(images/loginimage.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
}

ul#jumplinks li {
  display : inline;
  float : right;
}

ul#jumplinks li a {
  padding : 0 10px;
  margin : 0 5px;
}

/*
  The masthead and h1 styling 
*/
#header {
	width : 1024px;
	height : 163px;
	clear: both;
}

#header h1 {
}

/*
  Specify the h1 link styling
*/
#header h1 a {
  display : block;
  width : 740px;
  height : 110px;
  padding : 10px;
  color : #eecc11;
  font-family : 'trebuchet ms', helvetica, arial, sans-serif;
  text-decoration : none;
}

#header h1 a:hover, #header h1 a:focus, #header h1 a:active {
  color : #fff;
  background : transparent;
}

#header h1 a:focus, #header h1 a:active {
  text-decoration : underline;
}

/*
  Layout the content area 
*/
#content {
	float : left;
	display : inline;
	width : 640px;
	background-color: #FFFFFF;
	padding-left: 20px;
	margin-left: 60px;
	background-position: right top;
	background-image: url(images/contentback.jpg);
	background-repeat: no-repeat;
	padding-bottom: 60px;
	padding-right: 20px;
}

/* 
  The nvaigation bar positioning
*/
p#navbar {
	font-size : 0.8em;
	float : left;
}

/*
  Content elements positioning tweaks and styling
*/
h2, h3 {
	color : #6b0018;
	margin-bottom: .1em;
} 
p {
	margin-bottom: 20px;
	margin-top: 0px;
}
.news {
	background-color: #F1F9FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #738AB5;
	border-bottom-color: #738AB5;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	list-style-type : square;
}  

dl {
  margin-left : 20px;
}

dt {
	font-weight : bold;
	color : #293589;
}

blockquote {
  margin-left : 20px;
  padding-left : 15px;
  border-left : 2px dotted #386088;
}

blockquote cite {
	display : block;
	text-align : right;
	font-weight : bold;
	color : #293589;
}

/*
  Layout the sidebar area and style its content
*/
#sidebar {
	float : right;
	display : inline;
	width : 204px;
	background-color : #d5dce9;
	color : #000000;
	margin-right: 40px;
	background-image: url(images/sidebarimage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#sidebar img {
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

#sidebar h3 {
	color : #293589;
	background-color: #FFFFFF;
	margin-left: -20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-right: -20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BDC8DB;
}

#sidebar a {
	color : #293589;
}

#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	color : #6B0018;
}

#sidebar a:focus, #sidebar a:active {
	background-color : #8FA0D1;
}
#topnavlinks {
	text-align: right;
	padding-right: 40px;
	z-index: 1;
}
#topnavlinks li {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #C8D1E2;
	text-decoration: none;
	display: inline;
}
#topnavlinks a {
	color: #293588;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: .9em;
	font-weight: bold;
}

/*
  Style the main navigation menu
*/
#navlinks {
	margin-bottom: 30px;
	margin-top: 6px;
	margin-right: 0px;
	padding: 0px;
}

#navlinks li {
	font-weight: normal;
	display: inline;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #738AB5;
}
#navlinks   li.first {
	border-left-style: none;
}

#navlinks li.last {
}

#navlinks a {
	color: #293588;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 6px;
}
#navlinks a.active {
	color: #000000;
	background-color: #D9DEEB;
	background-image: url(images/selected.gif);
	background-repeat: repeat-x;
}

ol#navlinks a:hover, ol#navlinks a:focus, ol#navlinks a:active, 
ol#navlinks a.selected, ol#navlinks a.selected:hover, ol#navlinks a.selected:focus, ol#navlinks a.selected:active {
	color : #000000;
	background-color: #C6CFE2;
	background-image: url(images/selected.gif);
	background-repeat: repeat-x;
}

/*
  Layout the footer
*/
#footer {
	clear : both;
	width : 1004px;
	height : auto;
	text-align : center;
	background-color: #293589;
	font-size: 0.9em;
	padding: 10px;
}

/*
  Style the various footer elements
*/
#footer p {
	color : #ddd;
	margin: 0px;
}

ul#footnav {
	padding: 0px;
	margin: 0px;
}

ul#footnav li {
  display : inline;
}

ul#footnav li a {
  padding : 0 5px;
  color : #eecc11;
}

#footer a {
  padding : 0;
  color : #ddd;
}

#footer a:hover, #footer a:focus, #footer a:active {
  color : #eecc11;
}

ul#footnav li a:hover, ul#footnav li a:focus, ul#footnav li a:active {
  color : #fff;
  text-decoration : none;
}

#footer a:focus, #footer a:active, ul#footnav li a:focus, ul#footnav li a:active {
	background-color : #293589;
}
#topnavlinks a:hover, #topnavlinks a:focus, #topnavlinks a:active, #topnavlinks a.selected, #topnavlinks a.selected:hover, #topnavlinks a.selected:focus, #topnavlinks a.selected:active {
	color : #000000;
	background-color: #C6CFE2;
	background-image: url(images/selected.gif);
	background-repeat: repeat-x;
}
#footnav a.o32 {
	font-weight: bold;
	color: #738AB5;
	text-decoration: none;
	font-size: 10px;
}
#footnav .o32 {
	font-size: 10px;
	color: #738AB5;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footnav a.gulf {
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
}


/*
  Copy styles defined to be sure to show up in the dropdown menu inside contribute 
*/


.normal_text		{
	font-weight: normal;
}


.normal_bold		{
	font-weight: bold;
}


.normal_italic		{
	font-style: italic;
}


.normal_red			{
	color: #6b0018;
}


.headline_red		{
	color : #6b0018;
}
#legal {
	overflow: scroll;
	height: 400px;
	width: auto;
}
#content a.legal {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #738AB5;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #293589;
	font-weight: bold;
	text-transform: uppercase;
}
.emergencyright {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
.emergencyheader {
	color: #FFFFFF;
	font-weight: bold;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}
#thankyou {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 100px;
	padding: 40px;
}
#thankyou p {
	border: 1px dotted #000000;
	padding: 20px;
	background-color: #C3D3DE;
}
