html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {font-family: "Arial Black"; font-weight:bold; font-size:16px; color:#10639a;}
a:hover {color: #FDD017;}


body {
	background: #CCD8E0 url(img/bg.jpg) repeat-x;
	color: #000;
	font: normal 62.5% Times New Roman,sans-serif;
}

p{font-family: "Times New Roman"; font-weight:normal; text-decoration:underline; font-size:17px; color:#FF0000;
}
.b{font-family: "Times New Roman"; font-weight:bold; font-size:18px; color:#10639a;
}
.b2{font-family: "Times New Roman"; font-weight:bold; font-size:18px; color:#10639a;
}
.b3{font-family: "Arial Black"; font-weight:bold; font-size:20px; color:#000;
}
.b4{font-family: "Times New Roman"; font-weight:bold; font-style:italic; text-align:right; font-size:19px; color:#10639a;
}
.b5{font-family: "Times New Roman"; font-weight:normal; font-style:italic; text-align:right; font-size:16px; color:#10639a;
}
.b6{font-family: "Times New Roman"; font-weight:bold; font-style:italic; font-size:18px; color:#000;
}
.b7{font-family: "Times New Roman"; font-weight:normal; font-size:22px; color:#000;
}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
h2 { font-family: "Times New Roman"; font-weight:bold; font-size:17px; color:#000; }
h3 { font-family: "Times New Roman"; font-weight:normal; font-size:17px; color:#000; }
h4 { font-family: "Times New Roman"; font-style:italic; font-weight:bold; font-size:16px; color:#000; }
h5 { font-family: "Arial Black"; font-weight:bold; font-size:17px; color:#000; }


.text_border
{
font-family: "Times";	
margin: 10pt;
border-style: solid;
border-width: 2pt;
border-color: #000;
padding: 5px;
}

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

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

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

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0px 0px;
	width: 880px;
}


/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 0px 0px 0px;
	width: 880px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #1569C7;
	height: 150px;	
}
.header .left {
	background: #000 url(img/header.jpg) no-repeat;
	font: normal 8.5em "Vivaldi",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 880px;
}
/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 0px solid #AFBEC7;
	color: #1569C7;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 10px;
	text-decoration: none;
}
.navigation a:hover {
background: #ffe558;
color:#10639a;
}

/* main */
.main {
	border-top: 15px solid #DAA520;
	border-bottom: 15px solid #DAA520;
	border-left: 15px solid #DAA520;
	border-right: 15px solid #DAA520;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 190px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 611px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.png);
	margin-left: 18px;
}
.content p {font-family: "Times New Roman",sans-serif;}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #1569C7;
	font: bold 1.5em Times New Roman;
	line-height: 39px;
	text-align: center;
}
.footer a {color: #1569C7;}
.footer a:hover {color: #FDD017;}