@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-bottom:20px;
	background-color:#FFF;
	color:#FF9966;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
}

/* TEXT */

p {
	text-align:justify;
}

.quoteby {
	font-weight:bold;
	padding:0 0 0 45px;
	margin:10px 0 25px 0;
}

h1, h2, h3 {
	font-size:large;
	font-weight:bold;
}

blockquote
{
	font-style:italic;
	margin:0;
	padding:0 0 0 45px;
	background:url(../interface/quote.png) top left no-repeat;
}

/* LINKS */

a, a:visited {
	text-decoration:underline;
	color:#FF9966;
}

a:hover, a:active {
	text-decoration:none;
	color:#FF9966;
}

#bottom a, #bottom a:visited {
	text-decoration:none;
}

#bottom a:hover, #bottom a:active {
	text-decoration:underline;
}

a img {
	border-width:0px;
}

/* DIVS */

.clear {
	clear:both;
	height:0px;
}

#top {
	width:960px;
	height:340px;
	margin:0px auto;
	padding-top:50px;
	position:relative;
	background:url(../interface/BG_top.jpg) top no-repeat;
}

#middle {
	width:958px;
	margin:0px auto;
	padding:1px;
	position:relative;
	background:url(../interface/BG_midbit.jpg) top repeat-y;
	clear:both;
}

#bottom {
	width:960px;
	height:110px;
	margin:0px auto;
	padding:0px;
	position:relative;
	background:url(../interface/BG_bottom.jpg) top no-repeat;
	text-align:center;
	font-size:small;
	padding-top:40px;
	clear:both;
}

#logo {
	width:840px;
	height:150px;
	position:relative;
	margin:0px auto;
	padding-bottom:30px;
}

#menu1 {
	width:900px;
	height:70px;
	position:relative;
	margin:0px auto;
}

#menu2 {
	width:900px;
	height:50px;
	position:relative;
	margin:0px auto;
}

.contentmiddle1 {
	width:700px;
	position:relative;
	margin:0px auto;
	clear:both;
}

.contentmiddle2 {
	width:900px;
	position:relative;
	margin:0px auto;
	clear:both;
}

.contentleft1 {
	padding-left:65px;
	padding-bottom:15px;
	width:370px;
	position:relative;
	float:left;
}

.contentright1 {
	width:420px;
	padding-left:38px;
	padding-right:65px;
	padding-bottom:15px;
	padding-top:16px;
	position:relative;
	float:left;
}

.contentleft2 {
	padding-left:65px;
	padding-bottom:15px;
	width:540px;
	position:relative;
	float:left;
}

.contentright2 {
	width:250px;
	padding-left:38px;
	padding-right:65px;
	padding-bottom:15px;
	padding-top:16px;
	position:relative;
	float:left;
}

/* FORMS */

.formtext1 {
	width:200px;
	border:2px solid #FF9966;
	background:none;
	color:#CC6633;
	padding:3px;
	font-size:small;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.button1 {
	width:210px;
	padding:3px;
	font-size:medium;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
