/* BODY */

body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* CONTAINERS */

.pagecontainer {
	width:100%;
	height:auto;
	position:absolute;
	z-index:1;
	text-align:center;
	background-image: url(images/side.gif);
	background-repeat: repeat-y;
}

.pagecontainer2 {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
	text-align:center;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.maincontainer {
	position:relative;
	margin:0px auto;
	width:1000px;
	height:auto;
	z-index: 1;
	margin:0px auto;
}




/* MENU ITEMS */

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #333;
	height: 20px;
	width: 1000px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}

#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #333;
	text-decoration: none;
	display: block;
	width: 200px;
	height:20px;
	text-align: center;
	line-height: 21px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
}
#searchbuttons A {
	background-color: #333;
	display: block;
	padding: 10px;
	margin: 10px;
	color: #FFFFFF;
	text-decoration: none;
}


#menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #abde3c;
	text-decoration: none;
	font-weight: bold;
}

#submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #333;
	height: 20px;
	width: 200px;
	text-align: center;
}

#submenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #333;
	text-decoration: none;
	display: block;
	width: 200px;
	height:20px;
	text-align: center;
	line-height: 21px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#submenu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #abde3c;
	text-decoration: none;
	font-weight: bold;
}

/* MAIN PAGE ITEMS */

.title {
	margin-left: 10px;
	margin-top: 20px;

}

.flashcontainer {
	width: 1000px;
	height: 145px;
	background:url(images/header.jpg) 50% 1px no-repeat;
}

.content {
	width: 580px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #abde3c;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	left: 158px;
	top: 176px;
}

.leftimage {
	width: 272px;
}





/* FOOTER ITEMS */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #333;
	height: 21px;
	width: 100%;
	text-align: center;
	line-height: 21px;}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}

#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0C7FE;
	text-decoration: none;
}
#searchbuttons A:hover {
	background-color: #abde3c;
	display: block;
	padding: 10px;
	margin: 10px;
	color: #333;
	text-decoration: none;
}
