/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #3366FF;
}
a:hover {
	color: #000000;

}
img.floatLeft {
    float: left;
    margin: 4px;
}

body {
	background: #0094D6 url(img/background.gif) repeat-x;
	color: #466;
	font: normal 70.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(images/line.png) repeat -x;
}

.header {
	height: 102px;
}

/* title */
.title {

         position: absolute;
	 left: 0;
         float: left;
         padding: 28px 0 0 0px;
}
.title h1  {
       
}


/* title */
.title1 {
        float: right;
        position: absolute;
        right: 0;
        padding: 28px 0 0 76px;
}
.title h1 {
        color: #FFF;
        font: normal 2em Verdana,sans-serif;
}


/* navigation */
.navigation {
	float: right;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #FFF;
        float: right;
	font: bold 1.0em "Trebuchet MS",sans-serif;
	margin-top: 36px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
         background-color: #4A91C3; 
    font: bold 1.1em "Trebuchet MS",sans-serif;
	color: #000000;
}

/* main left */
.sidenav {
       position: absolute;
        left: 0;
        float: left;
         width: 24%;
}

/* main right */
.sidenav1 {
       position: absolute;
        right: 0;
        float: right;
        width: 12%;
}

/* main */
.main {
        background: #FFF url(img/bgmain.gif) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

.sidenav h1 {
        clear:left;
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

/* content */
.content { 
        margin-right: -5%;
	width: 50%;
}

.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content h1 {
	word-spacing: 5px;
	color: #000;
        vertical-align: left;
        cursor: text;
	text-decoration: none;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: center center;
	border: 0;
}

.content #col1 {
  width: 45%;
  float: left;
}
.content #col2 {
  width: 45%;
  float: right;
}
.content #navbot {
	position: absolute;
	bottom: 2em;
}


/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url(img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}



 
