
* {margin: 0; padding: 0;}

body {
	background: #4A4A3B;
	color: #222;
	font-size:9pt;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
	padding: 10px 0;
}

a {color: #642;}
a:hover {color: #963;}

h1,h2,h3,h4 {
	color: #442;
	padding: 8px 0 8px;
	font-weight:bold;}

h1 {font-size:12pt;}
h2 {font-size:11pt;}
h3 {font-size:10pt;}
h4 {font-size:9t;}

form,table {margin-bottom: 1.2em;}

img {border: 1px solid #996;}
#logo img{border: none;}

p {padding: 2px 0 10px;}

ul {padding: 0 2em 1.2em;}


/* -------------------------------------GLOBAL STRUCTURE------------------------------------- */

#wrapper {
	background-color: #332;
	margin: 0 auto;
	width: 831px;
	position:relative;
	height:501px;
}
#container {
	background: #FBF9F4;
	border-top: 3px solid #332;
	border-bottom: 3px solid #332;
	line-height: 1.3em;
	margin: 0 auto;
	width: 825px;
	height:495px;
	font-size:8pt;
	position:relative; 
}

/* ---------------------------------------HEADER/TITLE--------------------------------------- */

.title {
	background: #E2DED4 url(img/header-h1.jpg) repeat-x;
	border-top: 1px solid #996;
	padding:10px 0px 10px 18px;
	color: #441;
}

.header {
	background: #DAD7C5 url(img/graper.jpg) no-repeat left bottom;
	height: 220px;
}

#logo{
	width:831px;
	text-align:right;
	margin: 0 auto;
	padding:0px;
}

/* ---------------------------------------NAVIGATION------------------------------------------ */

.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

/* -----------------------------------------TWO COLLUMS--------------------------------------- */

.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y; height:450px;}

/* ----------------------------------------- FOOTER ----------------------------------------- */

.bottom {
	background: #DCDAC9;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 10px 10px;
	font-size:7pt;
	text-align:center;
	position:absolute;
	width: 805px;
	bottom:0;
}

.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 62%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 38%;}
.col1 .left {width: 30%;}
.col1 .right {width: 70%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

.pic{padding-left:40px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}
