/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #009933;
}
a:hover {
	color: #006633;
}

body {
	background: #c7e09e url(images/background.gif) repeat-x left top;
	color: #000;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

quote {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}


h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */

/* title */
.header {
	font-size: 1.2em;
	height: 303px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left {
	color: #FFF;
	height: 303px;	
}
.header .left {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;
	width: 780px;
	background-image: url(images/logocloud.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* spacing */
.spacer {	
	height: 41px;
}
/* main */
.main {
	border-top: 4px;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 210px;
	padding: 0;
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 1em;
}
.sidenav h2 {
	color: #666699;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
}

.sidenav li a {
	font-size: 1em;
	color: #009933;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #d2cedf;
	color: #ffffff;
}

.sidenav li a:active {
	background: #d2cedf;
	color: #ffffff;
}

/* content */
.breadcrumb {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: .8em;
}

.breadcrumb a{
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 1em;
	color: #009933;
	font-weight: normal;
}

.breadcrumb a:hover {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 1.0em;
	color: #006633;
}

.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
	text-align: justify;
	font-size: 1em;
	background-image: url(images/foot-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: 20px;
	line-height: 20px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.motto {
	font-family: "Comic Sans MS";
	font-size: 1em;
	text-align: right;
	font-weight: bold;
}

/* footer */
.footer {
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 10px;
	text-align: center;
	background-color: #c7e09e;
	background-image: url(images/.gif);
	background-repeat: repeat-x;
}

