html, body, img, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0;
}


ol, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	background: #699ab4 url(images/bg-2.gif) repeat-x;
	padding-bottom: 30px;
}

.header {
	width: 100%;
	height: 100px;
	text-align: center;
	margin-top: 10px;
}

.wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.content {
	margin: 50px 60px;
	font: 12px/140% arial,helvetica,sans-serif; color: #333333;
	text-align: left;
}

.site-list {
	margin: 20px 30px 30px 30px;
}

#divider {
	width: 500px;
	height: 10px;
	border-bottom: 1px solid #999999;
	margin: 17px auto 25px auto;
}

h1 { font: bold 16px/130% "times new roman",georgia,times,serif; color: #1f7fb3; }

p { 
	margin-bottom: 8px;
}

ul { list-style: none; color: #663300; }
li { margin-bottom: 1.4em; color: #333333; }

a { color: #4f90b3; font-weight: bold; text-decoration: none; }
a:link, a:visited { border-bottom: 1px solid #4f90b3; }
a:focus, a:hover, a:active { color: #8cb6cd; border-bottom: 0px solid #8cb6cd; }


.footer { font: 11px/140% arial,helvetica,sans-serif; color: #cccccc; }