#welcome_user {
	color: #1c659f;
	text-align: right;
	float: left;
	width: 755px;
	position: relative;
	top: 21px;
	font-size: 16px;
}

.desc {
	color: #666666;
	font-size: 13px;
	
}

.meta {
	color: #089c71;
	font-size: 13px;
	
}


* {
	border: 0px;
	margin: 0px;
}

html {
	font-family: sans-serif;
	background-image: url(../img/background.png);
	background-repeat: repeat;
	font-size: .9em;
}

#wrap {
	width: 100%;
	background-image: url(../img/head.png);
	background-repeat: repeat-x;
	height: 468px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 55px;
}

#stevesie {
	margin-top: 11px;
	float: left;
}

#login_header_form, #logout_button {
	margin-top: 16px;
	float: right;
}

#login_header_form input.input_text {
	width: 200px;
}

#nav {
	clear: right;
	height: 58px;
	background-image: url(../img/nav.png);
}

.nav_cell {
	font-style: normal;
	font-weight: normal;
	border-left-color: #e2e2e2;
	border-left-style: solid;
	border-left-width: 1px;
	text-align: center;
	/*width: 190px;*/
	width: 136px;
	position: relative;
	top: 2px;
	left: 0px;
	float: left;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 7px;
	cursor: pointer;
	text-decoration: none;
}

.nav_cell img {
	position: relative;
	top: 2px;
}

.selected {
	color: #313236;
	font-weight: bold;
}

#first_link {
	border: none;
}

#content {
	/*min-height: 345px;*/
	background-image: url(../img/faux.png);
	background-repeat: repeat-y;
	padding-left: 13px;
	padding-right: 13px;
}

#footer {
	font-size: 0.9em;
	color: #cbe3ee;
	height: 11px;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	padding-bottom: 25px;
	text-align: center;
	padding-top: 30px;
	
}

.courier {
	font-family: monospace;
}

.watermark {
	font-weight: normal;
	color: #979797;
	font-style: normal;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #246fa6;
}

a:hover {	
	color: #2ba1ff;
	text-decoration: none;
}

p, ul {
	line-height: 1.45em;
	margin-top: 12px;
	margin-bottom: 12px;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom-color: #0a0e63;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #0d2c64;
	width: 100%;
}

h4 {
	font-size: 1.4em;
	padding-bottom: 3px;
	color: #0d2c64;
}

h5 {
	font-weight: bold;
	font-size: 1.2em;
	width: auto;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	width: auto;
}

input, textarea {
	border-color: #43699f;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	font-size: 14px;
	color: #0f3a5c;
}

textarea {
	width: 600px !important;
	height: 100px;
	font-size: 12px;
}

.input_text {
	background-color: #f5fbff;
	width: 230px;
}

.input_button {
	padding-right: 10px;
	padding-left: 10px;
	color: white;
	background-color: #1c659f;
	cursor: pointer;
}

.input_button_disabled {
	cursor: default;
}

.round_borders {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
}

.spinner {
	position: relative;
	top: 3px;
	left: 3px;
	display: none;
}

#form_errors {
	padding-bottom: 0px;
	padding-top: 0px;
	border-color: #af001a;
	border-style: dashed;
	border-width: 1px;
	color: #3f0009;
	background-color: #ffbfc5;
	margin-top: 15px;
	line-height: 1em;
	
}

#form_errors ul li {	
	margin-bottom: 5px;
	left: -10px;
	position: relative;
	list-style-type: square;
	line-height: 1em;
}

#form_messages {
	padding-bottom: 0px;
	padding-top: 0px;
	border-color: #00af3a;
	border-style: dashed;
	border-width: 1px;
	color: #013f06;
	background-color: #c7ffd3;
	margin-top: 15px;
	display: none;
	line-height: 1em;
	
}

#form_messages ul li {	
	margin-bottom: 5px;
	left: -10px;
	position: relative;
	list-style-type: square;
	line-height: 1em;
}