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

@font-face {
	font-family: 'DejaVuSerifBook';
	src: url('DejaVuSerif.eot');
	src: local('DejaVu Serif'), local('DejaVuSerif'), url('DejaVuSerif.woff') format('woff'), url('DejaVuSerif.ttf') format('truetype'), url('DejaVuSerif.svg#DejaVuSerif') format('svg');
}

@font-face {
	font-family: 'DejaVuSerifItalic';
	src: url('DejaVuSerif-Italic.eot');
	src: local('DejaVu Serif'), local('DejaVuSerif-Italic'), url('DejaVuSerif-Italic.woff') format('woff'), url('DejaVuSerif-Italic.ttf') format('truetype'), url('DejaVuSerif-Italic.svg#DejaVuSerif-Italic') format('svg');
}

@font-face {
	font-family: 'DejaVuSerifBold';
	src: url('DejaVuSerif-Bold.eot');
	src: local('DejaVu Serif'), local('DejaVuSerif-Bold'), url('DejaVuSerif-Bold.woff') format('woff'), url('DejaVuSerif-Bold.ttf') format('truetype'), url('DejaVuSerif-Bold.svg#DejaVuSerif-Bold') format('svg');
}

@font-face {
	font-family: 'DejaVuSerifBoldItalic';
	src: url('DejaVuSerif-BoldItalic.eot');
	src: local('DejaVu Serif'), local('DejaVuSerif-BoldItalic'), url('DejaVuSerif-BoldItalic.woff') format('woff'), url('DejaVuSerif-BoldItalic.ttf') format('truetype'), url('DejaVuSerif-BoldItalic.svg#DejaVuSerif-BoldItalic') format('svg');
}

@font-face {
	font-family: 'DejaVuSerifCondensedBook';
	src: url('DejaVuSerifCondensed.eot');
	src: local('DejaVu Serif Condensed'), local('DejaVuSerifCondensed'), url('DejaVuSerifCondensed.woff') format('woff'), url('DejaVuSerifCondensed.ttf') format('truetype'), url('DejaVuSerifCondensed.svg#DejaVuSerifCondensed') format('svg');
}

@font-face {
	font-family: 'DejaVuSerifCondensedBook';
	src: url('DejaVuSerifCondensed-Italic.eot');
	src: local('DejaVu Serif Condensed'), local('DejaVuSerifCondensed-Italic'), url('DejaVuSerifCondensed-Italic.woff') format('woff'), url('DejaVuSerifCondensed-Italic.ttf') format('truetype'), url('DejaVuSerifCondensed-Italic.svg#DejaVuSerifCondensed-Italic') format('svg');
}

@font-face {
	font-family: 'DejaVuSerifCondensedBold';
	src: url('DejaVuSerifCondensed-Bold.eot');
	src: local('DejaVu Serif Condensed'), local('DejaVuSerifCondensed-Bold'), url('DejaVuSerifCondensed-Bold.woff') format('woff'), url('DejaVuSerifCondensed-Bold.ttf') format('truetype'), url('DejaVuSerifCondensed-Bold.svg#DejaVuSerifCondensed-Bold') format('svg');
}

@font-face {
	font-family: 'DejaVuSerifCondensedBoldItali';
	src: url('DejaVuSerifCondensed-BoldItalic.eot');
	src: local('DejaVu Serif Condensed'), local('DejaVuSerifCondensed-BoldItalic'), url('DejaVuSerifCondensed-BoldItalic.woff') format('woff'), url('DejaVuSerifCondensed-BoldItalic.ttf') format('truetype'), url('DejaVuSerifCondensed-BoldItalic.svg#DejaVuSerifCondensed-BoldItalic') format('svg');
}

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background: url(../images/bg.jpg) repeat-x #D3AA00 0 0; 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
}
#head {
	margin-top: 25px;
	height: 100px;
}
#logo {
	float: left;
	width: 177px;
}
#title {
	font-family: 'DejaVuSerifBook';
	float: right;
	font-size: 26px;
	margin-top: 20px;
	color: #086564;
	text-shadow: 1px 1px #FBEEAD;
	/* margin:20px 0 0 166px; if float left is used */ 
}
#title span {
	font-weight: bold;
}
#head-menu {
	clear: both;
}
ul.menu-top {
	float: right;
	display: inline;
}
ul.menu-top li {
	display: inline;
	color: #086564;
}
ul.menu-top li a {
	color:#086564;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px #FBEEAD;
}
ul.menu-top li a:hover {
	color: #7f6b09;
	text-shadow: none;
}
#menu {
	float: left;
	background: #fbeead;
	width: 170px;
	min-height: 386px;
	height: auto !important;
	height: 386px;
	text-shadow: 0px 1px #fff;
}
#menutop {
	background: url(../images/sidebartop.jpg) no-repeat;
	width: 170px;
	height: 2px;
}
#menu h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 8px 25px;
	font-size: 17px;
	color: #7f6b09;
}
#menu h3 span {
	font-style: italic;
	font-size: 22px;
}
#menu ul {
	text-align: right;
	margin: 0 25px;
	border-top: 1px solid #d6b718;
	border-bottom: 1px solid #fbf6db;
	width: 120px;
}
#menu ul li {
	list-style-type: none;
	border-bottom: 1px solid #d6b718;
	border-top: 1px solid #fbf6db;
	line-height: 1.6;
}
#menu ul li:hover {
	background: #FFF4BF;
	-moz-box-shadow: 5px 0px 4px #FFF4BF, -5px 0px 4px #FFF4BF;
}
#menu ul li a {
	font-size: 16px;
	color: #086564;
	text-decoration: none;
	display: block;
}
#menu ul li a:hover {
	color: #1fb2b0;
}
#content {
	float: right;
	width: 550px;
	min-height: 335px;
	height: auto !important;
	height: 335px;	
	background: #faf4d4;
	padding: 0 25px;
}
#contenttop {
	background: url(../images/contenttop.jpg) no-repeat;
	width: 600px;
	height: 35px;
	float: right;
}
#content h1 {
	font-family: 'DejaVuSerifBook';
	color: #1fb2b0;
	font-size: 22px;
	margin: 10px 0px;
	text-shadow: 1px 1px #fff;
	/*text-indent: 40px;*/
	letter-spacing: 2px;
	line-height: 33px;
}
#content h1 span {
	color: #086564;
	font-size: 32px;
}
#content h1 a {
	color: #086564;
}
#content h1 a:hover {
	color: #086564;
}

#content h2 {
	color: #086564;
	text-transform: uppercase;
	margin: 20px 0 6px 0;
}
#content p {
	color: #7f6b09;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
	font-weight: bold;
}
#content strong {
	font-weight: normal;
	border-bottom: 1px dashed #7f6b09;
}
#contentbot {
	background: url(../images/contentbot.jpg) no-repeat;
	width: 601px;
	height: 19px;
	float: right;
	margin-bottom: 6px;
}
#content a {
	color: #bf349e;
	text-decoration: none;
	font-weight: normal;
}
#content a:hover {
	color: #086564;
	background: #fbeead;
	padding: 2px 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px #fff;
}
#content ul {
	width: 550px;
	list-style-type: disc;
	padding: 0 25px;
	color: #7f6b09;
}
#content ul li {
	float: left;
	width: 33.333%;
	line-height: 21px;
}
#footer {
	clear: both;
	color: #7f6b09;
	font-size: 11px;
	text-align: right;
	text-shadow: 0px 0px 4px #FBEEAD;
	font-weight: bold;
}



