﻿/* This style sheet was adapted from a templata by Andreas Viklund's http://andreasviklund.com */


body {
padding: 0;
margin: 20px 0;
font-family: arial, Helvetica, trebuchet MS, sans-serif;
font-size: .8em;
text-color: black;
background-image: url('images/bg14.png');
background-repeat: repeat-x;
}

img.blueborder {border: 5px #003366 double;}
img.floatRight { float: right; margin: 14px; padding-left: 8px; border-style: none;}
img.floatLeft { float: left; margin: 14px; padding-right: 8px; border-style:none;}

a img {
border: 0;
}


a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
}


h1 {
margin: 20px 10px 10px 10px;
font-size: 1.6em;
font-weight: bold;
text-align: center;
color: #151B54;
}


h2 {
margin: 1.5em 1em 0em 0em;
font-size: 1.2em;
font-weight: bold;
color: red;
}


h3 {
margin: 1.2em 1em 0em 0em;
font-size: 1.2em;
font-weight: bold;
color:  black;
}


h4 {
margin-top: .8em;
margin-bottom: 0em;
font-size: 1.1em;
font-weight:normal;
color:  red;
}


p {
margin: 1em 1em 0 0;
text-align: justify;
}

p.bold {font-weight: bold;}
p.italic {font-style: italic;}
p.center {text-align: center;}
p.red {color: red;}
p.counter {color: #15317E; font-size:1em; text-align: center;}
p.form {
	margin-bottom:.2em; margin-top: 1.2em;font-size : 1.1em; color: #15317E;
}


p.comments {
font-family: arial, Helvetica, trebuchet MS, sans-serif;
font-size: .9em;
color:red;
}

p.form2 {
	margin-bottom:.2em; margin-top: 1.2em;font-size : 1.05em; color: #15317E;
}


p.lastpage {
	text-align:center; color:red; font-weight:bold; font-size: 1.2em; padding-top:15px;
}

#container {
	
border: 5px double #EEE; 
border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 	
margin: 0 auto auto auto;
width: 760px;
padding: 5px 20px 20px 20px;
background: #ffffff;
}


#navitabs {
clear: both;
}

.navitab {
padding: 4px 8px 4px 8px;
text-decoration: none;
letter-spacing: 1px;
background: #e0e0e0 url('images/corner.gif') no-repeat right top;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
}

.navitab:hover {
text-decoration: none;
background: #d0d0d0 url('images/corner.gif') no-repeat right top;
}

.activenavitab {
padding: 4px 8px 5px 8px;
color: #ffffff;
text-decoration: none;
background: #505050 url('images/corner.gif') no-repeat right top;
}

.activenavitab:hover {
text-decoration: none;
}


.hide {
display: none;
}


.photo {
padding: 5px;
display: block;
margin: 0 auto 15px auto;
background-color: #f0f0f0;
}


#desc {
height: 175px;
padding: 12px 0px 0px 0px;
background: white url('images/header.jpg') no-repeat left top;
clear: both;
margin: 10px 0 0 0;
}


#main {
width: 590px;
float: left;
padding: 0 15px 0 0;
border-right: 1px solid #d0d0d0;
}


.block {
background: #f0f0f0;
padding: 15px;
}

#sidebar {
width:140px;
float:right;
}

#footer {
clear: both;
background: #fafafa;
color: #808080;
font-size: 0.9em;
padding: 8px 0 8px 0;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
text-align: center;
}

#footer a {
color: #808080;
}


#brleft {clear: left;}

#intro {
font-family: trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
font-size: .9em;
text-align: justify;
color: black;
border-style: dotted;
border-width: 1px;
padding: .7em;
margin: 20px 5px 0px 0px;
}

#HREC {
font-size: .9em; 
font-family: arial; 
font-style: italic;
text-align: justify;
color: 	black;
padding: .9em 0 0 0;
}


input.btn{ color: black;  font-size:1.3em; font-weight: bold; background-color:#FDD017; width: 250px; height: 35px; border: solid 2px;}
input.btnhov{ color: black; font-size: 1.3em; background-color: orange;}


input.nxtpg {
  color:black;
  font: bold 1em 'trebuchet ms',helvetica,sans-serif;
}



table.matrix{
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom: 20px;
	
}

table.matrix tr.header td {
	background-color: #E3E4FA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}



table.matrix tr.odd td {
	background-color: #E3E4FA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
table.matrix tr.even td {
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#form{
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left:20px;
	padding-right: 20px;
}


table.matrix{
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom: 20px;
	
}


table.matrix2{
	width: 530px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom: 20px;	
}

table.matrix2 tr.header td {
	background-color: #E3E4FA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}

table.matrix2 tr.header2 td {
	background-color: #E3E4FA;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	text-align:center;
}

table.matrix2 tr.header3 td {
	background-color: #E3E4FA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align:center;
	font-size:.9em;
}

table.matrix2 tr.header4 td {
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align:center;
	font-size:.9em;
}



table.matrix2 tr.odd td {
	background-color: #E3E4FA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
table.matrix2 tr.even td {
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}


table.matrix2 tr.tasq td {
	background-color: #E3E4FA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	font-size:1em;
}
table.matrix2 tr.tasa td {
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:center;
	font-size:1em;
}

form{
	margin-left:auto;
	margin-right:auto;
	width: 375px;

}

label
{
width: 5em;
float: left;
text-align: ;
margin-left: 5px;;
display: block
}


fieldset
{
border: 3px solid #566D7E;
padding:5px;
width: 375px;
height: 110px;
background-color: #E3E4FA;
padding-bottom: 10px;
line-height: 2em;
}

legend
{
color: #fff;
background: #2B3856;
border: 1px solid #E3E4FA;
width: 150px;
font-weight:bold;
padding-left:10px;
} 


input.textbox
{
	margin-left: 10px;
	margin-top: 10px;
	background-color:white;
	width:200px;
}

.checkbox {
margin-left: 29px;
 }


.style1 {
	color: 	#25587E;
}
