* {
	margin: 0;
	padding: 0;
}
body {
	background: #474747;
	font-family: Verdana, Arial, Times New Roman; font-size: 80%;	
	color: #666;
	margin-top: 15px;
	text-align: center
}
a {
	color: #359;
	text-decoration: underline;
}

/* headings */
h1 {font-size: 190%; font-weight: normal; margin-top: 5px; margin-bottom: 10px;}
h2 {font-size: 150%; font-weight: normal; margin-top: 0.8em;}
h3 {font-size: 130%; font-weight: normal; margin-top: 0.6em;}
h4 {font-size: 115%; font-weight: normal; margin-top: 0.4em;}

h1,h2,h3,h4 {color: #369;}

p {padding-top: 4px;}
ol {margin: 0 0 1.2em 2em;}


/* structure */
#main {
	width: 780px;
	margin: 0 auto;
	background: white; 


}
#main_right {
	float: right;
	width: 575px;
margin-top: 5px;	 margin-bottom: 20px;
text-align: left;
}
#main_left {
	float: left;
	width: 200px;
	text-align: center;
	 margin-bottom: 20px; 	margin-top: 5px;
}

#main_left p {
padding: 4px;
}

/* misc */
.left {float: left;}
.right {float: right;}

.clearer {clear: both; font-size: 0; height: 0;}

/* logo */
#header {
	background: #1969DA url('img/header.gif') repeat-x;
	border-bottom: 6px solid #FFF;
	height: 130px;
	width: 780px;
	text-align: center;
}
#header h1 {
	font: normal 2.2em Verdana,sans-serif;
	margin: 0;
	padding-top: 35px;
	text-decoration: underline;
	color: #FFF;
	font-size: 180%
}

#header h2 {
	font: normal 1.5em Verdana,sans-serif;
	margin: 0;
	padding-top: 7px;
	color: #FFF;
		font-size: 140%
}

#header a {
color: white
}


/* main navigation */
.navigation ul,.navigation li {margin: 0; padding: 0; text-align: left}
.navigation li {list-style: none; text-align: left}
.navigation {background: #4D92E4 url('img/menu-bg.gif') repeat; text-align: left}
.navigation a {
	border-bottom: 1px solid #FFF;
	display: block;
	font-size: 95%;
	font-weight: bold;
	height: 1.8em;
	padding: 0.6em 0 0 7px;
	text-decoration: none;
	color: whitesmoke; text-align: left;
}
.navigation a:hover, .navigation a:active {background: #444;text-align: left}
.navigation .active {background: #444;}
.navigation a:link, .navigation a:visited { text-align: left; }






/* content */ 
#content {
	color: #272727;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding-left: 10px; padding-right: 5px; padding-top: 0px;

}
#content a {color: #39429F; text-decoration: underline}
#content a:hover {
	text-decoration: none;
	color: #39429F;
}
#content p {margin: 5px 0 5px 0;}
#content .descr {
	color: #666;
	margin-bottom: 0.5em;
}
#content ul {margin: 0 0 1.2em 2em;}



#copyright {text-align: center; color: #C7C7C7}
#copyright a, a:link {text-align: center; color: #FBFBFB; text-decoration: none}
#copyright a:hover, a:active {text-align: center; color: white; text-decoration: underline}
.code {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
border: 1px solid black;
background-color: #ffffff;
font-family: "Courier New";
font-size: 8pt;
}

table.evotable tr {
background-color: #fff;
text-align: center;
}

table.evotable td, table.evotable th {
padding: 3px;
}

table.evotable td {
text-align: left;
}

table.evotable th {
background-color: #eef;
}

table.evotable {
border-spacing: 1px;
border-collapse: separate;
width: 95%;
}

table tr, th {
background-color: #fff;
text-align:center;
}
table { background-color: #666; }

