
/* Reset Styles */

h1,h2,h3,h4,p,ul,li {
	margin: 0;
	padding: 0;
}

/* Global Styles */

body {
	background: url('/images/body_bg.gif') top repeat-x #ededed;
	font-family: Georgia;
	font-size: 10pt;
	line-height: 1.5em;
	color: #656565;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 20px;
}

a {
	color: #174583;
	text-decoration: none;
}

a:visited {
	color: #174583;
	text-decoration: none;
}

a:hover {
	color: #174583;
	text-decoration: underline;
}

img {
	border: 0;
}

/* Main Wrapper */

#wrapper {
	margin: 0 auto;
	width: 930px;
}

/* Masthead */

#masthead {
	height: 421px;
	background: url('/images/masthead_bg.jpg') top no-repeat;
	text-align: right;
}

/* Navigation */

#nav {
	float: right;
	margin-top: 363px;
	margin-right: 40px;
}


/* Headings */

h2 {
	font-weight: normal;
	font-size: 18pt;
	color: #3161a2;
	margin-bottom: 15px;
}

h3 {
	font-weight: normal;
	font-size: 14pt;
	color: #3161a2;
}

/* Content */

#content {
	margin: 35px 15px 15px 15px;
}

#left {
	float: left;
	width: 390px;
	padding-right: 30px;
}

#credit {
	text-align: right;
	margin-top: 10px;
}

#creditleft {
	text-align: left;
	padding-left: 50px;
}

#right {
	float: right;
	width: 480px;
}

/* Footer */

#footer {
	margin-top: 15px;
	border-top: 1px solid #c2cbd8;
	padding: 15px 0 0 0;
	font-size: 8pt;
	line-height: 1.4em;
}

/* Clear */

.clear {
	clear: both;
}