html{
	overflow-y:scroll;
}

body,td {
	font: normal 13px Arial;
	margin:0pt auto;
	padding:0pt;
	width:910px;
}

img{
	border:0;
}

#top_logo{
	text-align:center;
}

#top_menu table{
	/*width:100%; */
	border:0;
	background-color:#666666;
}

#top_menu table td{
	width:130px;
	padding:5px;
	background-color:#e41635;
	text-align:center;
	color:#dddddd;
}

#top_menu table td a{
	text-decoration:none;
	color:#dddddd;
}


#left_menu{
	width:200px;
	text-align:center;
	vertical-align:top;
	background: #c1c2c4;
}



#left_menu table{
	width:200px;
}

#left_menu table td{
	height:70px;
	text-align:center;
	vertical-align:middle;
	background: #c1c2c4 url('../images/left_background_gray.png') repeat-x top;
	color:#333333;
	font-weight:bold;
}

#left_menu table td.red{
	background: #9e191f url('../images/left_background_red.png') repeat-x top;
	color:#cccccc;
}


#content{
	background: #ffffff url('../images/main_background.png') repeat-y left;
	color:#333333;
	width:600px;
	padding:10px;
	vertical-align:top;
}

#left_menu table td a{
	text-decoration:none;
	color:black;
}

#left_menu table td.red a{
	text-decoration:none;
	color:white;
}
/* unnamed */
.page_text {
	margin-left:65px;
	font-size:12px;
	text-align:justify;
}
.page_text h1,
.page_text h3 {
	margin-top: 15px;
	margin-bottom: 3px;
	font-size:110%;
}
.page_text p {
	margin: 8px 0;
}
.page_text a:visited,
.page_text a:link {
	color:#666;
	text-decoration:none;
}
.page_text a:hover {
	color:#333;
	text-decoration:underline;
}
#content .header {
	text-align:center;
}
.header h4 {
	margin:0;
	/*padding:0;*/
	font-size:16px;
	font-family: Arial, Tahoma;
}