

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #03c; 
   TEXT-DECORATION: none;}
a:hover {color: #C60;}

body {
	background: #DFEAFF url(img/) repeat-x left bottom;
	color: #444;
	font: normal 70% verdana,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}

li {list-style: none;}

h1 {
	font: normal 1.8em Verdana,sans-serif;
	margin-bottom: 4px;
}
h2 {
    font-size:1.2em; 
	font-weight:bold; 
}
h3 {
    font-size:1.2em; 
	font-weight:bold; 
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Verdana,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

h4 {
padding-top: 6px;
padding-bottom: 6px;
font-size: 14px;
color:#660000;
font-weight: bold;
}

h5 {
font-size: 12px;
color:#3366CC;
font-weight: bold;
}
.p2 {
padding-left: 20px;
}
.style1 {font-weight: bold}
/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	background: url(img/) repeat-x;
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 0px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #A4A4A0 url(images/logo.jpg) no-repeat;;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #B3C2C7 url(images/header.jpg) no-repeat;
	font: normal 2.8em "Times New Roman",sans-serif;
	line-height: 50px;
	text-align: left;	
	width: 640px;
}
.header .right {
	overflow: auto;
	width: 140px;
	text-align: center;	
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}
.bar {
    background: #D9E1E5 url(images/bg-bar.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 10px;
}
.headerstyle{
display:block;
margin:15px 0 10px 0;
padding:5px 0 5px 8px;
background:#eee url(images/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

/* navigation */
.navigation {	
	background: #D9E1E5 url(images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(images/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #336699;
	font-size: 1em;
	font-weight: bold;
	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.0em;
	font-weight:bold;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #CADBFF;
	color: #654;	
}
.sidebox {
	float: right;
	width: 205px;
	height:auto;
	margin-top: 15px;
	padding: 5px 0 0 5px;
}
.sidebox h3 {
    font-size:12px;
	font-weight:bold;
	color:#006699;
	text-align:center;
	padding:5px 0 5px 0;
}
/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
	text-align:left;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
	margin-bottom:5px;
}
.content ul ul li {
    list-style: url(images/li-square.gif); 
	margin-left: 18px;
	margin-bottom:5px;
	padding-top:5px;}
.content ul ul ul li {
    list-style: url(images/box_bullet.gif); 
	margin-left: 18px;
	margin-bottom:5px;}
.content p {font-family: Verdana,sans-serif;}
.article { display:block; margin-bottom:5px; border-bottom:1px dashed #999; }

/*logo gallery*/
#gallery {
height : auto;
margin : 20px 0px 0 0px;
}
#gallery img {
float : left;
margin : 5px;
padding : 10px;
border : 1px solid #ddd;
}

.blue_btn{
    	background:url(images/butn_bk_blue.gif) repeat-x;
		border:1px solid #A3BAD1;
		padding:3px 5px 3px 5px;
		font:normal 11px verdana;
		text-decoration:none;
        margin:0px;
        height:20px;
}

#pagination{
        float:right;
        color:#1C4F81;
		margin: 0px;
        padding:5px;
}

#pagination .blue_btn{
		margin-right:3px;
		background:url(images/butn_bk_blue.gif) repeat-x;
		border:1px solid #A3BAD1;
		padding:3px 6px 3px 6px;
		font:normal 11px verdana;
		text-decoration:none;
}

#pagination .on{
		margin-right:3px;
		background-color:#dbe4ed;
		border:1px solid #A3BAD1;
		padding:3px 6px 3px 6px;
		font:bold 11px verdana;
		color:#1C4F81;
		text-decoration:none;
		height:20px;
}

#pagination a:hover.blue_btn{
        background:#DBE4ED;
}

/* footer */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a {color: #FFF;}
.footer a:hover {color: #C60;}
