/* Working stylesheet.  Compress before posting live.  DO NOT DELETE BETA COPY */
/* Set elements to have 0 margin and padding.  Eliminates browser defaults.  Allows page to look the same in all browsers */
* {
	margin:0;
	padding:0;
}

/* Set the default properties of the page */
html, body {
	color:#184668;
	font-size:9pt;
	font-family:Verdana, Arial;
	/* body background color */
	background-color:#ffffff;
}


/****** Setup default behaviors ********/
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
td {
	/* Default table cells to valign="top" */
	vertical-align:top;
}
img {
	/* set border of 0 as default for images */
	border:0;
}
img.border {
	/* use class="border" for images you want a border */
	border:1px solid #000;
}
option {
	padding-right:4px;
}
/****** End Default Behaviors ********/


/****** Setup Page Layout ********/

#wrapper {
	width:1000px;
	margin:0 auto;
}

#header {
	background:#ffffff;
	margin-top:20px;
}

#content {
	padding:10px;
	background:white;
}

#footer {
	background:#ffffff;
	color:#000;
	text-align:center;
}

/****** End Page Layout ********/


/* Formatting for main body of the site */
#content h1 {
	/* Set top and bottom padding for element */
	padding:5px 0;
	font-size:11pt;
}
#content h2 {
	/* Set top and bottom padding for element */
	padding:5px 0;
	font-size:10pt;
}
#content p {
	/* Set top and bottom padding for element */
	padding:5px 0;
}
#content li {
	margin-left:25px;
}

/****** End Design section ********/

.cline {
	clear:both;
}

#footer{
	}
	
#footer ul{
	list-style-type:none;
	position:absolute;
	top:130px;
	/*left:630px;*/
}

#footer ul li{
	display:inline;
}

#header ul{
	list-style-type:none;
	position:absolute;
	top:130px;
	/*left:630px;*/
}

#header ul li{
	display:inline;
}
