/*
-------------------------
#Main styles
-------------------------
*/

#container {
	width: 603px;
	margin: 0 auto
}


#clearfix {
	height: 0;
	clear: both;
}

#topleft {
	height: 239px;
	width: 159px;
	float: left;
	text-align: left;
}

#topmiddle {
	height: 239px;
	width: 270px;
	float: left;
	margin-left: 5px;
	text-align: left;
}

#topright {
	height: 239px;
	width: 163px;
	float: left;
	margin-left: 5px;
	text-align: left;
	background-repeat: repeat;
	background-image: url(../Media/Images/background2.jpg);
	font-size: 12px;

}

#background {
	width: 603px;
	background-repeat: repeat;
	background-image: url(../Media/Images/background2.jpg);
	text-align: left;
}

#content {
	width: 372px;
	text-align: left;
	float: left;
	margin-left: 26px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
	min-height: 375px;
	padding-right: 36px;
}

#images {
	width: 164px;
	float: left;
}

#spacer {
	height: 5px;
}
/*
-------------------------
#CMS Styles
-------------------------
*/
.cmsmenu {
	margin: 0px;
	padding: 0px;
}

.cmsmenu ul {
	margin: 0;
	padding: 0;
}

.cmsmenu li {
	display: inline;
}


/*
-------------------------
#Text Styles
-------------------------
*/


.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

li {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}



body {
	text-align: center;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
