/** BASIC */

BODY { margin: 10px 5 5 5; background-color : #FFF; font-family: .8em Verdana, Arial, Helvetica, sans-serif; color: #000000; }

H1 { font-size: 220%; color: #3C4A75; font-weight : bold; text-align: center; }
H2 { font-size: 100%; font-weight: bold; }
H3 { font-size: 100%; }
H4 {  font-size: 90%; font-weight: bold; color: #666; }
H5, H6 { font-size: 80%; font-weight: bold; color: #3C4A75; }

hr { color: #330099; padding: 1; margin: 0; }
p { font : 80%  Verdana, Arial, Helvetica, sans-serif; vertical-align: top; }
ol { list-style-type : decimal; font : 90% Verdana, Arial, Helvetica, sans-serif; }
ul  { font : 90% Verdana, Arial, Helvetica, sans-serif; }

a:link, a:visited { color: #0000FF; text-decoration: underline; }
a:hover { text-decoration: none; background: no-repeat; padding-left: 0px; color: #0000FF; }



/** HEADER */

#header {
	width: 800px;
	height: auto;
	margin: 0px auto;
	background: #CDE2A1 url(graphics/img01.gif) no-repeat left top;
}

#header h1 {
	float: middle;
	margin: 0px;
	padding: 15px 10px 10px 10px;
        background: url(graphics/img02.gif) no-repeat right top;
}



/** MENU */

#menu {
	width: 800px;
	height: 30px;
	margin: 0px auto;
	background: url(graphics/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #336600;
}

#menu a:hover {
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 800px;
	margin: 0px auto;
	background: url(graphics/img04.gif) repeat-y left top;
}

#columnA {
	float: left;
	width: 200px;
	padding: 10px 5px;
}

#columnB {
	float: left;
	width: 540px;
	padding: 20px 10px 5px 15px;
}

#columnB h2 {
	font-size: 150%;
}


/** FOOTER */

#footer {
	width: 800px;
	margin: 0px auto;
	background: #BED985 url(graphics/img05.gif) no-repeat left bottom;
}

#footer p {
        margin: 0px;
	padding: 5px 10px;
	background: url(graphics/img06.gif) no-repeat right bottom;
	font-size: smaller;
}