* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 6px 0px 12px;
	background-color: #fff;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #305785;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 10px;
	text-align: justify;
	line-height: 15px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

input {
	padding-top: 2px;
	background-color: #fff;
	color: #666666;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

select {
	background-color: #fff;
	color: #666666;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}


#container {
	margin: 0px auto;
	padding-top: 7px;
	width: 732px;
	background: url('images/background_top.gif') repeat-x 0px 0px;
	text-align: justify;
}




#page_header {
	margin-bottom: 1px;
	background: url('images/header_image.gif') no-repeat 100% 0px;
	width: 732px;
	height: 174px;
	overflow: hidden;
}

#page_header h1 {
	width: 221px;
	height: 174px;
	background: url('images/website_name.gif') #497289 no-repeat 50% 50%;
	color: #fff;
}



 




/* Page Content */

#page_content {
	padding: 5px 0px 0px;
	width: 732px;
	background: url('images/content_background.gif') repeat-y 0px 0px;
}

.content_box {
	margin: 0px auto;
	padding: 11px 0px 0px;
	width: 710px;
}

.content_box h2 {
	height: 18px;
}


/* Welcome Text*/

#welcome_text {
	padding: 0px 11px;
}

#welcome_text h2 {
	width: 190px;
	background: url('images/welcome_header.gif') no-repeat 0px 0px;
}


