@charset "utf-8";
/* CSS Document */
body {


	background-color: black;
	font-size: 15px;
	font-family: Arial;


	background-color: #ddddff;
	background-image: url('/images/background.jpg');
}


a {
	color: black;
}

a:hover {
	color: #999999;
}




#site {
	width: 80%;

	margin: 0 auto;
	margin-top: 40px;
}




#content {
	background-color: white;
	width: 800px;
}









#header {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 940px;

	background-color: white;
	padding: 6px 6px;
}


.header {
	font-size: 42px;
	font-family: Times New Roman;
	letter-spacing: -0.5px;
}


.header a {
	text-decoration: none;
}

.headerexp {
	font-size: 18px;
	font-family: Arial;
	text-transform: uppercase;
	letter-spacing: -0.6px;
}


#menu {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 228px;

	background-color: white;
	padding: 4px 4px;

	text-align: justify;
}



h1 {
	padding: 0;
	margin: 0;

	font-size: 28px;
	font-family: Times New Roman;
	font-weight: normal;

}




#spacer {
	background-color: green;
	position: relative;
}



























.rounded  {
	display: block
}


.rounded * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background: white;
}


.rounded1 {
	margin-left: 4px;
	margin-right: 4px;
	background: white;
}

.rounded2 {
	margin-left: 2px;
	margin-right: 2px;
	background: white
}
.rounded3 {
	margin-left: 1px;
	margin-right: 1px;

	background: white;
}



.roundedfg {
  background: white}




















.roundedbordered  {
	display: block
}


.roundedbordered * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
}


.roundedborderedtop1 {
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #6666bb;

}

.roundedborderedbottom1 {
	margin-left: 5px;
	margin-right: 5px;
	border-top: 1px solid #6666bb;
}



.roundedbordered2 {
	margin-left: 3px;
	margin-right: 3px;

	border-left: 2px solid #6666bb;
	border-right: 2px solid #6666bb;
	background: white;
}


.roundedbordered3 {
	margin-left: 2px;
	margin-right: 2px;

	border-left: 1px solid #6666bb;
	border-right: 1px solid #6666bb;
	background: white;

}

.roundedbordered4 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #6666bb;
	border-right: 1px solid #6666bb;
	background: white;

}



.roundedborderedfg {
	border-left: 1px solid #6666bb;
	border-right: 1px solid #6666bb;
	background: white;
}











