@charset "utf-8";
body {
	font-family:"Trebuchet MS", Calibri, Tahoma, Verdana, Arial;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#003366;
	background-image: url(graphics/sky-bg2.jpg);
	background-position:center -20px;
	background-repeat:repeat-y;
	background-attachment:fixed;
	font-size:80%
}

A:link {
	color: #003366;
	text-decoration:underline
}
A:visited {text-decoration: underline; color: #003366;}
A:active {text-decoration: none; color: #221F2B;}
A:hover {color: #3b8c2b; text-decoration: none;}


.oneColElsCtr {
	width: 742px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

	}
#container {
	position:relative;
	background: #FFFFFF;
	border-left: 3px solid #000033;
	border-right: 3px solid #000033;
	height:900px;
	
}
.oneColElsCtr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#menu-hd {
	background-image:url(graphics/hd-bg.jpg);
	background-repeat:no-repeat;
	width:736px;
	height:40px;
	clear:both;
	padding-top:180px;
	text-align:center;
	font-size:1.1em;
}
a.menutext:link {text-decoration: none; color: #006600; font-size:.9em; }
a.menutext:visited {text-decoration: none; font-size:.9em;}
a.menutext:active {text-decoration: none; font-size:.9em;}
a.menutext:hover {background-color: #b9ccba; text-decoration:none; }
.oneColElsCtr #container #mainContent #header {
	height: 25px;
}
.oneColElsCtr #container #mainContent #header #news {
	width: 290px;
	margin-left: 50px;
	float:left;
	color:#000033;
	padding:10px;
	height:380px;
	background-image: url(graphics/news-bg2.jpg);
	margin-top:5px
}
.oneColElsCtr #container #mainContent #header #news #mp3player {
	margin-left: 25px;
	font-size:.9em;
}
#copyright {
	position: relative;
	bottom: 10px;
	margin: auto;
	width: 353px;
	clear:both;
	font-size:0.8em;
	color:#3737FF;
	text-align:center;
	margin-top: 60px;
}
#SecPgContent {
	padding: 30px;
	padding-right:50px;
}

.smText {
	font-size: 0.9em;
}
