/* CSS Document */

html {
	min-width: 832px;
}

body {
	background-image: url(../images/body.top.bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

body#twoCol {
	background-image: url(../images/body.top.bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#water {
	background-image: url(../images/body.bg.jpg);
}

#header {
	width: 832px;
	height: 190px;
	background-image: url(../images/header.bg.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#headerShadow {
	height: 23px;
	background-image: url(../images/header.shadow.bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#outsideWrapper {
	width: 832px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/outwrap.bg.png);
	background-repeat: repeat-y;
}

#insideWrapper {
	width: 800px;
	background-image: url(../images/inswrap.bg.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#content {
	
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
}

#content img {
	float: right;
	border: 1px solid #000;
	margin: 0 0 5px 5px;
}

#content li {
	list-style-image: url(../images/bullet.png);
	line-height: 1.5em;
}

h1 {
	font-size: 1.2em;
	color: #30647f;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 3px;
}

h2 {
	color: #30647f;
	font-size: 1em;	
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 3px;
}

a {
	color: #30647f;
}

a:hover {
	color: #000;
}

#content p {
	margin-top: 0;
}

p.quote {
	font-weight: bold;
	font-style: italic;
}

p.quoteAuthor {
	font-style: italic;
	font-size: .8em;
	line-height: 20%;
}

.article {
	padding-bottom: 10px;
}

.divider {
	width: 725;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	clear: both;
}

#footer {
	text-align: center;
	margin-bottom: 5px;
	font-size: .9em;
	
}

#footer h2 {
	margin-top: .35;
	margin-bottom: .35em;	
}

#footer p {
	margin-top: .15em;
	margin-bottom: 0;
}

#footer img.divider {
	width: 725px;
	height: 2px;
}

img.bullet {
	border: none;
}