/* ########################################################################## */
/* ## CSS Author: Mart Gordon for any help please mail mart@martgordon.com ## */
/* ########################################################################## */

@import url("complex.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 20px;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background: #F4F3E6 url('../_images/_backgrounds/background.jpg') repeat-x;
	font-family: "helvetica","arial",sans-serif;
	font-size: 62.5%;
	color: #445;
	margin: 0px;
}

p {
  	font-size: 1.2em;
  	line-height: 1.8em;
	font-weight:normal;
	padding: 0;
	margin: 0;
	margin-bottom: 1.8em;
}

i {
  	font-style:italic;
	}

ul {
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}

a {
	color: #d15403;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}

h1 {
color:#6170B5;
font-size: 1.8em;
font-weight: normal;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin: 0;
margin-bottom: 1em;
border-bottom: 1px solid #1b2968;
}
  
h2 {
color:#1b2968;
font-size: 1.4em;
font-weight: normal;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin: 0;
margin-bottom: 1em;
}

h3 {
font-size: 1.4em;
font-weight: bold;
color: #1B2968;
}

hr {
width: 100%;
clear: left;
float: left;
margin: 0  0 1.8em 0;
height: 1px;
border: 0;
border-top: 1px solid #F4F3E6;
}
