
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	color: #999999;
	font: normal 72% "Verdana",sans-serif;
}

p,ul {
	color: #000;
	font-size: 1.0em;
	padding-bottom: 1.2em;
	text-align:justify;
}

blockquote {font: bold 1em sans-serif;}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: bold 1.4em Verdana, sans serif;
}
h2 {
	font: bold 1.2em Verdana, sans-serif;
	padding-bottom: 4px;
	color: #000;
}
/* misc*/ 
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 0px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
    background: #FFF url(img/top3.gif) center no-repeat;
	height: 118px;
	border-bottom: 1px solid #000;
}
/* structure */
.container {
    background: #CCCCCC;
	border: 0px solid #444;
	border-top: none;
	border-right: 1px solid #000;	
}

.main {
	background: #CCCCCC;
	border-bottom: 0px solid #2A2A2A;
	border-left: 0px solid #2A2A2A;
	}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	border-left: 0px solid #444;
	border-top: 0px solid #000;
	border-right: 0px solid #000;
	padding: 32px;
	text-align:justify;
}

/* content elements */
.content a {
	color: #006633;
	text-decoration: none;
}
.content a:hover {color: #0000FF;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #339966;
border-bottom: 1px solid #000;
}
.nav a {
	background: #339966;
	border-right: 0px solid #161616;
	text-align:right;
	color: #000000;
	float: left;
	font: normal 1em Verdana,sans-serif;
	line-height: 28px;
	padding: 0px 0px 0px 18px;
}
.nav a:hover {
    color:#0000FF;
	background: #339966;
}

/* sub-navigation */
.subnav {
	background: #CCCCCC;
	border-top: 0px solid #1E1E1E;
	border-top-color: #000;
	border-left: 0px solid #000;
	padding: 30px 56px 0px 34px;
	}
.subnav p {font: normal 0.8em Verdana,sans-serif;}	
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav a {color: #006633;}
.subnav a:hover {color: #0000FF;}
.subnav li a {
	color: #006633;
	font: bold 1em Verdana,sans-serif;
	line-height: 2.4em;
	padding-left: 16px;
	text-decoration: none;
}
.subnav li a:hover {color: #0000FF;}

/* footer*/
.footer {
	background: #999999;
	border-top: 1px solid #1E1E1E;
	color: #000;
	padding: 3% 3% 1%;
}
/* bottom */
.bottom {
    float: center;
	color: #006600;
	clear: both;
	font: normal 0.9em "Helvetica",sans-serif;
}
.bottom a {color: #006633;}
.bottom a:hover {color: #CCC;}