/* Set font globally 
	#E3E3F4*/
a, div, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

img {
	border: 0px;
	margin: 5px;
}

div {
	border: 1px solid #6F4219;
	margin: 5px 7px 5px 7px;
	padding: 0;
}

div img {
	border: 1px solid #6F4219;
}

body, html {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	horizontal-align: left;
	width: 1000px;
}

.page {
	width: 100%;
	height: 95%;
	border: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; 
}

.header {
	background: url("images/banner.png") no-repeat #6D8BC7;
	height: 110px;
	vertical-align: top;
}

.header .login {
	text-align: right;
}

.header a {
	color: #3f5e77;
	text-decoration: none;
}

.header a:hover {
	color: #4c708e;
	text-decoration: underline;
}

.splitter {
	height: 5px;
	background: #6F4219;
}

.menu {
	background: #FFFFFF; /* #E3E3F4 */
	text-align: left;
	vertical-align: top;
	padding: 7px;
	width: 150px;
}

.menu a {
	color: #443424;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

.menu a:hover {
	color: #1C2187;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}


.content {
	background: #E3E3F4;
	vertical-align: top;
	padding: 15px 7px 15px 7px;
	width: 730px;
	border-width: 0px 1px 1px 1px;
	border-style: dotted;
	border-bottom-style: solid;
	text-align: justify;
}

.foot {
	color: #0F0F0F;
	padding: 5px 0px;
	text-align: center;
}

.foot a {
	color: #0F0F0F;
	text-decoration: none;
}

.foot a:hover {
	color: #1C2187;
	text-decoration: none;
}

.ad	{
	width: auto;
	padding: 7px;
	text-align: center;
}

.footer_address {
	padding: 10px 15px;
	text-align: center;
}

.footer_banner {
	
}

.news {
	width: 100%;
	border-collapse: collapse;
}

.news_subject {
	width: 75%;
        border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	background-color: #CCCCCC;
	padding: 1px 1px 1px 5px;
	font-size: 14px;
	font-weight: bold;
}

.news_date {
	width: 25%;
        border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	background-color: #CCCCCC;
	text-align: center;
}

.news_message {
	width: 100%;
        border-style: dotted;
	border-width: 1px;
	border-color: #000000;
	padding: 5px 5px 5px 5px;
}

hr.news_seperator {
	width: 80%;
        border: 1px solid #111111;
}

.backbutton {
	text-align: center;
}

