
/* standard elements */
html {min-height: 100%;}


a {color: #963;}
a:hover {color: #C60;}

body {
	background: #ffcc00;
	color: #22007A;
	font: normal 0.9em "Trebuchet MS",Arial,sans-serif;
    line-height: 150%;
}

p,code,ul {padding-bottom: 1em;}

li {list-style: none;}

h1 {
	margin: 10px 0 10px 0;
    color: #0000fe;
    font-size:20px;
}

h2 {
    margin: 10px 0 10px 0;
    color: #0000fe;
    font-size:17px;
}

h3 {
    margin: 10px 0 15px 0;
    color: #0000fe;
    font-size:15px
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	line-height: 1.8em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

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

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
    border: 1px solid #0000fe;
    border-width:0px 2px 2px 2px;
}

/* header */
.top {
	padding: 20px 0px 20px 0;
    
}

/* title */
.header {
	background: #FFF;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
       border: 1px solid #0000fe;
    border-width:2px 2px 0px 2px;
}



/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.png);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.png);
	border-right: 1px solid #DFEEF7;
	color: #0000fe;
	display: block;
	float: left;
	font: bold 12px;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #fff;}

/* main */
.main {
	border-top: 4px solid #FFF;
}

/* sub navigation */
.rightpics {
	float: right;
	width: 200px;
}

.rightpics h2 {
	color: #EBAB00;
	line-height: 30px;
	margin: 0;
	padding-left: 0px;
    text-align:center;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 541px;
    border-right: 1px dotted #CCD8E0;
    text-align: justify;
    
}
.content .descr {
	color: #22007A;
	font-size: 11px;
	margin: 5px 0 10px 0px;
    font-weight: bold;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}


/* footer */
.footer {
	background: url(img/footer.png) repeat-x;
	text-align: center;
    height: 50px
}
.footer p {color: #FFFF00;font-size: 11px; line-height: 19px; padding:6px 0 0 0;}
.footer a,.footer a:hover {color: #FFF;}