
* {
	
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
}

body {	
    background-image : url(img/bg_header.jpg);
    background-repeat : repeat-x;
	background-color:#666666;
	color: #000;
	font-size: 12px;
	margin: 0;
}
#header2 { 
    width: 850px;
    height:80px; 
    margin: 0 0 0px 0;
    background-color:#769359;
    background: #597F93 url(img/header_top.jpg) no-repeat center top;
    border-bottom: 11px dotted #DCDBD5;
} 
a {
	color: #362;
}
a:hover, .footer a:hover {
	color: #111;
}

p,cite,code,ul {
	margin-bottom: 1.2em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	text-indent: 0px;
	text-align:center;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 10px;
	text-align:center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005AAA;
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 10px;
	text-align:center;
}
h4 {
    color: #000;
		font-size: 1.5em;
	font-weight: normal;
}

ul {
	margin: 12px 0;
}
li {
background-image: url(img/tap2.jpg);
background-color : #cccccc;
font-weight:bold;
background-position : 0% 10%; 
background-repeat : no-repeat; 
color : #333333; 
font-family: "Trebuchet MS", Arial, Geneva, san-serif;
font-size : 100%; 
height : 28px; 
line-height : 20px; 
margin : 5px 0px 10px 28px;
padding : 0; 
text-indent : 20px; 
}

code {
	background: url(img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font-family: "Lucida Sans Unicode",serif;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(img/quote.gif) no-repeat;
	color: #663;
	font-family: "Lucida Sans Unicode",serif;
	font-weight: normal;
	font-size: 1.1em;
	padding-left: 28px;
}

/* misc */
.divider {
	background: url(img/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
}
.clearer {
	clear: both;
}

/* structure */
.container {
    background-color:#CCCCCC;
    margin: 0 auto;
	width: 850px;
	border-left: 1px;
    border-right: 1px;
	border-top: 0px;
    border-bottom: 1px;
	border-style:solid;
	border-color:#ffffff;
	color:#000;
}

/* header */
.header {
	background: #597F93 url(img/header.jpg) no-repeat center top;
	border-bottom: 1px solid #000;
	height: 180px;
	text-align: center;
}
.table { 
	margin: 0 auto;
    width: 850px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 8px;
}
.table2 { 
	margin: 0 auto;
    width: 850px;
	background-color:#eb930b;
	font-family:Arial, Helvetica, sans-serif;
}
/* navigation */
.navigation {
	height: 30px;
	margin: 0 auto;
	width: 850px;
	background-color:#fff;
	margin-bottom: 0px;
	margin-top: 0px;
	border-left: 1px;
    border-right: 1px;
	border-top: 3px;
	border-style:solid;
	border-color:#fff;
}
.navigation a {
	background: url(img/navigation2.jpg) no-repeat;
	color: #FFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
    height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 170px;
}
.navigation a:hover {
	color: #FFF;
	background-position: left bottom;
}

/* content */
.content {
    width: 800px;
    padding: 10px 0px 0px 20px;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
}
.content h1 {
background-color : #cccccc; 
background-image : url(img/tap2.jpg); 
background-position : 0% 10%; 
background-repeat : no-repeat; 
color : #333333;
text-align:left; 
font-family: "Trebuchet MS", Arial, Geneva, san-serif;
font-size : 100%; 
height : 18px; 
line-height : 20px; 
margin : 5px 0px 10px 28px;
padding : 0; 
text-indent : 25px;  

}

/* footer */
.footer {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1.0em;
	padding-bottom: 10px;
	padding-top: 8px;
	border-top: 1px;
	border-top-style:solid;
	border-color:#CCCCCC;
	text-align: center;
}
.footer h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
		font-weight: normal;
	padding-bottom: 10px;
	padding-top: 4px;
	border-top: 1px;
	border-top-style:solid;
	border-color:#CCCCCC;
	text-align: center;
}
.footer a {
	color: #000;
}
.footer h1 a {
	color: #666666;
}
