/* CSS Template by gorotron */

body {
	background-color:#CBE5FF;
	margin:20px;
	padding:0;
	text-align:center;
}

h1 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:18px;
	color:#369;
	font-weight:bold;
	margin:10px 0 0 0;
	padding-bottom:5px;
}

h3 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin:0;
	padding:0;
}

h4 {
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin:0;
	padding:0 0 5px 0;
}

p {
	margin-top:5px;
	padding-bottom:5px;
	font-size:11px;
	line-height:1.5em;
}

.text {
	margin-top:5px;
	margin-right: 100px;
	padding-bottom:5px;
	text-align:justify;
	font-size:14px;
	line-height:1.5em;
}

a { text-decoration: none; color:#369;}

table {
	width:460px;
}

img {
	border:0px;
}

#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 auto;
	width:780px;
	padding:10px;
	height:auto;
	background-color:#FFF;
	text-align:left;
}

#banner {
	width:780px;
	height:120px;
	background-image:url(header.jpg);
}

#bannerLeft {
	width:165px;
	height:90px;
	margin-left:10px;
	margin-top:15px;
	background-image:url(logo.gif);
	float:left;
}

#bannerRight {
	width:350px;
	height:80px;
	margin-top: 5px;
	margin-right: 5px;
	background:url(info.jpg);
	float:right;
}

#content {
	background:url(bg.gif) repeat-y;
	height:1%;
	}

#leftColumn {
	width:190px;
	background:url(bgl.gif) no-repeat;
	float:left;
}

#nav {	
	list-style: none;
	width: 150px;
	margin: 80px 0 20px 30px;
	padding: 0;
	font-size: 1.6em;
	text-indent: -9999px; 
}

#nav li, #nav a {
	display:block;
	text-decoration:none;
	padding:0;
	width:150px;
	height:30px;
	background: #FFFFFF url(menu.gif) no-repeat;
	
}

#navi02 a {background-position: 0 -30px;}
#navi03 a {background-position: 0 -60px;}
#navi04 a {background-position: 0 -90px;}
#navi05 a {background-position: 0 -120px;}
#navi06 a {background-position: 0 -150px;}

#navi01 a:hover {background-position: -150px 0;}
#navi02 a:hover {background-position: -150px -30px;}
#navi03 a:hover {background-position: -150px -60px;}
#navi04 a:hover {background-position: -150px -90px;}
#navi05 a:hover {background-position: -150px -120px;}
#navi06 a:hover {background-position: -150px -150px;}

#leftColumnBottom {
	width:190px;
	height:auto;
}

#lbanner {
	margin-left: 30px;
}

#rightColumn {
	float:left;
	width:590px;
	background:url(bgr1.gif) no-repeat;
}

#clear {
	clear:both;
}

.date {
	font-size:10px;
	color:#999;
	font-weight:normal;
}

#footer {
	width:780px;
	height:75px;
	background:url(footer.jpg) no-repeat;
}

#footer img {
	margin: 0;
	padding: 26px 0 0 623px;
}

#copyright {
	padding-top:10px;
	text-align: center;
	font:10px Arial,Helvetica,sans-serif;
	color:#369;
}

#copyright a {
	text-decoration:none;
	color:#369;
}

#copyright a:hover {
	color:#F39;
}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin: 0.5em 1em 0 0;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }

