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

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 159px;
	width: 100%;
	background-color: #000000;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	

#menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	position: absolute;
	height: 25px;
	background-image:url(images/page%20elements/menu/menubar.jpg);
	background-repeat:repeat-x;
	top: 169px;
	left: 0px;
	width: 100%;
	padding: 4px;
	color:#FFFFFF;
}

#container {
	width: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 200px auto auto auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px hidden;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;

}

#mainContent {
	padding: 10px 50px 10px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	margin: auto auto auto auto;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.content_title_highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #31b7c7;
}
.content_title_blk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: 100;
	font-variant: normal;
	color: #000000;
	margin-left: 10px;
}

.style1 {color: #e723ad}
.style2 {color: #31b7c7}

.body {
	background-image: url(../images/page%20elements/general/background/containerbkg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

a:link {
	color: #31b7c7;
}
a:visited {color: #31b7c7}



.class2 A:link {
	text-decoration:underline; color: #e723ad; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
.class2 a:visited {
	color: #e723ad;
}

.footer_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #31b7c7;
}
