@charset "UTF-8";
/* CSS Document */

body {
	background-color:#1163a9;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	margin:0px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 265px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 25px;
	padding-left: 25px;
}
#footer {
	background-image: url(../images/footer.gif);
	height: 30px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
p {
	font-family:"Lucida Grande", "Trebuchet MS", Arial;
	font-size:15px;
	line-height:25px;
	margin-top: 25px;
}
ul {
	margin-top: 25px;
}
li {
	list-style:url(../images/bullet.gif);
	margin-top:5px;
	font-family:"Lucida Grande", "Trebuchet MS", Arial;
	font-size:15px;
	line-height:25px;
	font-weight: bold;
}
#sidebarcontainer {
	float: right;
	height: auto;
	width: 311px;
	margin-top: 25px;
	margin-left: 30px;
}
#sidebarhead {
	background-image: url(../images/sidebarhead.gif);
	height: 158px;
	width: 311px;
	float: left;
	overflow: hidden;
}
#sidebarmid {
	background-image: url(../images/sidebarmid.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 271px;
	float: left;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}
#sidebarbottom {
	background-image: url(../images/sidebarbottom.gif);
	float: left;
	height: 42px;
	width: 311px;
	overflow: hidden;
}
.textfeild {
	background-image: url(../images/textfield.gif);
	height: 42px;
	width: 223px;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "Lucida Grande", "Trebuchet MS", Arial;
	font-size: 16px;
	font-style: italic;
	color: #666666;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 5px;
}
.submitbutton {
	background-image: url(../images/submitbutton.jpg);
	height: 69px;
	width: 216px;
	margin-top: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 15px;
}
