/* 
dove grey/bg ded7d1
dk grey 44403d
dk blue 1c2550
less dk blue 294d87
raspberry 5e202b
sunny yellow fade8d
pink f5dee8
*/

body {
	background: #fff url(images/bg.jpg) repeat-x top;
	padding-top: 48px;
	margin: 0;
	color: #44403d;
	}

#wrap {
	width: 970px;
	margin: 0px auto;
	}
	
#topbox {
	background: #1c2550 url(images/newbgtop.jpg) no-repeat top center;
	border: 1px solid #ded7d1;
	width: 970px;
	height: 380px;
	overflow: hidden;
	margin-bottom: 24px;
	-moz-border-radius-topleft: 24px;
	-moz-border-radius-topright: 24px;
	-moz-border-radius-bottomleft: 24px;
	-moz-border-radius-bottomright: 24px;
	-khtml-border-radius: 24px;
	-webkit-border-top-left-radius: 24px;
	-webkit-border-top-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-webkit-border-bottom-right-radius: 24px;	
}

body, p {
	font-family: georgia, "times new roman", serif; 
	font-size: 13px;
	font-style: normal;
	color: #44403d;
	}

#topbox p {
	color: #ded7d1;
	}
	
h1, h2, h3 {
	font-family: georgia, "times new roman", serif; 
	font-weight: normal;
	margin: 0 8px 2px 8px;
	}

#topbox h1, #topbox h2, #topbox h3 {
	color: #fff;
	text-align: right;
	text-shadow: #222 0 1px 3px;
	}

h1 {
	font-size: 36px;
	}
	
h2 {
	font-size: 27px;
	font-style: italic;
	margin-bottom: 12px;
	}

h3 {
	font-size: 21px;
	margin-bottom: 12px;
	}

#topbox h1 {
	margin: 24px 24px 24px 250px;
	}
	
#topbox h2 {
	margin: 0 24px 24px 300px;
	font-style: normal;
	}
	
#topbox h3 {
	margin: 0 24px 24px 300px;
	}
	
p {
	margin: 8px;
	margin-top: 0;
	}

small {
	font-size: 80%;
	}
	
#topbox div {
	text-align: right;
	margin-right: 24px;
	}
	
#copy {
	margin-top: 24px;
	font-size: 12px;
	text-align: right;
	line-height: 135%;
	}
	
a {
	font-weight: bold;
	text-decoration: none;
	}

h1 a, h2 a, h3 a {
	font-weight: normal;
	}
	
a:link {
	color: #294d87;
	}

#topbox a:link, #topbox a:visited {
	color: #fade8d;
	}
	
a:visited {
	color: #1c2550;
	}
	
a:hover, a:active {
	color: #5e202b;
	}

#topbox a:hover, #topbox a:active {
	color: #f5dee8;
	}
	
a.img, a img {
	border: none !important;
	padding: 0;
	}