html
{
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	width:100%;
	height: 100%;
	background-color:#6699ff;
	background-image:url('/images/blue-bg.gif');
	background-repeat:repeat-y;
	background-position:top center;
	
	}

img {
	border:none;
}

a {
	color:inherit;
}


#Content {
	position:relative;
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#ffffff;
	border-width:0px;
	min-height:100%;
	}


#Header {
	position:relative;
	width:760px;
	height:150px;
	margin:0px auto 0px auto;
	padding:0px;
	border-width:0px;
	text-align:center;
}

#Left_menu {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	width:190px;
	border-width:0px;
}

.left_menu_item {
	padding:2px 15px 2px 10px;
}

#Main_page {
	position:relative;
	float:right;
	width:600px;
	margin:0px 10px 10px 0px;
	padding:0px 0px 0px 0px;
	border-width:0px;
}

.index {
	min-height:500px;
	background-color:#0044ff;
}

.index_alert {
	text-align:center;
	margin:10px 0px;
	padding:0px;
	background:yellow;
	color:red;
	font-size:1.2em;
	width:100%;
}

.newsheading {
	color:white;
	position:relative;
	font-size:2em;
	text-align:center;
	font-weight:bold;
	padding:5px;
}

.newsitem {
	position:relative;
	background-color:#ffffff;
	margin:10px;
}

.newsitemheading {
	font-size:1.5em;
	text-align:left;
	margin:2px;
	padding:5px 5px 0px 5px;
}

.newsitemcontent {
	padding:0px 20px 5px 20px;
}


.top_right_corner {
	position:absolute;
	top:0px;
	right:0px;
}

.top_left_corner {
	position:absolute;
	top:0px;
	left:0px;
}

.bottom_left_corner {
	position:absolute;
	bottom:0px;
	left:0px;
}

.bottom_right_corner {
	position:absolute;
	bottom:0px;
	right:0px;
}

#footer {
	position:relative;
	width:100%;
	text-align:center;
	font-size:.5em;
	color:black;
	clear:both;
}

.Heading {
	font-size:2em;
	font-weight:bold;
	text-align:center;
}
