﻿body {
	color: #FFFFFF;
	background: #003366;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}

#containerwrap
{
	width: 500px;
	margin: 0 auto;
	clear: both;
	padding: 20px;
}

.formheading {
	color: #FFFFFF;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin-bottom: 0px;
	background: url('../images/dot.gif') repeat-x 50% bottom;
				text-align: center;
}

#copyright {
	margin: 0 5px 5px 2px;
	color: #FFFFFF;
	font-size: medium;
				text-align: center;
}

.small_description {
	color: #FFFFFF;
	font-size: small;
	top-margin: 0;
				text-align: left;
}

.asterisk {
	color: #FFFFFF;
	font-weight: bold;
				text-align: right;
}

a:focus {
	color: #FF9900;
	text-decoration: underline;
}

a:active {
	color: #FF9900;
	text-decoration: underline;
}

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

a {
	color: #FFFBDB;
	text-decoration: underline;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
				text-align: center;
				font-weight: 700;
				font-family: Arial, Helvetica, sans-serif;
}

form label {
	cursor: pointer;
				text-align: right;
				font-size: medium;
}

.inputbox {
	margin-bottom: 1px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:focus {
	border: 1px solid #FF9900;
}


.inputbox:hover {
	border: 1px solid #FF9900;
}


.inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}


textarea {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}


select {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}


input {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

.inputbox {
	background: #FFFFFF;
	color: #333333;
				width: 281px;
				text-align: left;
}

textarea {
	background: #FFFFFF;
	color: #333333;
}

select {
	background: #FFFFFF;
	color: #333333;
}

.button {
	padding: 3px 8px;
	border-top: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
	background: #FFFBDB;
				color: #000071;
				font-weight: 700;
}

.button:hover {
	background: #333333;
}

table.contentpane {
	border-width: 6px;
				width: 95%;
								text-align: right;
}

/*p.stickynote {
	padding: 20px 20px 20px 60px;
	border-top: 1px solid #FFBD5A;
	border-bottom: 1px solid #FFBD5A;
	background: url(./images/sticky-bg.gif) no-repeat 10px 10px #FFFBDB;
}

p.comment {
	padding: 10px 20px 20px 60px;
	border-top: 1px solid #FFBD5A;
	border-bottom: 1px solid #FFBD5A;
	background: url(./images/comment.png) no-repeat 10px 10px #FFFBDB;
}*/

p.download {
	padding: 20px 20px 20px 60px;
	border-top: 1px solid #FFBD5A;
	border-bottom: 1px solid #FFBD5A;
	//background: #FFFBDB url('../images/logo.png') no-repeat 10px 10px;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;

	background: url('../images/bullet-list.gif') no-repeat 18px 5px;
	line-height: 140%;
}
a.backbut {
	float: right;
	padding-left: 20px;
	background: url(./images/back-arrow.gif) no-repeat left 7px;
	color: #ff9900;
	line-height: 28px;
	text-decoration: none;
	height: 30px;
}
