@CHARSET "UTF-8";
@import "_reset.css";


/*
 * C O M M O N
 */
a, a:link, a:visited, a:active, a:hover {
	color:#000;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
body {
	font:12px normal Arial;
	font-family:arial, sans-serif;
	color:#000;
	}
h1, h2, h3 {
	font:20px normal Arial;
	font-family:arial, sans-serif;
	font-weight:normal;
	margin-bottom:14px;
	}
p {
	margin-bottom:10px;
	}

.underline {
	text-decoration:underline;
	}
.italic {
	font-style:italic;
	}
strong, .bold {
	font-weight:bold;
	}
.center {
	text-align:center;
	}
.left {
	text-align:left;
	}
.right {
	text-align:right;
	}
.fleft {
	float:left;
	}
.fright {
	float:right;
	}
.cboth {
	clear:both;
	}
.cleft {
	clear:left;
	}
.cright {
	clear:right;
	}

/*
 * H E A D E R
 */
#header {
	background-image:url(../images/layout/footer_bg.png);
	background-repeat:no-repeat;
	background-position:0 286px;
	background-color:#e6ebac;
	}
#header, #header a, #header a:link, #header a:visited, #header a:active, #header a:hover {
	color:#000;
	text-decoration:none;
	}
#header a:hover {
	text-decoration:underline;
	}
#header a.logo {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:373px;
	height:160px;
	text-indent:-4000px;
	background-image:url(../images/content/logo.png);
	background-repeat:no-repeat;
	z-index:2;
	}

/*
 * C O N T E N T
 */
#content {
	background-image:url(../images/layout/content_bg.png);
	background-repeat:repeat-y;
	}

/*
 * F O O T E R
 */
#footer {
	text-align:left;
	background-color:#b1c903;
	}
#footer p.copy {
	margin:0;
	padding:2px 0 0 35px;
	}
#footer p.copy span.footerAddress {
	margin-left:65px;
	}
#footer, #footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color:#000;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}

