/* CSS Document */

* { /* Reset all default padding and margin */
   padding:0;
   margin:0;
}

/* ----------- MAIN LAYOUT ----------- */
html {font-size: 101%}

body {font-size: 0.625em; margin: 0 0 10px 0;}

h1, h2, h3, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin: 1em 0 0.5em 0;}
li, dd {margin-left:5%; margin-bottom: 0.2em;}
fieldset {padding: .5em;}

a {outline: 0; color: #3532CB;} /* FF removes dotted line around links */
a:link {text-decoration: underline;}
a:hover {text-decoration: none;}
a:visited {text-decoration: underline;}
a:visited:hover {text-decoration: none;}

img {border: 0;}

h1, h2, h3, #rpanel ul li a {color: #000; font-weight: normal; font-family: "futura medium", Arial, Verdana;}
h1 {font-size: 1.6em; color: #000000;}
h2 {font-size: 1.5em; color: #0D6CAC;}
h3 {font-size: 1.2em;}

table {width: 100%;}
th {text-align: left;}
td {text-align: left;}

#container {
	font: 1.2em Arial, Helvetica, Verdana;
	margin: 0 auto;
	width: 855px;
	position: relative;
	color: #333;
	overflow: hidden;
	line-height: 1.5em;
	text-align: justify;
}

#header:after,
#content:after,
#banner:after,
#maincontent:after,
#footer:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#header {
	border-top: 8px solid #0D6CAC;
	height: 169px;
	position: relative;
	overflow: hidden;
	background: url(../images/headers/header2.jpg);
}

#header h1,
#header h2,
#header h3 {display: none;}

#header * {margin: 0; line-height: normal;}
#header ul {
	position: absolute;
	top: 0;
	right: 10px;
	
}

#header ul li {
	list-style-type: none;
	float: left;
	margin: 0 5px 0 0;
}

#header ul a:link,
#header ul a:visited,
#header ul a:active {
	display: block;
	/*padding: 2px 20px 6px 20px;
	background: #3532CB;*/
	text-decoration: underline;
	color: #FFF;
	width: 101px;
	height: 22px;
	padding-top: 1px;
	text-align: center;
	background: url(../images/tab.png) no-repeat center bottom;
	font-size: 12px;
}

#header ul a:hover,
#header ul a:visited:hover {text-decoration: none;}

#content {
	border: 8px solid #0F993D /*#34CB00*/;
	position: relative;
}

#banner {width: 809px; padding: 15px;}
#banner a img {
	filter: alpha(opacity=100);
	opacity: 1;
}

#banner a:hover img {
	filter: alpha(opacity=50);
	opacity: .5;
}
#maincontent {width: 100%; background: url(../images/green.gif) repeat-y top right;}

#lpanel, #rpanel {float: left;}
#lpanel {width: 598px; padding: 0 20px 15px 15px;}
#rpanel {width: 206px; background: #0F993D; color: #FFF; padding-bottom: 15px;}
#rpanel p {margin-left: 15px; margin-right: 15px;}
#rpanel h2 {background: #99E680; margin: .5em 0; padding: .4em 15px;}
#rpanel ul li {
	list-style-type: none;
	background: #99E680;
	margin: 4px 0;
}
#rpanel ul li a,
#rpanel ul li a:link,
#rpanel ul li a:active,
#rpanel ul li a:visited {
	display: block;
	padding: .4em 15px;
	color: #000;
	font-size: 1.2em;
	text-decoration: none;
}

#rpanel ul li a:hover,
#rpanel ul li a:visited:hover {
	background-color: #0D6CAC;
	color: #FFF;
}

#rpanel a,
#rpanel a:link,
#rpanel a:active,
#rpanel a:visited {color: #FFF;}

.box {
	border: 1px solid #000;
	margin-right: 20px;
	float: left;
}

.last {margin: 0;}

/*CONTENT TABLE*/

.contenttable table {
	width: 99%;
	/*border : 1px solid #DBDBDB;*/
	margin : 0 0 1em 0;
	caption-side : top;
	background-color:#DBDBDB;
}

.contenttable caption {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight:bold;
	font-style: normal;
	text-decoration: none;
}

.contenttable th {
	vertical-align : top;	
	padding : 2px 5px 2px 5px;
	text-align : left;
	background-color:#FFFFFF;
	font-weight:bold;
	line-height: 1.4em;
}

.contenttable td{
	vertical-align : top;
	padding : 1px 5px 1px 5px;
	line-height : 16px;
	text-align : left;
	background-color:#FFFFFF;
}

#footer {
	padding: 5px 0px;
	font-weight: bold;
}

.copyright {
	float: left;
	width: 60%;
	margin: 0;
}

.copyright a,
.copyright a:active,
.copyright a:link,
.copyright a:visited {color: #777;}

.design {
	 float: left;
	 width: 40%;
	 text-align: right;
	 margin: 0;
}

.design a,
.design a:active,
.design a:link,
.design a:visited {
	text-decoration: none;
	color: #000;
	outline: none;
}

.design a:hover,
.design a:visited:hover {
	color: #000;
}

.design a span,
.design a:active span,
.design a:link span,
.design a:visited span {
	text-decoration: underline;
	color: #CC0033;
	padding: .2em .3em;
}

.design a:hover span,
.design a:visited:hover span  {
	text-decoration: none;
	color: #FFF;
	background: #CC0033;
}

img.right {
	float:right;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

img.left {
	float:left;
}

.left {
	text-align:left;
}


