html {
		height: 100%;
}
body {
    font-family:       Verdana, sans-serif;
	background-color:  gray;
	margin:            0;
	height:            100%;
}

a.link_bar {
	color: #000000;
}

p.large_subhead {
	font-size:     42px;
	margin:        0;
	padding-left:  30px;
}

p.small_subhead {
	font-size:     32px;
	margin:        0;
	padding-left:  30px;
}

table.main {
	margin:        0;
	padding-left:  30px;
}
p.main_content_text_block {
	font-size:     15px;
	margin:        0;
	padding-left:  30px;
	width:         650px;
}

div.subhead_cutline {
	font-size:     15px;
	margin:        0;
	padding-left:  30px;
	position:      relative;
	top:           -13px;	
}

div.header_links_area {
	position:     relative;
	float:        right;
	
	margin-right: 75px;
	margin-top:   50px;
}

a.text_block_link {
	color: #5A70F5;
}

a.text_block_link:hover {
	color: #5A70F5;
	text-decoration: underline;
}

a.text_block_link:visited {
	color: #5A70F5;
}

a.header_link {
	color: #000000;
}

a.header_link:visited {
	color: #000000;
}

a.header_link:hover {
	color: #000000;
	text-decoration: underline;
}

div.header_logo_area {
	position:     relative;
	float:        left;
	
	margin-left: 30px;
	margin-top:  29px;
}

div.link_bar {
	background-color: #CECFCF;
	
	margin:           0;
	
	width:            100%;
	height:           20px;
	
	font-size:        15px;
	color:            #000000;
	text-align:       center;
	
	border-bottom:    1px solid black;
	border-left:      1px solid black;
	border-right:     1px solid black;
}

div.img_layer {
	background-color: #FFF;
	width:            244px;
	height:           210px;
	margin-top:       10px;
	margin-bottom:    10px;
	margin-left:      10px;
	margin-right:     10px;
}	

div.content_area {
	background-color: #FFF;
	
	width:            990px;
	
	/* Rightside correction. */
	position:         absolute;
	left:             -465px; /* -50% of the width. */
	right:             465px; /*  50% of the width. */
	
	margin-top:       20px;
	margin-bottom:    0;
	margin-right:     0;
	margin-left:      50%;
	
	font-size:        15px;
}

div.main_content {
	background:    #FFF url(/images/faded_blue_rbackground.png) repeat-y;
	
	border-bottom: 1px solid black;
	border-left:   1px solid black;
	border-right:  1px solid black;
	
	width:         100%;
}

div.ad_area {
	background-color: #CECFCF;
	
	border-bottom:    1px solid black;
	border-left:      1px solid black;
	border-right:     1px solid black;
	
	height:           130px;
	width:            100%;
}

div.project_spotlight {
	border:       1px solid black;
	
	float:        right;
	margin-top:   30px;
	margin-right: 30px;
	
	width:        250px;
	height:       150px;
}

div.header {
	background: #FFF url(/images/header_background_blue.png) no-repeat;
	
	border: 1px solid black;
	
	margin: 0;
	
	width:  100%;
	height: 100px;
	
}

div.footer_bar {
	background-color: #000;
	width:            1044px;
	margin: 0;
	font-size:        10px;
	color:            #FFF;
	text-align:       center;	
}


a {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#000000;
	text-decoration: underline;
}

a:visited {
	color:#000000;
}

p {
	line-height:1.5em;	
	font-size:1.2em;
	margin: 0;
}

h1 {	
	font-size: 40px;
	padding:0;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;
	color:#000;
}

h2 {
	font-size:2em;	
	line-height:1.5em;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;
}

blockquote {
	border-left:0.3em solid #090;
	padding-left:2em;
	margin-left:1em;	
	color:#666;
}

table.pages {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	margin-left: 10px;
	margin-top: 5px;
}
table.pages th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.pages td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.create_submit_button {
	background: url(/images/create_round_button.png);
	width: 83px;
	height: 24px;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}

.back_button {
	border: 0;
}

.text_field {
	padding: 2px;
	border: 1px solid black;
	display: table;
}

.text_area {
	padding: 2px;
	border: 1px solid black;
	display: table;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

