html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font: normal 12px/1.7em Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	color: #000;
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-x;
	background-color: #F7F3E4;
}
a {
	color: #000;
	text-decoration: none;
}
em {
	font-style:italic;
}
#inner-content a {
	border-bottom:1px dotted #a1947b;
}
#hp-col-left a {
	border-bottom:1px dotted #a1947b;
}
h2 {
	font: bold 18px Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	color: #3F1F00;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}
h3 {
	font: bold 15px Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	color: #673200;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}
h4 {
	font: bold 13px Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	color: #000;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}
strong {
	font-weight: bold;
}
p {
	line-height: 1.8em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:14px;
}
/* // End of Main Stuff */

#footer {
	clear:both;
	background-color: #F7F3E4;
	width:1000px;
	float: left;
	height: 200px;
	margin-top: 10px;
}
#footer-text {
	width: 1000px;
	float:left;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
#footer-text a {
	color: #9B978A;
}
.main-intro {
	float: left;
	width: 938px;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	float: left;
	height: 136px;
	width: 100%;
}
#header-links {
	float: right;
	margin-top: 28px;
	margin-right: 14px;
	color: #7E765C;
}
#header-links a {
	font-size: 12px;
	text-transform: uppercase;
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
#header-links a:hover {
	color: #000;
}
#logo a {
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	padding: 0px;
	float: left;
	height: 136px;
	width: 271px;
	margin: 37px 0 0 0;
}
#main-content {
	float: left;
	width: 968px;
	margin: 38px 0 0 20px;
}
#copyright {
	float: left;
	margin-left: 12px;
	font-size: 11px;
	color: #9B978A;
	margin-top: 173px;
}
#credits {
	float: right;
	margin-right: 12px;
	font-size: 11px;
	color: #9B978A;
	margin-top: 173px;
}
#hp-col-left {
	float: left;
	width: 470px;
	margin-top: 20px;
	margin-left: 50px;
border-right:1px dotted #9B978A;
padding-right:22px;
}
#hp-col-right {
	float: left;
	width: 360px;
	margin-left: 30px;
margin-top: 20px;
}
/* Easy Slider */
#slider {
	margin-left:22px;
}
#slider ul, #slider li,  #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:938px;
	height:392px;
	overflow:hidden;
}
#prevBtn, #nextBtn,  #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:696px;
}
#prevBtn a, #nextBtn a,  #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}
/* numeric controls */	

	ol#controls {
	margin:1em 10px 1em 0;
	padding:0;
	height:28px;
	float:right;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #333;
	background:#000;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	color:#fff;
	background-color: #333;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
/* // Easy Slider */
/* // Sub Navigation */
#sidebar {
	float:left;
	width:300px;
	margin-top:10px;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar li {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li a {
	padding:18px 12px 18px 12px;
	display:block;
	border-bottom:1px solid #E9E7D7;
	text-transform:uppercase;
	text-decoration:none;
	color:#7E765C;
	font-size:12px;
	text-align:center;
}
#sidebar li a:hover {
	color:#7D0025;
}
#sidebar li a.active {
	color:#7D0025;
}
#sidebar li a.parent {
	color:#7D0025;
}
/* // Inner Content */
#inner-content {
	float:right;
	width:628px;
	margin-top:10px;
}
ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tabNavigation li {
	display: inline;
	margin:0;
	padding:0;
}
ul.tabNavigation li a {
	padding: 6px 12px 4px 12px;
	background-color: #3F1F00;
	color: #CBB778;
	text-decoration: none;
	font-size:13px;
	text-transform:uppercase;
}
ul.tabNavigation li a.selected,  ul.tabNavigation li a:hover {
	background-color: #7D0025;
	color:#CBB778;
}
ul.tabNavigation li a:focus {
	outline: 0;
}
div.tabs > div {
	padding: 16px;
	border:1px solid #E9E7D7;
}
.tabs {
	margin-top:20px;
}
div.tabs > div h2 {
	margin-top: 0;
}
#first, #second, #third {
	background-color:#FAF7E6;
}
li {
	font-size:14px;
	margin-left:40px;
	padding:5px;
}
ul {
	margin: 10px 30px 10px 0;
}
/* // News */
.reflect_archive_list ul {
	margin:0;
	padding:0;
	list-style:none;
}
.reflect_archive_list li {
	margin:0;
	padding:4px 0 4px 0;
}
.reflect_date {
	color:#666;
}
.img-left {
	padding:14px;
	display:block;
	border:1px solid #E9E7D7;
	margin-bottom:20px;
	background-color:#fcfaf2;
}
#inner-content h2 {
	font: bold 18px Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	color: #3F1F00;
	margin: 16px 10px 10px 0px;
	padding: 0px;
}
/* // Forms */
label {
	width:120px;
	float:left;
	font-size:13px;
}
.button {;
	margin-top:10px;
}
div.clear {
	clear:both;
	padding-bottom:15px;
}
form div {
	margin-bottom:10px;
}
#confirmation {
	font-size:14px;
}
ul.logos {float:left;width:100%;}
ul.logos li a {border:none;}
ul.logos li {margin:0;padding:0;background:none;display:inline;}
ul.logos li a {text-indent:-9000px;height:42px;float:left;display:inline;margin:0;padding:0;background:url(../images/logos.png) no-repeat 0 0;}
ul.logos li.def a {width:60px;background-position:0 0;}
ul.logos li.sed a {width:130px;background-position:-67px 0;}
ul.logos li.eu a {width:60px;background-position:-204px 0;}
ul.logos li.eaf a{width:50px;background-position:-263px 0;}