@charset "utf-8";
html { overflow: -moz-scrollbars-vertical;  }

html, body {
	height: 100%;
	margin: 0px;
}

div#topbar, #leftbar, #rightbar, div#breadcrums, div#container-left, div#top-leftnav, div#bottom-leftnav, div#leftinfoblock, div#toolbar { display : none; }

div#site {
	background-color: #FFFFFF;
	padding: 20px;
	margin-left:2%;
	margin-right:2%;
}

#logo {
	float: left;
	width: 260px;
	height: 71px;
	margin: 10px;
}
div#topbar {
	height: 100px;
	width: 100%;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 6px;
	border-top-color: #CCCCCC;
	border-bottom-color: #990000;
	border-left-color: #CCCCCC;
	background-image: url(../img/top_back_blue.gif);
	background-repeat: repeat-x;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
	height: 100%;
}

div#searchform {
	width: 220px;
	margin-top: 2px;
	margin-bottom:0px;
}

div#toplinks {
	margin-top: 50px;
	margin-left: 25%;
}

div#content {
	position: relative;
	top: 20px;
}

div#breadcrums {
	display:inline;
	color: #003366;
	float:left;
	padding-top:10px;
	margin-left:212px;
}

div#left-top {
	width: 180px;
	background-color: #EDF2F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom:20px;
}

div#container-left {
	float: left;
	width: 180px;
	margin: 0px;
	display: inline; /* ie6 bug */	
}

div#leftinfoblock {
	width: 180px;
	border: 1px solid #CCCCCC;
	background-color: #EDF2F8;
	margin-bottom:30px;	
}

.leftinfoblock-news {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
}

div#left-bottom {
	width: 180px;
	background-color: #EDF2F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	visibility: visible;
	margin-bottom:20px;	
}

div#middle {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 0px;
}
div#rightbar {
	float: right;
	width: 120px;
	background-color: #FFFFFF;
	height: 30em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
}
  
img.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img.no-border-pad {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:20px;
}

img.news-paypal {
	margin-top:5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: auto;
	margin-right: auto;
	width:62px;
	display: block;
	margin-bottom:5px;
}

.news-ads {
	padding-left:10px;
	padding-right:10px;	
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
	width:120px;
	display: block;	
	margin-top:10px;
	margin-bottom:20px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 3px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 95%;
	font-weight: bold;
	color: #333333;
	margin-bottom:2px;
	margin-right:8px;
	margin-top:25px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 85%;
	font-weight: bold;
	color: #333333;
}

/* normal text */
p {
	font-size: 76%;
	line-height: 170%;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}

.searchtext {
	font-size: 75%;
	font-weight: normal;
	background-color: #F3F3F3;
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}

/* normal links */
a:link {
	color: #003366;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:visited {
	color: #003366;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

/* toplinks */
a.toplink {
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #003366;
	margin-right: 20px;
	font-size: 95%;
	text-transform: uppercase;
}

a.toplink:link {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

a.toplink:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	text-transform: uppercase;
}

a.toplink:hover {
	color: #990000;
	text-decoration: underline;
}

/* breadcrum links */
.bc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size:70%;
}

a.bc {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}

a.bc:link {
	text-decoration: underline;
}

a.bc:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}

a.bc:hover {
	color: #990000;
	text-decoration: underline;
}

/* left links */
a.leftlink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 2em;
	font-weight: normal;
}

a.leftlink:link {
	font-weight: normal;
	text-decoration: underline;
}

a.leftlink:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a.leftlink:hover {
	color: #990000;
	text-decoration: underline;
}

/* sitemap links */
a.sitemap:link {
	color: #003366;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   	font-weight: bold;
}

a.sitemap:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

a.sitemaphover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

/* leftheadlink */
a.leftheadlink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	background-color:#D1DDEB;
}

div#donatelogo {
	visibility:hidden;
}

ul#leftlinks {
	padding: 0px;
	margin: 0px;
}

ul#leftlinks li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-indent: 20px;
}

ul#leftlinks-bottom {
	padding: 0px;
	margin: 0px;
}

ul#leftlinks-bottom li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-indent: 20px;
}

.tbl-head {
	background-color: #990000;
}


ul#ul-toplinks {
	padding: 15px;
	margin: 5px;
}

ul#ul-toplinks li {
	float: left;
	padding: 0px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../img/arrowrgt_red.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	text-indent: 20px;
	list-style-type: none;
}

#submit { /* submit button */
	vertical-align:bottom;
}

.tbl-odd{
	background-color:#FFFFFF;
}
.tbl-even{
	background-color:#EDF2F8 ;
}
div#topsublinks {
	margin-right: 5px;
	color: #666666;
	height: 25px;
	display: inline; /* ie6 bug */
}
div#topright {
	float: right;
	height: 45px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	overflow: hidden;
}

/* left links */
a.topsublink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}

a.topsublink:link {
	font-weight: normal;
	text-decoration: none;
}

a.topsublink:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

a.topsublink:hover {
	color: #990000;
	text-decoration: none;
}


/* related links style classes */
div.relatedlinks-container {
	margin-top: 20px;
}

div.relatedlinks h3 {
	border:1px solid #CCCCCC;
	height:18px;
	margin:0pt;
	width:250px;
	background-color: #EDF2F8;
	color: #003366;
	font-size: 90%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

div.relatedlinkscontainer {
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;;
	width:252px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

ul.relatedlinks {
	padding: 0px;
	margin: 3px;
}

ul.relatedlinks li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../img/arrowrgt_red.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	text-indent: 20px;
}


/* related links */
a.relatedlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #003366;
	line-height: 1.7em;
	font-weight: normal;
}

a.relatedlink:link {
	font-weight: normal;
	text-decoration: underline;
}

a.relatedlink:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}

a.relatedlink:hover {
	color: #990000;
	text-decoration: underline;
}
.newsinfo {
	font-family:"Times New Roman", Times, serif;
	font-size: 70%;
	color: #003366;
	line-height: 70%;
	margin-top: 5px;
}

div#toolbar ul { /* set position of print this page item */
	height: 10px;
	margin-top:10px;
}

div#toolbar {
	height:30px;
	padding:0px;
	margin-top:5px;
	margin-bottom:10px;
	width:100%;
}

div#toolbar a{
	color:#003366;
	text-decoration: none;
}

div#toolbar a:hover {
	text-decoration: underline;
	color: #990000;
}

div#toolbar ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	float: left;
}

.leftbar-head {
	background-color: #D1DDEB;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 160px;
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #003366;
	padding-right: 0px;
	padding-left: 20px;
	line-height: 22px;
}

div#leftbar-related-head {
	background-color: #D1DDEB;
	height: 22px;
	margin-top:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 160px;
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #003366;
	padding-right: 0px;
	padding-left: 20px;
	line-height: 22px;
}

/* hover effect on leftmenu */
#bottom-leftnav a, #bottom-leftnav a:link, #bottom-leftnav a:visited, #bottom-leftnav a:hover, #bottom-leftnav a:focus, #bottom-leftnav a:active {
	display:block;
	width:100%;
	line-height:2.0em;
	padding:0;
	border:0;
	margin:0;
	text-decoration:none;
}
#bottom-leftnav a, #bottom-leftnav a:link, #bottom-leftnav a:visited {
	color:#003366;
	background-color: #EDF2F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#bottom-leftnav a:hover, #bottom-leftnav a:focus, #bottom-leftnav a:active {
	color:#FFFFFF;
	background-color: #003366;
}


/* hover effect on leftmenu */
#top-leftnav a, #top-leftnav a:link, #top-leftnav a:visited, #top-leftnav a:hover, #top-leftnav a:focus, #top-leftnav a:active {
	display:block;
	width:100%;
	line-height:2.0em;
	padding:0;
	border:0;
	margin:0;
	text-decoration:none;
}
#top-leftnav a, #top-leftnav a:link, #top-leftnav a:visited {
	color:#003366;
	background-color: #EDF2F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#top-leftnav a:hover, #top-leftnav a:focus, #top-leftnav a:active {
	color:#FFFFFF;
	background-color: #003366;
}

#toolbar-print {
	display:inline;
	float:right;
	width:180px;
	margin-right:20%;
}

#toolbar-print a {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

.printicon {
	background-position: 1px 4px;
	background-attachment: scroll;
	background-image: url(../img/link_print.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 0px;
	border-collapse:collapse;
	table-layout:fixed;
	margin-right: 10px;
}

table.param th {
	white-space:nowrap;
}

th {
	color: #003366;
	background-color: #D1DDEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	vertical-align:middle;
}

td, th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align:top;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
}

td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 10px;
}

ul.normal {
	font-family: "Times New Roman", Times, serif
	font-size: 76%;
	color: #333333;
	list-style-image: url(../img/arrowrgt_blue.gif);
	line-height: 170%;
	/* text-indent: 3px;*/
	margin:0px;
	padding-left:20px;
	list-style-position:outside;
}

ol.normal {
	font-family: "Times New Roman", Times, serif
	font-size: 76%;
	color: #333333;
	line-height: 170%;
}

/* question in faq */
.faq-q {
	font-weight: bold;
	color: #003366;
}

ul.relatedlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333333;
	list-style-image: url(../img/arrowrgt_blue.gif);
	line-height: 170%;
	text-indent: 2px;
	margin-left:0px;
	padding-left: 20px;
}

/* highlight current toplink active page */
#toplinks #currentpage a {
	color: #990000;
}

/* highlight current left-top active page */
#left-top #currentpage a {
	font-weight: bold;
}

.strong {
	font-weight: bold;
	color: #333333;
}

.strong-red {
	font-weight: bold;
	color: #990000;
}


h3.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	color: #003366;
	font-weight: bold;
}

p.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color: #003366;
	line-height: 140%;
	vertical-align:top;
}

div#mailform {
	background-color: #EDF2F8;
	width: 500px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#666666;
	border: 1px solid #CCCCCC;
}

div#mailform table, tr, td {
	border:none;
}

.mailinglist-submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight:bold;
	color: #003366;
	background-color: #D1DDEB;
	font-weight: normal;
	margin-top:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;	
	padding-right:5px;	
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:150px;
	height:25px;
}

.mailinglist-fields {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-variant: normal;
	color: #999999;
	background-color: #FFFFFF;	
}

.contactform-fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-variant: normal;
	color: #333333;
	background-color: #FFFFFF;
}

div#home-news-right {
	float:right;
	height:100%;
	width:28%;
	display:inline; 
	margin:0px;
	padding:0px;
}

div#home-news-right p {
	font-size:70%;
	line-height: 170%;
	/*text-align: justify; */
}

div#hom-news-right h2 {
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #003366;
	margin-bottom:2px;
	margin-right:8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
}

div#home-news-left {
	float:left;
	height:100%;
	width:70%;
	margin:0px;
	padding:0px;
}
