/* type: element selectors */
body {
	margin: 10px;
	background: black;
	color: #E6E6CC;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	}
 img {
	border: 0px none;
	}
h1 {
	font-size: 1em;
	text-align:left;
	color:#CDC673;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 12px;
	text-align:center;
	color:white;
	margin-top: 0px;
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	}
h3 {
	font-size: 12px;
	text-align:left;
	color:white;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}
h4 {	
	font-size:0.7em;
	text-align:left;
	color:#CDC673;
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

/* type: id = "selector-elements" should be used only once within each page presentation to validate */
#container {
	border-top: 1px solid #658788;
	border-left: 1px solid #658788;
	border-right: 1px solid #658788;
	margin: auto;
	background: black;
	text-align: left;
	width: 775px;
	}
	
#hdr {
	background: transparent;
	padding: 0px;
	}

#bar {
	background: black url(images/inner_bar.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin:0px;
    height: 45px;
	\margin-top:90px;
	}

.links {
	padding-left: 85px;
	padding-top: 17px;
	margin:0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #658788;
	}
	
#bar .links a, a:active, a:visited{
  color: black;
  text-decoration: none;
}

#bar .links a:hover{
  color: white;
  text-decoration: underline;
}

#cont {
	background: black;
	padding: 0px 0px 0px 0px;
	margin-top:0px;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}
	
.maintext td{
	font: 12px Arial, Helvetica, sans-serif;
	color:white;
	text-align:left;
	padding:0px;
}
	
	div.mainback {
	background: transparent;
}

.maintext {
	margin-top: 0px;
	padding-top:5px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	background: url(images/content_bkgd.jpg) repeat-y;
	width: 753px;
}

.maintext p{
	padding-top: 15px;
	padding-right: 20px;
	margin-top:0px;
	margin-bottom:0px;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: left;
	color: white;
}

img.word{
	float:left;
	padding-top:0px;
}

#ftr {
	background: black url(images/inner_footer.jpg) no-repeat;
	margin:0px;
	padding: 0px 0px 0px 10px;
	color: #658788;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 1px solid #658788;
	}	
	
	#ftr span{
	padding-left: 270px;
}
	
/* class = "pseudo-classes" */
a:link {
	color: #CDC673;
	text-decoration:none;
	} 
a:visited {
	color: #CDC673;
	text-decoration:none;
	} 
a:hover {
	color: white;
	text-decoration:underline;
	} 
a:active {
	color: #CDC673;
	text-decoration:none;
	}
	
#ftr a:link {
	color: #658788;
	text-decoration:none;
	} 
#ftr a:visited {
	color: #658788;
	text-decoration:none;
	} 
#ftr a:hover {
	color: white;
	text-decoration:underline;
	} 
#ftr a:active {
	color: #658788;
	text-decoration:none;
	}
