@import url("complex.css");
@import url("jqueryslidemenu.css");
@import url("table.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 0.5em; 
}

html, body{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img {border:none;}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background:#c2dae6 url(../_images/bg.gif) repeat-x top;
	display: block;
	text-align: center;
	color:#002d47;
	font-size: 62.5%; 
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma ;
	margin: 0 auto;
	height: auto;
	padding: 0;
	width:100%;
}

p {
	color:#002d47;
  	font-size:1.3em;
  	line-height:1.4em;
	font-weight:normal ;
}

blockquote {
	color:#002d47;
  	font-size:1.2em;
  	line-height:1.4em;
	font-weight:normal ;
	margin-bottom: 1.5em;
}


ul, ol {color:#002d47;
	font-size:1.2em;
  	line-height:1.4em;

}

ol li {margin-left: 30px; margin-bottom: 1.0em;}


a:link, a:visited  {
	text-decoration: none ;
	color:#ff6600;
	font-weight: normal;
}
a:active, a:hover{
	text-decoration: underline;
	color: #006aa6;
	font-weight: normal;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
color: #ff6600 ;
font-size:2.8em;
font-weight:normal;
}
  
h2 {
font-weight:normal;
font-size:2.0em;
}

h3 {

font-weight:bold;
font-size:1.4em;
color:#002d47;
}

hr {color:#c2dae6;background-color:#c2dae6;height:1px; border:none; clear: both; margin: 10px 0 10px 0}
  


fieldset {border: none; margin: 0; padding: 0;float: left; }
legend {display: none; width: 610px;}
label {float: left; width: 20em; display: block; }
input, textarea {height: auto; font-weight:bold; float: left; margin-left: 0; font-size: 1.0em; font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma; font-weight:normal; margin-bottom: 10px;}
input.radio, input.checkbox, input.submit { width: auto !important; margin-right: 5px; }
input.checkbox {float: left; margin-right: 1em;}

