/* This could be relevant in some cases for proper display in Safari */
/*html,table {
	background-color: white;
}*/

body  {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: none;
	background-color: #DFD8CB;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-3dlight-color: #EDEDED;
	scrollbar-darkshadow-color: #ECECEC;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-track-color: #F6F6F6;
}

body.header {
	background: #DFD8CB;
	background-image: none;
}

body.menu {
	background: #DFD8CB;
	background-image: none;
}

body,p,li,td,input,select,textarea {
	font-size: 17px;
	font-family: Georgia, Times, 'Times Roman', 'Times New Roman', serif;
	font-weight: normal;
	font-style: normal;
	color: #4D411E;
	text-align: justify;
}

ul {
	list-style-image: url("bullet_blue.png");

}

div#tabs {
	width: 660px;
}


div.submenu {
	width: 332px;
	float: left;
}

div.wrap {
    border-left: 1px solid white;
	margin-left: 332px;
	padding: 20px;
	min-height: 300px;
}

.smallerwidth {
	width: 70%;
}

span.highlight {
	font-style: italic;
	color: #007088;
}


b,strong {
	font-weight: bold;
}



i,em {
	font-style: italic;
}

h1,h2,h3  {
	font-size: 25px;
	font-family: Georgia, Times, 'Times Roman', 'Times New Roman', serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-bottom: 20px;
	color: #007088;
	letter-spacing: 2px;
}

h2  {
	font-size: 22px;
	margin-bottom: 10px;
}

h3  {
	font-size: 17px;
	margin-bottom: 10px;
}

hr  {
	width: 100%;
	color: white;
}

a:link  {
	text-decoration: none;
	color: #007088;
}

a:visited  {
	text-decoration: none;
	color: #007088;
}

a:hover,a:focus  {
	text-decoration: underline;
	color: #007088;
}

a:active  {
	text-decoration: underline;
	color: #007088;
}

input,select,textarea {
	border: 1px solid gray;
	background: transparent;
}

input.button,button {
	font-size: 10px;
	font-family: Georgia, Times, 'Times Roman', 'Times New Roman', serif;
	cursor: pointer;
	text-align: center;
	border: 1px solid gray;
	background: transparent;
}

input.checkbox,checkbox {

}

select {
	background-color: white;
}

option {
	background: white;
}

a img,img,input.radio,input.checkbox {
	border: none;
}

div.line {
	border-bottom: 1px solid white;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
}

.with_line {
	padding-bottom: 4px;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
}

span.separator {
	color: #CE003C;
}

marquee.marquee {
	margin-left: 370px;
	margin-right: 20px;
}

div.marquee {
	width: 100%;
	position: absolute;
	right: 0px;
}

.tickertext {
	font-weight: bold;
	color: gray;
}

a:link.tickertext {
	text-decoration: none;
	color: gray;
}

a:visited.tickertext {
	text-decoration: none;
	color: gray;
}

a:hover.tickertext,a:focus.tickertext {
	text-decoration: none;
	color: red;
}

a:active.tickertext {
	text-decoration: none;
	color: red;
}

.tickerseparator {
	color: gray;
	margin-left: 20px;
	margin-right: 20px;
}

td.contactform_leftcol {
	width: 180px;
	vertical-align: top;
	text-align: left;
}

td.contactform_rightcol {
	width: 300px;
	vertical-align: top;
	text-align: left;
}

input.contactform,select.contactform {
	width: 300px;
}

textarea.contactform {
	width: 300px;
	height: 150px;
}

div.feed_title {
	font-size: 16px;
	font-family: Georgia, Times, 'Times Roman', 'Times New Roman', serif;
	margin-bottom: 20px;
}


div.feed_item {
   	background: #F5F5F5;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
}


div.feed_item_title {
	font-weight: bold;
}

a:link.feed_item_link {

}

a:visited.feed_item_link {

}

a:hover.feed_item_link,a:focus.feed_item_link {

}

a:active.feed_item_link {

}

div.feed_item_description {

}

a:link.feed_page {
	text-decoration: none;
	color: gray;
}

a:visited.feed_page {
	text-decoration: none;
	color: gray;
}

a:hover.feed_page,a:focus.feed_page {
	text-decoration: none;
	color: red;
}

a:active.feed_page {
	text-decoration: none;
	color: red;
}

.warning {
	color: red;
}


@font-face {
	font-family: 'Eurostile Extended';
	font-style:  normal;
	font-weight: normal;
   	src: url(eurostile.eot);
}

@font-face {
	font-family: 'EnigmaticRegular';
	src: url('Enigma__2-webfont.eot');
	src: local('?'), url('Enigma__2-webfont.woff') format('woff'), url('Enigma__2-webfont.ttf') format('truetype'), url('Enigma__2-webfont.svg#webfontC1Tfcyra') format('svg');
	font-weight: normal;
	font-style: normal;
}