
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}



/* Container */

.container {
	padding-top: 20px;
}



/* Boxed */

.boxed {
}

.boxed .title {
	padding: 10px;
	font-size: 1em;
}

.boxed .content {
	padding: 10px;
}



/* Logo */

#logo {
	width: 880px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 3em;
}

#logo h2 {
	float: left;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 880px;
	height: 40px;
	margin: -40px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: x-small;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #000000;
}

/* Wrapper */


/* my wrapper */
/* ---------- */

	#wrapper
	{ 
		width: 880px;
		margin: 0 auto;
		background: #d7efd7
	}



/* old wrapper */
/* ----------- */

	/*
	#wrapper {
		width: 880px;
		margin: 0 auto;
		background: url(images/img01.gif) repeat-y;
	}
	*/





/* Column Three */


#col-three {
	float: left;	
	width: 880px;
	margin-left: 0px;
	padding-top: 0px;
}


#col-three .image {
	height: 150px;
}



/* this is the main m place to add the level-2 content */
/* --------------------------------------------------- */

	/*
		#col-three .container {
			background: url(images/img07.gif) repeat-x;
		}

	*/

#col-three .boxed {
}

#col-three .boxed .title {
	color: #C99F1A;
}

#col-three .boxed .content {
}




/* Extra */

/*
	#extra {
		height: 4px;
		background: url(images/img11.gif);
	}
*/

/* NEWS-LETTER */
/* ----------- */

#footerNewsletter {float: right; width: 300px; height: 103px; padding: 7px; background-color: #b4c1c7;}
#footerNewsletter img {float: left;}
#footerNewsletter form {margin: 0; padding: 0; color: #fff;}
#footerNewsletter fieldset {border: none;}
#footerNewsletter p {margin: 7px auto; color: #fff;}
#footerNewsletter form fieldset input.inputImage {margin: 0 0 -3.5px 0;}


/* Footer */

#footer {
	clear: both;
}

#footer p {
	margin: 0;
	width: 880px;
	margin: 0 auto;
	font-size: small;
}

