@import "head.css";
@import "nav.css";
@import "content.css";
@import "footer.css";


html {
	margin:0;
	padding:0;
	height:100%;
}

body {	
	margin:0;
	padding:0;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	background-color:#fff;
}

* {
	margin:0;
	padding:0;
}

#container {
	width:939px;
	margin:auto;
	background:url(images/body-background.gif) top center repeat-y;
}

#container2 {
	width:100%;
	background:url(images/container-background.jpg) bottom center no-repeat;
}

#top {
	width:786px;
	padding:16px 77px 0 76px;

	background:url(images/top-background.jpg) top center no-repeat;
	
	/*	
	background-color:#FF9966;
	filter:alpha (opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	-khtml-opacity: 0.55;
	*/
	
	position:relative;
}

#home #container {
	background-image:none;
}

#home #container2 {
	background-image:none;
}

#home #top {
	min-height: 609px; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 609px; /* For IE */
	background:url(images/home_body-bg.jpg) no-repeat;
}

a {color:#3399ff;text-decoration:none;}
a:hover {text-decoration:underline;}
img {border:0;}

h1 {
	font-size:200%;		/* 19px */
	font-weight:bold;
}
h2 {
	font-size:150%;		/* 14px */
	font-weight:bold;
}
h3 {
	font-size:130%;		/* 12 px */
	font-weight:bold;
}
h4 {
	font-size:120%;		/* 11px */
	font-weight:bold;
}
h5 {
	font-size:110%;		/* 10px */
	font-weight:bold;
}
h6 {
	font-size:100%;		/* 10px */
	font-weight:bold;
	font-style:italic;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form, blockquote, pre {
	margin:10px 0;
}

ul {
	margin-left:25px;
}

ol {
	margin-left:30px;
}

form table {
	margin:0;
}

option {
	padding-right:10px;
}

blockquote, dl, pre {
	margin:1em 4em;
}

dt {
	font-weight:bold;
}

dd {
	margin:1em 2em;
}

code {
	font-size:1.4em;
}

caption {
	font-weight:bold;
	font-size:1.3em;
	margin:0;
}

th {
	text-align:center;
}

fieldset { 
	padding:0.5em;
	margin:0em;
}

legend { 
	padding:0.5em;
	color:#0046d5;
}

input, select {
	font-size:100%;
	padding:1px 0;
}

textarea {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

.error {color:#ff0000;}
.note {color:#06C815;}

