@import url("scheme.css");

* {
	margin: 0; 
	padding: 0; 
	border: 0;
}

body {
	background: #1a3265;
	margin: 10px;
	margin-top: 0px;
	font-family: Tahoma, Arial, Lucida Grande, Verdana, Sans-serif;
	font-size: 13px;
	color: #333;
}

a,
a:visited {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

h1 {
	color: #444;
	background-color: transparent;
	font-size: 18px;
	margin: 10px 0 2px 0;
	padding: 5px 5px 0 5px;
}

h1.desc {
	color: #444;
	background-color: transparent;
	font-size: 12px;
	margin: 2px 0 2px 0;
	padding: 5px;
}

h2 {
	color: #444;
	background-color: transparent;
	font-size: 16px;
	margin: 10px 0 2px 0px;
	padding: 5px;
}

p {
	padding-bottom: 10px;	
}

#content div
 {
	width: 710px;
	padding-left: 10px;
}

#document table div {
	width: 550px;
	font-weight: normal;
}

#document td {
	font-weight: normal;
}

#document img {
	padding: 0 10px;
}

#document ul div {
	width: 710px;
	list-style-position: inside;
	list-style-type: none;
	text-indent: 10px;
}

#headtext h1 {
	color: #FFD800;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

#headtext h1.desc {
	color: #0094FF;
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}

#pathway ul,
#headlang ul {
	list-style-position: outside;
	text-indent: 5px;
}

#pathway li,
#headlang li {
	color: #333;
}

#menu_block h3 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 10px 2px 0px;
	padding: 5px;
	color: #fff;
}

#menu_block h3 a {
	font-size: 12px;
	font-weight: bold;
	color: #FFD800;	
}

#menu_block ul { 
	list-style-position: outside;
	margin-left: 10px;
} 

#menu_block li {
	margin-left: 10px;
	padding: 2px 0;
}

#menu_block li a {
	color: #fff;	
}

#menu_block a.active {
	font-weight: bold;
	color: #0094FF;
}

#headsearch input {
	width: 170px;
	color: #333333;
	height: 16px;
	padding-top: 2px;
	margin-left: 25px;
	background: transparent;
	font-size: 11px;
}

#paging tr{
    border: 0px solid #fff;
    background: transparent;
}

#paging td{
    border: 1px solid #ddd;
    background: transparent;
	padding: 1px 3px 1px 3px;
}

#paging div{
    border: 0px;
    background:  transparent;
	float: left;
	width: 70px;
	height: 30px;
	padding: 0 5px;
}

#dateselect_form {
    border: 1px dashed #999;
    background: transparent;
    float: left;
	
	width: 700px;
	height: 30px;
	padding: 0 5px;
}

#dateselect_form input {
    border: 1px dashed #999;
    background: transparent;

	width: 65px;
	height: 20px;
	padding: 0 5px;
}

#dateselect_form div {
    border: 0px dashed #999;
    background: transparent;
	position: relative;
    float: left;
	
	width: 210px;
	height: 21px;
	padding: 4px 5px;
}

#dateselect_form button {
	border: 1px outset #333;
	background: #FFF2B2;
	font: normal 12px Tahoma, Arial;  
	color: #003399;
    
	width: 80px;
	height: 21px;
	padding: 2px 0 5px 0;
}

#dateselect_form img {
	padding: 0px 5px 0px 0;
}

#dateselect_form label {
    display: block;
    float: left;
    text-align: right;

    width: 70px;
    height: 21px;
    padding: 3px 8px 5px 5px;
}

#headlang ul { 
	list-style: none; 
	font-size: 11px;
	font-family: Arial;
	float: right;
	color: #4F5155;
} 

#headlang li { 
	float: left; 
} 

#headlang a { 
	display: block;
	color: #ccc;
} 

#headlang a.active { 
	color: #fff;
	font-weight: bold; 
} 

#pathway ul { 
	list-style: none; 
	font-size: 11px;
	font-family: Arial;
	float: left;
	color: #4F5155;
	padding-top: 14px;
} 

#pathway li { 
	float: left; 
} 

#pathway img { 
	padding-bottom: 2px;	
} 

#pathway li a { 
	display: block;
} 

#copyright {
	background: transparent url('/images/small.gif') no-repeat scroll 2px 2px;
	font-family: Arial, Tahoma;
	font-size: 11px;
	padding-left: 24px;
	text-align: left;
}

#item {
	font-family: Tahoma, Arial;
}

#item a {
	font-size: 14px;
}

#item p {
	font-size: 12px;
}

#item span {
	font-size: 10px;
	font-style: italic;
	color: #999;
}

#banner a {
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
}

#search_form, 
#feedback_form {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

#search_form input {
    border: 1px dashed #999;
    background: transparent;

	width: 550px;
	height: 21px;
	padding: 0 5px;
}

#search_form button {
	border: 1px outset #333;
	background: #FFF2B2;
	font: normal 12px Tahoma, Arial;  
	color: #003399;

	width: 80px;
	height: 24px;
	padding: 3px 0 5px 0;
}

#search_form label {
    display: block;
    float: left;
    text-align: right;

    width: 50px;
    height: 18px;
    padding: 4px 0 5px 0;
}

#feedback_form input {
    border: 1px dashed #999;
    background: transparent;

	width: 400px;
	height: 21px;
	padding: 0 5px;
}

#feedback_form button {
	border: 1px outset #333;
	background: #FFF2B2;
	font: normal 12px Tahoma, Arial;  
	color: #003399;

	width: 80px;
	height: 24px;
	padding: 3px 0 5px 0;
}

#feedback_form textarea {
	border: 1px dashed #999;
}

#feedback_form label {
    display: block;
    float: left;
    text-align: left;

    width: 200px;
    height: 18px;
    padding: 8px 0 0px 0;
}

br { 
	clear: left; 
}


