/*#############################################################


#############################################################*/

/* standard elements */
* {margin: 0; padding: 0;}
html {height: 100%; padding-bottom: 1px;}
a {color: #6C6C6C; text-decoration: none;}
a:hover {color: #990000;}
body {
	background: #FFF url(/images/bg.gif) repeat-x;
	color: #000;
	font: normal 62.5% Verdana, Verdana, Arial, Helvetica, sans-serif;
	padding: 41px 0 12px;
}

h1 {font: normal 1.5em Verdana, Verdana, Arial, Helvetica, sans-serif;}
h2 {font: normal 1.3em Verdana, Verdana, Arial, Helvetica, sans-serif;}
h3 {font-size: 1em;}
h1,h2,h3 {padding: 0.2em 0 0.4em;}

img {border: none;}
li {list-style: none;}
.content li {list-style: square;}
.content ul {padding-left: 1.2em;}
p,ul {padding-bottom: 1.2em;}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}
.underline {border-bottom: 1px solid #000;}
.email {padding: 0 76px; margin: 2px; background: url(/images/email.gif) no-repeat right top;}

/* structure */
.center {
	width: 600px;
	margin-left: 10px;
}
.logo {
	float: left;
	width: 320px;
}
.logo a {
	background: url(/images/logo.gif) no-repeat;
	display: block;
	height: 22px;
	width: 182px;
}
.navigation {float: left; width: 580px; padding-top: 8px;}
.navigation a {
	font: 1.1em, Verdana, Verdana, Arial, Helvetica, sans-serif;
	color: #6C6C6C;
	padding: 0 10px;
}
.navigation a:hover {color: #990000;}

.main {/*#ADAFB1;*/
	background: #936;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 41px;
}
.main .center {padding: 30px 0;}
.main .left {width: 520px;}
.main .right {width: 220px;}	
.main table {width: 100%;}
.main a {color: #6C6C6C;}
.main a:hover {color: #990000}


table.print {width: 450px; margin-bottom: 1.2em; border-collapse: collapse;}
tr.underline {border-bottom: 1px solid #000;}

/* sub-navigation  */
.subnav {padding: 16px;}
.subnav ul {border-top: 0px solid #000;}
.subnav li {border-bottom: 0px solid #000;}
.subnav a {
	display: block;
	padding: 4px 0 4px 4%;
	text-decoration: none;
	width: 96%;
	font-size: 1.1em;
}

/* content */

.large (font-size: 75%;}

/* search form */

/* footer */
.footer {
	background: url(/images/bgfooter.jpg) repeat-x;
	padding-top: 41px;
}