html, body {
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #fff;
	}

form, input {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}

div {
	padding: 0;
	margin: 0;
	}

dl {
	font: 11px/16px verdana, geneva, arial, helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: palatino, georgia, serif;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	}

h1	{
	font-size: 24px;
	}

img {
	padding: 0;
	border: 0 none;
	margin: 0;
	}

p {
	font: 11px/1.5em verdana, geneva, arial, helvetica, sans-serif;
	color: #000;
	background-color: transparent;
	}

a {font: bold 11px/16px verdana, geneva, arial, helvetica, sans-serif; color: #36c; background: transparent; text-decoration: none;}
a:link {color: #36c; background: transparent;}
a:visited {color: #36c; background: transparent;}
a:hover {color: #69c; background: transparent; text-decoration: none;}
a:active {color: #69c; background: transparent; text-decoration: none;}

/* page content ---------- */

#page {
        position: absolute;
        width: 740px;
        left: 50%;
        margin-left: -370px;
	background-image: url('background.gif');
	background-position: left;
	background-repeat: repeat-y;
}

/* header content ---------- */

#header {
	font-weight: bold;
	padding: 2px 0px 10px 15px;
	white-space: nowrap;
	}

#header h1 {
	letter-spacing: 0.1em;
	color: #000;
	background-color: transparent;
	padding-top: 2px;
	}

#address {
	clear: both;
	color: #000;
	font-weight: bold;
	padding: 2px 0px 4px 15px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	margin-bottom: 10px;
	white-space: nowrap;
	}
	
/* content ---------- */

#content-wrap {
	clear: both;
	}

#content-main h2 {
	font-size: 22px;
	letter-spacing: 0.1em;
	}

/* sections ---------- */

#content-sub-2 {
	float: left;
        width: 190px;
	text-align: left;
	padding-right: 15px;
	}


#content-sub-1 {
	margin: 0px 5px 0px 210px;

	}


#content-main {
	margin: 0px 5px 0px 210px;
	padding: 0px;
	width: 520px;
	text-align: left;
	top: 0px;
	}

#menu {
	background-color: #E4ECF7;
	color: #006;
	border-bottom: 1px solid #006;
	border-top: 1px solid #006;
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	font-weight: bold;
	}
	
#menu a {
	color: #333;
	text-decoration: none;
}

#menu a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* footer content ---------- */

#footer {
	color: #000;
	padding: 5px 15px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333;
	background-image: url('background.gif');
	background-position: left;
	background-repeat: repeat-y;
	}

#footer p {
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: right;
	}

#footer a { color: #000; background: transparent; text-decoration: underline; }
#footer a:link { color: #000; background: transparent; text-decoration: underline; }
#footer a:visited { color: #000; background: transparent; text-decoration: underline; }
#footer a:hover {color: #36c; background: transparent; text-decoration: underline; }
#footer a:active {color: #36c; background: transparent; text-decoration: underline; }

#validation {
	color: #000;
	background-color: #fff;
	padding: 5px 15px;
        margin: 0px;
        text-align: right;
	}

.clear {
	clear: both;
	}

#clearfooter {
	clear: both;
        padding-top: 15px;
	}

#content-main .noindent {
	text-indent: 0;
	}




