* {
	margin: 0;
	padding: 0;
}

a {color: orange;}

a:hover {color: red;}

body {
	background: white url(img/bg.gif);*/
	color: #323232;
	font: normal 70% "Lucida Sans Unicode",sans-serif;
    line-height: 1.6em;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: circle;}
.main li {list-style-image: circle;}

h1 {
   font-size: 1.6em;
   padding-bottom: 12px;
   line-height: 1.2em;
}

h2 {
   font-size: 1.2em;
   padding-bottom: 12px;
}
h1,h2,h3 {color: red;}

.red-bold   {
    color: red;
    font-weight: bold;
}


/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 9px 6px 16px;}
.main .padded {padding: 0px 24px;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer4.jpg) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 1px solid black;
}

/* header */
.header {
	float: left;
	width: 640px;
	background: url(img/header4.jpg) no-repeat;
    height: 165px;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 150px;
	text-align: center;	
}

/* structure */
.subnav {
	float: left;
	width: 162px;
    font-size: 85%;
}
.main {
	float: left;
	width: 410px;
}
.main_right {
	float: right;
	width: 200px;
	color: black;
}

/* sub-navigation */
.subnav h1 {
	background: orange;
	color: white;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
	width: 153px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    padding-bottom: 0;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	list-style: none;
    border-top: 1px solid black;
    border-right: 1px solid black;
}
.subnav li a {
	background: #ffffc1; 
	color: black;
	display: block;
	padding: 8px 0 8px 12px;
	width: 149px;
	text-decoration: none;
}
.subnav li a:hover {
    font-weight:bold;
	background: #ffff85;
	color: #000;
    text-indent: 6px;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: white;}
