/*#############################################################
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #9A7329;
	text-decoration: none;
}
a:hover {
	color: #C60;
}
body {
	color: #543;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	background-color: #655A46;
	background-image: url(img/bg_nawuc9.gif);
	background-repeat: repeat;
}
.article1 a {
	color: #CC0000;
	text-decoration: none;
}
}

input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 4px;
}
h2{
	font-size: 1.3em;
	margin-bottom: 4px;
	color: #4B3F32;
}
h3{
	font-size: 1.1em;
	margin-bottom: 4px;
	color: #4B3F32;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	margin-bottom: 12px;
	white-space: normal;
	font-family: "Lucida Sans Unicode", serif;
	font-size: 125%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 460px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
blockquote {
	color: #666;
	display: block;
	padding-left: 28px;
	font-family: "Lucida Sans Unicode", serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	height: 180px;
	margin: 0 auto;
	width: 760px;
	background-image: url(img/bgheader_full5.gif);
	background-repeat: repeat-x;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 100px;
}
.title a {
	text-decoration: none;
	color: #E4DBCF;
}


/* navigation */
.navigation {
	background: #FFF url(img/bgnavigation4.gif) repeat-x;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 723px;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	color: #420;
	background-color: #E7B01B;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
}
#sidenavbottom {
	width: 218px;
	vertical-align: bottom;
	float: right;
}
#sidenavbottom img {
}



.sidenav h1 {
	background: #BCB39F url(img/sidenavh1b.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
	text-decoration: none;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}

.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}
.sidenav .sidenav_new {
	color: #FFFFFF;
	font-size: 140%;
	background-image: url(img/sidenavh1d.gif);
	background-repeat: repeat-x;
}
.sidenav .sidenav_new a {
	background-color: #F4ECC6;
	font-size: 80%;
}
.sidenav .sidenav_new a:hover {
	color: #4D2F1D;
	background-color: #FFCC00;
}
/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background: #958463 url(img/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 20px;
	margin: auto;
	text-align: center;
	width: 760px;
	padding-top: 40px;
}
.bold {
	font-weight: bold;
	font-size: 130%;
	color: #FFF9EA;
}
.bolddark {
	font-weight: bold;
	font-size: 130%;
	color: #663333;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.bolddarkitalics {
	font-weight: bold;
	font-size: 130%;
	color: #C78D8D;
	font-style: italic;
}
.bolddarkred {
	font-weight: bold;
	font-size: 110%;
	color: #990000;
}
.trbetweens {
	font-weight: bold;
	font-size: 110%;
	background-color: #999966;
}
.tblprogram {

}
.uniquetext {
	font-weight: bold;
	font-size: 120%;
	color: #333366;
}
.tablemembers {
	text-align: center;
	border: medium double #9E8D67;
	padding: 15px;
}
.tablemembers td {
	padding-bottom: 10px;
	padding-top: 10px;
}
.boldred {
	font-weight: bold;
	font-size: 100%;
	color: #CC0000;
}
.article1 {
	font-weight: bold;
	font-size: 120%;
	color: #CC0000;
	text-align: center;
}
