/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url(background.gif) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#444;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	line-height: 0.75em;
	margin:0.5em 0;
}

h2 {
	font: 12pt Arial, Helvetica, sans-serif; 
	margin:0 0 0.5em;
	border-bottom: 2px solid #0457A5;
}
	h1, h2, a {
		color:#0457A5;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #0457A5;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#sidel {
	width: 175px;
	float: left;
	text-align: left;
	line-height: 1.4em;
}

div#sider {
	width: 775px;
	float: right;
	text-align: left;
	line-height: 1.4em;
}

div#clear {
	clear: both; 
}
	
div#header {
	padding:1em;
	background: url(header.gif) no-repeat center;
	padding-left: 100px;
	height: 65px; 
	letter-spacing: 0.3em;
}
	div#header p {
		font-style:italic;
		margin:0;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	text-align: center;
	background: url(footer.gif) no-repeat;
	height: 45px;
}
	div#footer p {
		padding:.5em;
		margin:0;
}

	div#footer a:link, a:visited {
		text-decoration: none;
}
	div#footer a:hover {
		color: #0457A5;
}

div#sidel ul{
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
	line-height: 1.5em;
}
div#sidel li{
	list-style: none;
	margin-left: 10px;
	margin: 0;
	padding-left: 10px;
}
div#sidel li a{
	text-decoration: none;
}
div#sidel li a:hover{
	text-decoration: underline;
}
div#sidel h2 {
	border-bottom: 2px solid #0457A5;
	font-style: italic;
}

div#sider h2 {
	letter-spacing: .3em;
	font-weight: bold;
}

div#headerl {
	float: left;
	text-align: left;
}

div#headerr {
	float: right;
	text-align: left;
}

#searchwrapper {
 width:175px; /*follow your image is size*/
 height:28px;/*follow your image is size*/
 background-image:url(search1.jpg);
 background-repeat:no-repeat; /*important*/
 padding:0px;
 margin:0px;
 position:relative; /*important*/
 padding-bottom: 20px;
 }
  
 #searchwrapper form { display:inline ; }
  
 .searchbox {
 border:0px; /*important*/
 background-color:transparent; /*important*/
 position:absolute; /*important*/
 top:2px;
 left:9px;
 width:125px;
 height:24px;
 color: #444;
 }
  
 .searchbox_submit {
 border:0px; /*important*/
 background-color:transparent; /*important*/
 position:absolute; /*important*/
 top:2px;
 left:130px;
 width:32px;
 height:24px;
 } 

div.rednotice {
	border: 1px dotted #FF0000;
}

table {
	border-collapse: collapse;
	font-size: 10pt;
	font-family: Arial, arial, courier;
	width: 750px;
	margin-left:auto; 
	margin-right:auto;
	border: 1px solid #000000;
}

table th {
	background: #C0C0C0;
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
}

table td {
	border: 1px solid #000000;
}

table.noborder {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	padding: 1px; 
	border: 0px solid #000000;
	border-collapse: collapse;
}

table.noborder th {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	padding: 1px; 
	background-color: #C0C0C0;
	border: 0px solid #000000;
}

table.noborder td {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	padding: 1px; 
	border: 0px solid #000000;
}

table tr.bg_0 
{ 
background-color: #E0E0E0; 
} 

table tr.bg_1 
{ 
background-color: #FFFFFF; 
} 

a:link { color: #444; text-decoration: underline; }
a:hover { color: #0457A5; text-decoration: underline; }
a:visited { color: #444; text-decoration: underline; }

iframe {
min-height: 550px;
}