

/* Core Styles */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background-color: #FFF;
	margin: 0;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}

/* Customise template */
#head {
	background-color: #0680c1;
	width: 100%;
	height: 110px;
    z-index: 999999;
}
#sub {
	background-color: #10a3f1;
	width: 100%;
	height: 28px;
    z-index:        99999;
}

.sf-menu li li {
	background: #10a3f1;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #0680c1;
	outline: 0;
}

/* User Styles */

#sub-text a:link {
	color: #FFF;
	text-decoration: none;
}
#sub-text a:visited {
	text-decoration: none;
	color: #FFF;
}
#sub-text a:hover {
	text-decoration: underline;
	color: #CCC;
}
#sub-text a:active {
	text-decoration: none;
	color: #FFF;
}
#site-table {
	width: 100%;
}
.st-head {
	background-color: #0680c1;
    color: #fff;
    text-align: left;
}
.st-row {
	
}
.st-alt {
	background-color: #e6e6e6;
}

#hlogos {
	float: right;
	padding: 10px;
}

#dpc {
	float: right; 
    padding: 6px 10px 0px 0px;
    color: #FFF;
}
#dpc a:link {
	color: #FFF;
	text-decoration: none;
}
#dpc a:visited {
	text-decoration: none;
	color: #FFF;
}
#dpc a:hover {
	text-decoration: underline;
	color: #CCC;
}
#dpc a:active {
	text-decoration: none;
	color: #FFF;
}
#fl {
	float: left;
}

.row-head {
	color: #003399;
    font-weight: bold;

}
.row-even {
	color: #666699;
  
}
.row-odd {
	background-color: #e8edff;
    color: #666699;
  
}
#commentForm td, th {
	padding: 4px;
}

#glossary td, th {
	padding: 8px;
}

td, th {
	padding: 0px;
}

#commentForm td {
    padding: 3px;
}
#commentForm input {
	background-color: #e8edff;
	border: 1px solid #003399;
	color: #666699;
    padding: 4px;
    width: 270px;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#commentForm textarea {
	background-color: #e8edff;
	border: 1px solid #003399;
	color: #666699;
    padding: 4px;
    width: 270px;
    height: 60px;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#commentForm .submit {
	background-color: #CCCCCC;
	border: 1px solid #003399;
	color: #666699;
    padding: 1px;
    width: 70px;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#commentForm label.error {
	display: block;
	color: #F00;
	font-style: italic;
	font-weight: normal;
}

#commentForm input.error, #commentForm textarea.error {
	border: 2px solid #F00;
}

#commentForm label {
	color: #003399;
    font-weight: bold;
    
}

#credits td
{
    padding: 6px;
    text-align: left;
}

#disclaimer
{
    padding: 14px;
}

#privacy
{
    padding: 14px;
}

.pad20
{
    padding: 20px;
}
.pad14
{
    padding: 14px;
}
