@charset "UTF-8";
/* ----------- basic styling -----------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #006699;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image: url(../images/bg-koru.jpg);
	background-repeat: repeat-x;
	}
#container {
	position:relative;
	width: 780px;
	margin: auto;
	text-align:left;
	background-color:#FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-left-color: #006699;
	}
a:link {
	color: #FC0201;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #006699;
}
#video {
	background-color: #FFFFFF;
	border: 2px dotted #006699;
	padding-bottom: 7px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
}
#content {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #003366;
	}	
#content  p {
	line-height: 1.7em;
	text-align: justify;
	padding-right: 30px;
}
#clear {
	clear:both;
	}		
/* ----------- position  container elements -----------*/
#header{
	position:relative;
	background-color: #FFFFFF;
	height: 121px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 30px;
	}
#header h1 {
	margin-left: -9000px;
}
#header #topImage {
	position: absolute;
	top: 0px;
	left: 0;
	width: 140px;
	height: 91px;
	background-image: url(../images/top01.jpg);
	margin-left: 27px;
}
/* -- main navigation styles --*/
#header ul {
	position:absolute;
	left: 27px;
	bottom: 0;
	height: 30px;
	width: 727px;
	list-style: none;
	background:url(../images/bg-button.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
}
#header ul li {
	float:left;
}
#header ul a {
	font-size:14px;
	line-height:2.1em;
	text-decoration:none;
	color:#FFFFFF;
	float:left;
	display:block;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 0.8em;
	padding-left: 0.8em;
}
		
#header  ul  a.selected {
	color: #43B1E6;
	}
#header ul a:hover {
	color: #FFFFFF;
	background-image: url(../images/bg-over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}	
	
	/* ----- end of navigation ---- */
		
#copy {
	margin-left: 27px;
	line-height: 1.7em;
	color: #003366;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 27px;
}
#logo {
	text-align: center;
	width: 363px;
	float: right;
}
#logoRight {
	text-align: center;
	width: 363px;
}
#sidebar {
	float: left;
	width: 118px;
	height: 455px;
	padding-top: 0.4em;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: #E1EEF4;
	margin-right: 22px;
	margin-left: 27px;
	background-image: url(../images/bg-side_panel.jpg);
	background-repeat: repeat-y;
}
#sidebar h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #FC0201;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-bottom: 0.3em;
}
#sidebar h3 {
	font-size: 110%;
	font-weight: bold;
	color: #006699;
	text-align: center;
	line-height: 1.2em;
}
#sidebar p {
	line-height: 1.4em;
	font-weight: bold;
	color: #003366;
	text-align: center;
	font-size: 90%;
}
#rightColumn {
	float: right;
	width: 300px;
	margin-left: 23px;
	padding-top: 0px;
}
#rightColumn2 {
	float: right;
	margin-left: 23px;
	padding-top: 0px;
	width: 353px;
}
#rightColumn3 {
	float: right;
	margin-left: 15px;
	padding-top: 8px;
	background-position: top;
}
#footer {
	font-style:italic;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ABB4B9;
	padding-bottom: 10px;
}	
#footer a {
	color: #006699;
}
#footer a:hover {
	color: #FC0201;
}
#quote {
	background-image: url(../images/bg-quote.gif);
	height: 130px;
	width: 260px;
	padding-top: 20px;
	padding-right: 32px;
	padding-left: 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	margin-top: 15px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
h4 {
	margin-left: -9000px;
} 		
.smallType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	display: block;
	margin-top: 0.5em;
	line-height: normal;
}
.offright {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 8px;
}
#box {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	background-color: #006699;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
	padding: 20px;
	margin-top: 25px;
	background-image: url(../images/bg-koru.jpg);
	background-repeat: repeat-x;
	border: 2px solid #006699;
}
#panel {
	background-color: #E1EEF4;
	display: block;
	width: 320px;
	border: 1px solid #43B1E6;
	margin-top: 8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 8px;
}
.redBold {
	font-style: italic;
	font-weight: bold;
	color: #FC0201;
}
.caption {
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
.italic {
	font-style: italic;
}
#form {
	padding: 20px;
	list-style-position: inside;
	background-color: #E1EEF4;
	border: 1px solid #43B1E6;
}
form li {
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.5em;
	margin-left: 0px;
	font-style: normal;
	list-style-type: none;
}

.radio label {
	display: block;
	width: 9em;
	padding: 0px;
	float: left;
}
.smaller {
	font-size: 85%;
	line-height: normal;
}
.floatRight {
	float: right;
}
#floatRight {
	float: right;
	padding-right: 50px;
}
