body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	background-color: #C9D2E6;
	text-align: center;
	margin: 0;
	padding: 0;
}
a, a:link, a:visited {
    color: #29509E;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
p { 
	font-size: 12px;
	line-height: 18px; 
    margin: 0 6px 8px 0;
	padding: 0;
}
ul {
	padding-top: 0;
	margin-top: 2px;
	padding-left: 11px;
	margin-left: 11px;
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
h1 {
	color: #29509E;
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.formElement, .formButtons {
	padding: 3px 3px 3px 0;
}


#container {
	overflow: visible;
	position: relative;
    margin: auto;
	padding: 0;
	background: url(images/background_tile.gif) left top repeat-y;
	text-align: left;
	width: 652px;
}

#mainContentContainer {
	position: relative;
	width: 600px;
	float: left;
	display: inline;
	background: transparent;
	margin: 6px 20px 20px 20px;
	padding: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow:hidden;
}

#footer{
	background-repeat: no-repeat;
	width: 100%;
	padding: 0;
	background-image: url(images/bottom_edge.gif);
	height: 5px;
	margin: 0;
	clear: both;
}




