@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #24458C;
}
#container {
	background: #FEFCDA url(../imgs/ContainerBg.jpg) repeat-y top left;
	width: 920px;
	margin: 0 auto;
	text-align: left;
	margin-top: 15px;
	min-height: 700px;
} 
a {
	color: #24458C;
	text-decoration: none;
}

a:hover{
	color: #C00;
	text-decoration: underline;
}
a.weblink {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}
a.weblink:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
}
.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.button   {
	font-weight:bold;
	padding:5px 0 12px 0;
	color:#24458C;
	width:74px;
	border: none;
	background: url(../imgs/next.jpg) no-repeat top left;
	height: 34px;
}
.buttonb {
	font-weight:bold;
	padding:5px 0 12px 0;
	color:#24458C;
	width:74px;
	border: none;
	background: url(../imgs/next.jpg) no-repeat top left;
	height: 34px;
}
.button:hover   {
	color:#C00;
}
#footer {
	text-align: center;
	color: #FFF;
	width: 920px;
	background-color: #23438A;
	height: 18px;
	position: relative;
	float: left;
}
#page1 #container p {
	margin-bottom: 12px;
}
.formtable tr td  {
	font-size: 12px;
	font-weight: bold;
}
.commentField {
	border: none;
	width: 550px;
	height:123px;
	background: #FEFCDA url(../imgs/comment-bg.jpg) repeat-y center top;
	background-attachment:fixed;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 8px;
}
#page1  #container   ul  {
	font-size: 0.9em;
	width: 500px;
	margin-left: 22px;
}
#page1  #container  li  {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 12px;
}
#page1 #container .text {
	width: 480px;
}

