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

/* BODY -------------------------------------------------- */

body, html {
	background-color: #333366;
	background-image: url(main-backgrnd.jpg);
	background-repeat: repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: 0;
	padding: 0;
	color: #FFFFFF;
	line-height: 18px;
}

/* CONTAINER -------------------------------------------------- */

#container { 
    width: 750px; 
	height: 600px;
	margin: 0 auto;
}

/* HEADER ----------------------------------------------------- */

#header {
    background-image: url(header-bckgrnd.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color: #000033;
    height: 130px;
	width: 750px;
}

#header p {
    text-align:center;
}

/* MENU -------------------------------------------------- */

#menu {
	height: 52px;
	width: 650px;
	margin: -25px 0 0 50px;
	padding: 12px 0 0 0;
	background-image: url(menu-bckgrnd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#menu a {
    margin-right: 15px;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#menu a:hover, #menu a:active {
	color:#CCCCCC;
	text-decoration:underline;
}

/* STAGE -------------------------------------------------- */

#stage {
	width: 750px;
	margin: 0 0 10px 0;
}

#stage h1 {
	font-size: 14px;
	color: #CC9933;
}

#stage h2 {
	color:#CC9933;
	font-size: 11px;
	font-weight: bold;
}

#stage h3 {
	color:#0099CC;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 -10px 0;
}

#stage li {
	margin: 0 0 0 0px;
}

#stage a:link, #stage a:visited {
	color:#CC66CC;
	text-decoration:none;
	font-weight: bold;
}
#stage a:hover, #stage a:active {
	color:#CC66CC;
	text-decoration:underline;
}

.stage_left {
	margin: 0 5px 0 15px;
	width: 395px;
	float: left;
}

#stage_right {
	padding: 5px;
	width: 285px;
	height: 380px;
	overflow: auto;
	background-color:#C0C0C2;
	background-image:url(latestnews-bg.jpg);
	background-repeat:repeat-y;
	color:#000000;
	float: left;
}

#stage_right_header {
	padding: 5px;
	width: 285px;
	background-color:#C0C0C2;
	background-image:url(latestnews-bg.jpg);
	background-repeat:repeat-y;
	color:#000000;
	float: left;
}

#stage_right p {
	color: #000000;
    font-size: 11px;
	font-style: italic;
	margin: 5px 0 0 0px;
}

#stage_right li {
	margin: 10px 0 0 -40px;
	list-style:none;
	font-size: 11px;
}

#stage_about {
	margin: 0 15px 0 25px;
	width: 700px;
	float: left;
}

#stage a:link, #stage a:visited {
	color: #CC9933;
	text-decoration:none;
}
#stage a:hover, #stage a:active {
	color:#CCCCCC;
	text-decoration:underline;
}

.table {
	width: 565px;
	padding: 10px;
	font-size: 14px;
	border: 1px dashed #CCCCCC;
	margin: 0 0 0 100px;
}

.table td{
}


/* FOOTER -------------------------------------------------- */

#footer {
	text-align:center;
	color:#FFFFFF;
	float:left;
	width: 750px;
	background-image: url(footer-bckgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #000033;
	padding: 15px 0 5px 0;
}

#footer a {
    margin-right: 10px;
}

#footer  a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer  a:hover, #footer a:active {
	color:#CCCCCC;
	text-decoration:underline;
}

/* LINKS -------------------------------------------------- */

#rlinks_left {
	width: 475px;
	padding: 2px;
	float: left;
}

#rlinks_right {
	margin: 0px 0 0 5px;
	padding: 2px 3px 3px 3px;
	width: 250px;
	height: 300px;
	float: left;
}

#rlinks_right h2 {
	color:#CC9933;
}

#rlinks_right p {
    color:#FFFFFF;
	line-height: 15px;
	padding: 0 0 0 5px;

}

.table_links {
	width: 475px;
	font-size: 10px;
	text-align: center;
}

/* FEED -------------------------------------------------- */

#feed {
	margin: 0 15px 0 25px;
    padding: 5px 0 5px 10px;
	height: 400px;
	overflow: auto;
	background-color:#CCCCCC;
	color: #000000;
}

#feed p {
    font-size: 12px;
	font-style: italic;
	margin: 5px 0 0 0px;
}

#feed li {
	margin: 10px 0 0 -40px;
	list-style:none;
	font-size: 11px;
}

/* GENERAL -------------------------------------------------- */



.anchors {
    text-align: center;
}

.anchor-link {
    font-size: 9px;
	color: #FFFFFF;
	text-decoration:italic;
	text-align: left;
}

.rightimg { float: right; margin-left: 8px; margin-right: 5px; padding-left: 5px;}
.leftimg {
	float: left;
	margin: 0 0 10px 10px;
	margin-right: 5px;
	padding-right: 5px;
}

.img {
	margin-left: 2px;
	margin-right: 5px;
	padding-right: 5px;
	vertical-align:middle;
}

.img_bottom {
	margin: 0 3px -3px 5px;
	vertical-align: text-bottom;
}


.clearing { font-size: 1px; line-height: 0px; margin: 0px; clear: both; height: 0px;}
