/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/BackgroundHeader.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660066;
}

h1, h2, h3 {
	color: #000000;
}


p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
	font-size: 14px;
	color: #660066;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.boxed {
	padding: 20px;
	/* background: url(images/LabelHeader1.gif) repeat-x; */
}



.heading {
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
}

/*
.buttons {margin: 0;
		padding-top: 0;
		top: 181px;
		position; absolute;}
*/
/* Header */

#header {
	width: 680px;
	height: 180px;
	margin: 0 auto;
	text-align: center;
}


#header a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}


#header h1 {
/* used for non flash header screen */
	padding-top: 50px;
	letter-spacing: 4px;
	font-size: 24px;
	color: #FFFFFF;
	
/* use for flash header screen
	padding-top: 10px;
	letter-spacing: 4px;
	font-size: 24px;
	color: #FFFFFF;
*/
}
#header h2 {
/* use for non flash header screen */
	padding-top: 41px;
	padding-left: 2px;
	letter-spacing: 0px;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	
/* use for flash header screen
	padding-top: 4px;
	letter-spacing: 0px;
	font-size: 10px;
	margin-top: 0;
	margin: 0 0 10px 0;
*/
}


#header h3 {
	position: absolute;
	letter-spacing: 0px;
	font-size: 15px;
	color: #FFFFFF;
	left: 0;
	top: 110px;
	width: 200px;
	height: 10px;
	text-indent: 5px;
	text-align: left;
}
#header h4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 175px;
	height: 110px;
}

/* Columns */

#left {
	float: left;
	width: 180px;
	margin-left: 5px;
	background-color: #99CCFF;
}

#right {
	float: right;
	width: 220px;
	margin-right: 5px;

}

#left ul, #left ol, #right ul, #right ol {
	list-style-position: inside;
}

#left li {
	margin-bottom: .20em;
	font-size: 13px;
}
#right li {
	margin-bottom: .25em;
	color: #744A00;
}

#center {
	margin: 0 220px 0 180px;
}

.logo {
	margin-left: 20%;
	position: relative;
	width: 250px;
	height: 110px;
	margin-top: 0;
	}

#center ul, #center ol {
	margin-left: 4em;
}
#center h1 {
	color: #0000CC;
	text-align: center;
	font-size: 24px;
	margin-top: 0;
}

#center p {font-size:18px;}

p.marindent {
	margin-left: 2.5em;
	font-size:14px;
	color: #008000;
	margin-bottom: .2em;
	}

	
.firstP {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 2.5em;
	margin-top: 0;
	margin-bottom: 1.8em;
	line-height: 180%;
	/*font-size: 18px;*/
	color: #660066;
	position: relative;
	}

/* Footer */

#footer {
	background: url(images/BackgroundHeader.gif) repeat-x;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF; 
}

#legal {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: normal;
	color: #FFFFFF;
	font-size: 11px;
}

#links {
	margin: 0;
	padding: 20px 0;
	line-height: normal;
	color: #FFFFFF;
	font-size: 11px;
}
.href {color: #FFFFFF;}