body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#maincontainer{
	width:900px;
	margin-right:auto;
	margin-left:auto;
}
#header {
	background-color:#153f9a;
	background-repeat:repeat-x;
	height:212px;
}

h1 {
	font-size: 34px;
	font-weight: normal;
	text-align: center;
	color: #121271;
	margin-top: 0px;
	padding-top: 50px;
	line-height: 38px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #f6c504;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

h3 {
	margin-bottom: 0;
}
p {
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
p a {
	color: #2947A4;
	text-decoration: none;
}
p a:hover {
	color: #3968E6;
	text-decoration: underline;
}

p:last-child {
	text-align: center;
}

p em:first-child {
	text-decoration: underline;
	font-style: normal;
}

ul {
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	margin-right: 0px;
	margin-left: 0px;
}
ol {
	font-size: 13px;
	line-height: 16px;
	color: #666;
	position: relative;
	list-style-type: decimal;
}

li {
	list-style-type: none;
	vertical-align: text-top;
	padding-bottom: 10px;
}
ol li {
	list-style-type: decimal;
}

ol ul {
	padding-left: 40px;
}
ol ul li {
	list-style-type: disc;
	margin-top: 15px;
	padding-bottom: 0px;
}

label {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	/*color: #121271;*/
	color: #134fa7;
	font-size: 13px;
	line-height: 13px;
	padding-left: 30px;
	padding-top: 4px;
}
label em {
	color: #666;
	font-size: 11px;
}

input {
	width: 200px;
}

input[type="submit"] {
	margin-left: 230px;
	width: 150px;
}
input[type="checkbox"] {
	width: 20px;
}

textarea {
	width: 400px;
	clear: left;
}

span.required {
	color: #F00;
	padding-left: 5px;
}
span.error {
	color: #F00;
	margin-left: 10px;
	display:none;
}
div.success {
	color: #121271;
	border: 1px solid #121271;
}
div.success p {
	color: #121271;
}
div.ui-datepicker {
	font-size: 12px;
}
