/* standard elements */
html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #4d6c7f;
	text-decoration: none;
}
a:hover {
	color: #4d6c7f;
}
body {
	background: #fff url(bluebg.jpg) repeat-y center top;
	color: #000;
	font: normal 80% Tahoma, sans-serif;
	font-weight: bold;
}
p, code, ul {
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font: normal 1.8em Tahoma, sans-serif;
	margin-bottom: 4px;
}
code {
	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;
}
blockquote {
	/*background: url(img/quote.gif) no-repeat;
*/
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
h1, h2, h3 {
	padding-top: 6px;
	line-height: 1.3em;
	text-decoration: none;
}
h5 {
    font: normal .7em Tahoma, sans-serif;
	line-height: .7em;
}
/* misc */
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
/*new columns*/
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
b {
	font-size: 110%;
}
em {
	color: red;
}
#maincontainer {
	width: 950px;
/*Width of main container*/
	margin: 0 auto;
/*Center container on page*/
}
#topsection {
	background: #e7f0ff url(logo.jpg) no-repeat top center;
	height: 120px;
/*Height of top section*/
}
#topsection h1 {
	margin: 0;
	padding-top: 15px;
}
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	margin-left: 300px;
/*Set left margin to LeftColumnWidth*/
}
#leftcolumn {
	float: left;
	width: 300px;
/*Width of left column*/
	margin-left: -950px;
/*Set left margin to -(MainContainerWidth)*/
	/*background: #e7f0ff;
*/
}
/*#footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
#footer a {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFFF80;
}
*/
.innertube {
	margin: 10px;
/*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
/* structure */
.container {
	/*background: #FFF;
*/
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0px 0px;
	width: 950px;
}
/* header */
.top {
	height: 190px;
	/*padding: 30px 10px 30px;
*/
}
/* title */
.header {
	background: url(img/logo.jpg) no-repeat;
	color: #B7C7D1;
	height: 1300px;
	font-size: 1.2em;
	height: 0px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 780px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
	font-family: "Lucida Sans Unicode", sans-serif;
}

img {
	border: 0px solid #CCC;
	
}
img.float-right {
  margin: 5px 0px 10px 10px;
  float:right;  
}
img.float-left {
  margin: 0px 20px 10px 0px;
  float:left;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer .right {
	color: #DEF;
}
.footer .right a {
	color: #DEF;
	text-decoration: none;
}
.footer a, .footer a:hover, .footer .right a:hover {
	color: #FFF;
}
/********** horizontal menu ***********/
.menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu li {
	font: 13px "century gothic", sans-serif;
	float: left;
	position: relative;
	z-index: 80;
}
.menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
}
.menu a, .menu:visited {
	display: block;
	font: 16px "century gothic", sans-serif;
	font-weight: bold;
	width: 189px;
	padding: 7px 0;
	color: #000;
	text-decoration: none;
	margin-right: 1px;
	text-align: center;
}
.menu:hover {
	color: #fff;
	background: #adbfcb;

}
.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 180px;
	height: 0;
}
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}
/********** end horizontal menu ***********/
label, input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
br {
	clear: left;
}
