body {
	background: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 76%;
	color: #333;
	margin: 5px;
	width: auto;
}
#main {
	width: 930px;
	margin: 0 auto;
	border: #333 solid 1px;
	background: #FFF url(postbg.jpg) repeat-y fixed;
}
#header {
	background: #dc1a22 /*url(gradient1.png) repeat-x top fixed*/;
	height: 90px;
	width: 910px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #000;
	/*border: 1px solid #CCC;*/
}

#title {
	width: 680px;
        float: left;
}

#title h1 {
	font-size: 36px;
        color: #66F;
        font-weight: bold;
        padding-bottom: 0px;
}

#title h4 {
	font-size: 14px;
        font-weight: bold;
        color: magenta;
        padding-top: 0;
}

#Navigate {
	background: #FFF;
	/*white-space: nowrap;*/
	height: 25px;
	width: 920px;
	margin-bottom: 3px;
	padding: 5px;
	/*border: 1px solid #CCC;*/
	/*text-align: right;*/ 
}

.clear {
	clear: both;
	margin: 0;
}
.SearchBox {
	padding: 5px;
	margin-left: 680px;
	width: 200px;
}
#container {
	background-color: #FFF;
	width: 930px;
	clear: both;
	
}
#Right_container {
	background: #FFF; /*url(bgContLeft.gif) repeat-y left;*/
	float: right;
	/*clear: left;*/
	width: 270px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	/*border-left: #CCC dotted 1px;*/
}

#Right_container ul li {
        list-style-type: none;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: #333 dotted 1px;
	}
	
#Left_container {
	float: left;
	/*clear: left;*/
	width: 599px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#footer {
	background: #CCC url(gradient2.png) repeat-x;
	padding: 5px;
	width: 920px;
	height: 25px;
	/*border: 1px solid #CCC;*/
	text-align: center;
}

p {
	text-align: justify;
	line-height: 1.5em;
	padding: 0 0 0 10px;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
margin:20px 0 8px 0;
font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

div.anynews {
	width: auto;
        position: relative;
	
}

div.anynews h2 {
	text-decoration: blink;
}


div.anynews ul {
	list-style-type: none;
	line-height: 1.5em;
}

div.anynews li a{
	text-decoration: none;
	color: #33F;
}

div.anynews li a:hover {
	text-decoration: underline;
}

div.anynews strong {
	color: #036;
}

.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

