/********************************************************
* Global
********************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body {
	text-align: center;
	background: #FFFFFF url(images/background.png) top center repeat-y;
}

body, tr, td {
    font: normal 12px Helvetica Neue, arial, verdana, sans-serif;
}

td, tr {
	padding: 0px 0px 0px 0px;
}

h1 {
	font: bold 13px Helvetica Neue, arial, verdana, sans-serif;
	margin-left: 7px;
	margin-top: 2px;
}

h2 {
	font: bold 14px Helvetica Neue, arial, verdana, sans-serif;
	margin-top: 20px;
}

a, a:link, a:visited {
	color: #7F9A83;
	text-decoration: none;
}

a:hover {
	color: #7F9A83;
	text-decoration: underline;
}

iframe {
	float: left;
}

p {
	margin-top: 10px;
}

li {
	margin-left: 10px;
	list-style-type: none;
	list-style-position: inside;
}

img {
	border-style: none;
}

/********************************************************
* Specific Elements
********************************************************/
#Page {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	background-color: #FFFFFF;
}

#Inner {
	width: 740px;
	left: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#Header {
	width: 740px;
	height: 120px;
	background: url(images/header.png) top center no-repeat;
}

#TopSpace {
	width: 740px;
	height: 4px;
	font-size: 0px
}

#TopMenu {
	width: 740px;
	height: 22px;
	background-color: #E6E6E6;
}

#Main {
	width: 740px;
	min-height: 415px;
	height: auto !important;
	height: 415px;
}

#Space {
	width: 740px;
	height: 5px;
	font-size: 0px
}

#Footer {
	width: 740px;
	height: 75px;
	background: url(images/footer.png) top center no-repeat;
}

#LeftCol {
	float: left;
}
#MiddleCol {
	float: left;
	left: 5px;
	position: relative;
}
#RightCol {
	float: right;
}
#Menu {
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

#TopMenuText {
	top: 2px;
	position: relative;
}
}
#TopMenuText a, {
	color: #444444;
	text-decoration: none;
}
#TopMenuText a:visited {
	color: #444444;
	text-decoration: none;
}
#TopMenuText a:link {
	color: #444444;
	text-decoration: none;
}
#TopMenuText a:hover {
	color: #444444;
	text-decoration: underline;
}
#NavText {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 13px;
	color: #FFFFFF;
}
#TitleNavText {
	margin-left: 10px;
	top: 8px;
	position: relative;
	font: bold 13px Helvetica Neue, arial, verdana, sans-serif;
	color: #FFFFFF;
}
#NavText a, {
	color: #3E2012;
	text-decoration: none;
}
#NavText a:visited {
	color: #3E2012;
	text-decoration: none;
}
#NavText a:link {
	color: #3E2012;
	text-decoration: none;
}
#NavText a:hover {
	color: #3E2012;
	text-decoration: underline;
}
#commentform textarea {
	width: 510px;
	padding: 0px;
	border: 1px solid #100;
}


/********************************************************
* Classes
********************************************************/
.ContentText {
	margin-left: 7px;
	margin-right: 15px;
}
.Space2 {
	height: 2px;
	font-size: 0px
}
.Space20 {
	height: 10px;
	font-size: 0px
}
.SearchForm {
	height: 19px;
	width: 100px;
	border-top: #AAAAAA 1px solid;
	border-left: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	border-right: #AAAAAA 1px solid;
	margin-top: 50px;
	margin-left: 145px;
	background-image: url(MenuIcons/search_inputbackground.gif);
}
.SearchSubmit {
	border-right: #AAAAAA 1px solid;
	border-top: #AAAAAA 1px solid;
	border-left: #AAAAAA 1px solid;
	border-bottom: #AAAAAA 1px solid;
	height: 21px;
	width: 21px;
	position: relative;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}

/********************************************************
* Layout Classes
********************************************************/
.Col200 {
	width: 200px;	
}
		.Content200Top {
			width: 200px;
			margin-top: 20px;
			margin-left: 0px;
			height: 30px;
			background: url(images/content200top.png) top center no-repeat;
		}
		.Content200 {
			width: 200px;
			min-height: 100px;
			height: auto !important;
			height: 100px;
			margin-left: 0px;
			background: url(images/content200middle.png) top center repeat-y;
		}
		.Content200Bottom {
			width: 200px;
			margin-left: 0px;
			height: 10px;
			background: url(images/content200bottom.png) bottom center no-repeat;
			font: normal 0px arial;
		}

.Col540 {
	width: 540px;
}
		.Content540Top {
			width: 540px;
			margin-left: 0px;
			height: 3px;
			font: normal 0px arial;
		}
		.Content540 {
			width: 540px;
			margin-left: 0px;
		}
		.Content540Fixed {
			width: 540px;
			height: 380px;
			margin-left: 0px;
		}
		.Content540Bottom {
			width: 540px;
			margin-left: 0px;
			height: 3px;
			font: normal 0px arial;
		}

/********************************************************
* Float containers fix:
* http://www.csscreator.com/attributes/containedfloat.php
********************************************************/
.clearfix:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
