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

body  {
	margin: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(images/background.jpg);
}

a:link {
	color: #010A57;
	text-decoration: none;
}

a:visited {
	color: #010A57;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;
	text-decoration: none;
}

#splash_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}

#page_text {
	
	width:600px;
	height:234px;
}

#splash {
	position:relative;
	top:200px;
	width:600px;
	height:400px;
	font-family: "Courier New", Courier, monospace, arial;
	font-size: 24px;
	font-weight: bold;
}

#splash_table {
	position:relative;
	top:250px;
	width:600px;
	height:50px;
	font-family: "Courier New", Courier, monospace, arial;
	font-size: 24px;
	font-weight: bold;
}

.twoColElsLt #container { 
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	position:relative;
	top:80px;
} 


.twoColElsLt #sidebar1 {
	float: left; 
	width: 11em;
	padding: 15px 0;
	padding-left: 15px;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLt #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 500px;
	margin-top: 0;
	margin-right: 3em;
	margin-bottom: 0;
	margin-left: 17em;
	left: 10px;
	position: relative;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
