* {
    margin: 0;
    padding: 0;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 color: #000000;
	 background: transparent;
}
body {	
	font-size: small;
	text-align: center;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
div, img, a, td, ul, ol {
    font-size: 1em;
}
p {
	padding-bottom: .5em;
}
b, strong {
	font-weight: bolder;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
hr { 
	height: 1px;
	border: none;
	border-top: 1px solid #3E6CBE;
	padding: .5em 0px;
}
ul {
    margin: 5px 0 10px 0;
	 padding: 0px;
}
li {
	position: relative; left: 1.5em;
    list-style: none;
	 list-style-image: url(imgs/bull.gif);
	 list-style-position: outside;
    margin-bottom: 3px;
	 margin-left: 1em;
	 margin-right: 2em;
}
ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
	 background: transparent;
}
h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000080;
}
h1 {
	font-size: 1.7em;
	margin: 10px 0px 4px 0px;
}
h2 {
	font-size: 1.5em;
	margin: 8px 0px 3px 0px;
}
h3 {
	font-size: 1.3em;
	margin: 8px 0px 3px 0px;
	font-weight: bolder;
}
h4, h5, h6, h7, h8 {
	font-size: 1em;
	margin: 6px 0px 2px 0px;
	font-weight: bolder;
}

a, a:link, a:visited {
	text-decoration: none;
	border-bottom: none;
	color: #0000CC;
	}
a:hover {
	color: #980099;
	background: transparent;
	text-decoration: underline;
}
a img, img {
	border: none;
}
input, textarea, select {
   border: 1px solid #699DBB;
	background-color: #ffffff;
	margin: 3px 5px;
	padding: 3px;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
}
input.cbox {
	background-color: transparent;
	border: none;
}
input.button {
	background-color: #1B3880;
	background-image: url(imgs/button_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	padding: 3px 20px;  
/*	~padding: 3px 0px; */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	cursor:hand;
}
table {
	background: transparent;
	border: none; 
	width: auto;
	border-collapse: collapse;
	empty-cells: hide;
	table-layout: auto;
}
tr, td {
	background: transparent;
	border: none;
	width: auto;
}

fieldset {
	border: 1px solid #699DBB;
	padding: 5px;
	margin-bottom: 10px;
}
fieldset legend {
	padding: 0px 3px;
}
fieldset legend a:link, fieldset legend a:visited {
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
}
fieldset legend a:hover {
	text-decoration: underline;
}
/***************************************************************/


/* Page
-----------------------------------------------------------------------*/
#page {
	text-align: left;
	background-color: transparent;
	margin: 0px 5px 20px 5px;
	width: 1250px;
}
#page td.hgrid {
	/* background: url(imgs/logor.jpg) no-repeat top right; */
	width: 1280px;
	border: 1px solid #9400D3;
	background: url(imgs/head.jpg) no-repeat bottom left;
}


/* SIDEBAR 
------------------------------------------------------------------------*/
#sidebar {
	width: 200px;
	vertical-align: top;
}
#sidebar div.module{
   margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
	font-size: 85%;
	line-height: 1.4em;
	border: 1px solid #699DBB;
	background-color: #1B3880;
	width: 200px;
}

#righbar {
	width: 245px;
	vertical-align: top;
}
#news, #twitter {
	margin-bottom: 5px;
	border: 1px solid #699dbb;
	font-size: 0.9em;
}
#news .title, #news .date {
	background-color: #699dbb;
	padding: 2px 3px;
	color: #cccccc;
}

#news div.title a {
	color: #ffffff;
	font-size: 1em;
}
#news .description {
	padding: 3px;
}
#news div.link {
	padding: 3px;
}
#news div.link a {
	color: #FF7F50;
}
#twitter div.title {
	background-color: #eeeeee;
	padding: 2px 3px;
	color: #000080;
}
#twitter div.date {
	background-color: #eeeeee;
	padding: 2px 3px;
	color: #333333;
}
/*----- MAIN MENU -----*/
#topnav div.line {
	margin-left: 8px;
}
#topnav a {
	font-size: 1.3em;
	padding-left: 15px;
}
#topnav a:hover {
	text-decoration: none;
	color: #FF4500;
}
#topnav a.ROW {
	color: #ffffff;
	background: url(imgs/bull.gif) no-repeat top left; 
}
#topnav a.active {
	color: #FF8C00; 
	background: url(imgs/bull2.gif) no-repeat top left; 
}
#topnav div.ROW {
	background: url(imgs/menu_hr1.jpg) no-repeat bottom left; 
	padding-bottom: 4px;
	margin-bottom: 4px;
}
#topnav div.active {
	background: url(imgs/menu_hr2.jpg) no-repeat bottom left; 
	padding-bottom: 4px;
	margin-bottom: 4px;	
}

/*----- SEARCH -----*/
div.search {
display: block;
margin-bottom: 8px;
}
input.FSF_input {
   border: 1px solid #699DBB;
	background-color: #E9EDF9;
	width: 157px;
	margin: 0px 5px 0 0;
	padding: 4px;
}
input.FSF_submit {
	background-color: transparent;
	background-image: url(imgs/find.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	border: none;
	cursor:hand;
	margin: 0px;
}


/* Content
------------------------------------------------------------------------- */

#contarea {
   margin: 5px 3px 5px 0px;
	padding: 0px 10px 20px 10px;
	text-align: left;
   border: 1px solid #699DBB;
	background-color: #E9EDF9;
	vertical-align: top;
}
#contarea_HL2 {
   margin: 5px 3px 5px 0px;
	padding: 0px 10px 20px 10px;
	text-align: left;
   border: 1px solid #FF8C00;
	background-color: #E9EDF9;
	vertical-align: top;
}
#contarea_HL3 {
   margin: 5px 3px 5px 0px;
	padding: 0px 10px 20px 10px;
	text-align: left;
   border: 1px solid #48B549;
	background-color: #E9EDF9;
	vertical-align: top;
}
#contarea h3 {
	padding: 0px;
}
#contarea li {
	list-style: none outside url(imgs/bull.gif);
	padding-left: .3em;
	margin-bottom: 7px;
}
#contarea table.data {
width: 100%;
border: 1px solid #699dbb;
margin-bottom: 10px;
}
#contarea table.data th {
	background-color:  #699dbb;
	padding: 3px 5px;
	vertical-align: top;
}
#contarea table.data .fill {
	background-color: #699dbb;
}
#contarea table.data td {
	padding: 3px 5px;
	vertical-align: top;
	border-bottom: 1px solid #699dbb;
}
#contarea table.data td.stitle {
	width: 30%
}
#contarea table.data td.svol {
	width: 70%
}

#contarea table.data_list {
	width: 100%;
	margin-bottom: 15px;
	border-color:  #699dbb;
}
#contarea table.data_list td {
	line-height: 17px;
	border-top: 1px solid #699dbb;
	border-bottom: 1px solid #699dbb;
	padding: 0px 5px;
}
#contarea table.data_list th {
	line-height: 17px;
	text-align: center;
	font-weight: bold; 
	border-bottom: 1px solid #699dbb;
	border-top: none;
}


/* NEWS
------------------------------------------------------------------------- */
fieldset div.head {
	border-bottom: 1px solid #C0C0C0;
}
fieldset div.head span.title {
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 4px 2px;
}
fieldset span.readmore {
	display: block;	
}
fieldset span.readmore a {
 	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
 }
/* DOWNLOAD 
------------------------------------------------------------------------- */
#upfolder {
   margin-top: 5px;
	margin-bottom: 10px;
}
#files div.fd-file {
	margin-left: 0px;
}
#files span.head, #folders span.head {
	display: block;
	font-size: 0.9em;
	color: #CCCCCC;
}
#files span.description, #folders span.description  {
	font-size: 0.9em;
}
#files {
	margin: 2px 0px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}
#files td.icons, #folders td.icons {
	vertical-align: top;
	width: 26px;
	padding: 4px 2px;
}
#files td.dload, #folders td.dload {
	padding: 2px;
	vertical-align: top;
}
#folders {
	margin-bottom: 5px;
}

/* HText
-----------------------------------------------------------------------*/
#htext {
	padding: 0px;
	margin: 0 20px;
	min-width: 800px;
	text-align: left;
}
#huser{
	text-align: right;
   border: 1px solid #699DBB;
	background-color: #E9EDF9;
	position: absolute; right: 20px; top: 10px;
	padding: 4px;	
}

/* Header 
-----------------------------------------------------------------------*/
#header {
	height: 105px;
	padding: 0px;
	margin: 5px 5px 0 5px;
	text-align: left;
	vertical-align: bottom;
	
	width: 100%;
}


/* Footer
------------------------------------------------------------------------- */
td.area {
	height: 80px;
	text-align: center;
	text-align: center;
	color: #ffffff;
	font-size: .8em;
	background: transparent url(imgs/foot.jpg) no-repeat top left;
}
td.area a {
	border-bottom: none;
	color: #000000;
	font-weight: bold;
}




