body
{
	background-color: #FFFFCC;
	font-family: Verdana Arial;
	font-size: 12px;
}

h1
{
	font-size: 25px;
}

img
{
	border: 0;
}

#nav
{
	z-index: 100;
	background-color: #FFFFCC;
}

/* Container Div */

div.container
{
	width: 650px;
}


/* Link styles*/
a
{
}

a:hover
{
}

a:visited
{
}


/* Main content div, important that this comes first
so the styles for IE6 end up overwriting these */
div.main
{
	position: relative;
    left: 1px;
	background-color: white;
	border: 1px solid #10642A;
	border-top: 0;
	padding: 5px;
	padding-top: 15px;
	width: 618px;
	margin-left: 1px;
	text-align: left;
}

/* For IE Only*/
* html div.main
{
	left: 0px;
	width: 630px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0px;
	margin-top: -3px;
	margin-left: 3px;
}


/* Footer Div */

div.footer
{
	width: 632px;
	font-size: 11px;
	text-align: right;
}

