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

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#b0b0b0;
	padding:0;
	margin:0;
}
h1{
	line-height:15px;
}
a:link, a:visited{
	color:#000000;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}

.header{
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	width:967px;
	height:165px;
}

.mid{
	background-image:url(images/mid.png);
	background-repeat:repeat-y;
	width:967px;
	height:420px;
}
.footer{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	width:967px;
	height:46px;
}
.footerText{
	padding-top:50px;
	color:#FFFFFF;
	font-weight:bold;
}

/* = = = = = = = = = = = = = BODY = = = = = = = = = = = = = = = = */
.leftSide{
	width:380px;
	height:400px;
	margin-left:40px;
	float:left;
}
.horizontalSpacer{
	width:20px;
	height:400px;
	float:left;
}
.rightSide{
	width:450px;
	height:400px;
	float:left;
}
.longBody{
	width:880px;
	height:420px;
	margin-left:40px;
	float:left;
	overflow:auto;
}
.bodyText{
	text-align:justify;
	letter-spacing:0.05em;
	font-weight:550;
}

/* = = = = = = = = = = = = = MENU = = = = = = = = = = = = = = = = */

.menu{
	padding-top:95px;
	padding-left:150px;
	text-align:right;
	width:813px;
}

#menu ul{
	margin: 0 0 0 0; 
	padding: 0; 
	list-style-type: none; 
	text-align:center; 
}

#menu li {
	margin: 0 .4em .4em 0; 
	height:30px; 
	list-style-type: none; 
	display:inline; 
	float:left; 
}

#menu a
{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: .15em .7em;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover
{
	color:#B0B0B0;
}

.menuSpacer{
	color:#4fa0cf;
	height:1px;
}
