body {
	margin: 8px 0 20px;
	padding: 0;
	
	background-color: #B5C1C9;
	background-image: url(/i/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


/* wrapper */
#main {
	width: 760px;
	padding: 0;
}


/* text styles */
body, p, div, li, dd, td, th, input, textarea {
	font-size: 12px;
	font-family: "Verdana", "Arial", sans-serif;
}

h1,h2,h3 {
	color: #224; /* 384046 */
	border-bottom: 1px solid #9eaab1;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1em; }


/* link colors etc... */
a {
	text-decoration: underline;
	color: #006;
}

a:hover { color: #b00; }

#menu a, #menutop a, #secmenu a { text-decoration: none; }

#menutop a { font-weight: bold; }


/* section menu */
#secmenu {
	height: 22px;
	padding-left: 90px;

	background-image: url(/i/topbar_mid.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#secmenu a { padding: 0 16px; }


/* menu */

#menutop {
	background-image: url(/i/menu_corners_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #CCD3D7;
	
	padding: 3px 6px;
	border-bottom: 1px solid #70818B;
}

#menu {
	padding: 2px 6px 20px;
	background-color: #E5EEF2;
}

#menu p {
	background-image: url(/i/arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	padding-left: 10px;
	margin: 10px 2px;
}


/* content */
#content {
	background-color: #FFF;
	padding: 10px 12px 20px;
}

#contenttop {
	background-image: url(/i/content_corners_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #CCD3D7;
	
	padding: 3px 6px;
	border-bottom: 1px solid #70818B;
}

#content p {
	line-height: 160%;
}

/* quote box styles */
#content blockquote {
	padding: 3px;
	
	background-color: #eee;
	background-image: url(/i/quote_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#content blockquote p {
	margin: 0 0 7px;
	padding: 0 36px;
	
	background-image: url(/i/quote_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content blockquote cite {
	display: block;
	font-style: italic;
	font-size: 10px;
	text-align: right;
}


/* image border style */
#content img#border {
	border: 1px solid #000;
}


/* bottom address bar */
#address {
	font-size: 10px;
	text-align: center;
	padding: 8px;
}


/* form formatting */
form td.label {
	font-weight: bold;
	text-align: right;
}

form td.sublabel { text-align: right; }

input, textarea { width: 300px; }
input.check { width: auto; }
