html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input { 
	font-family: Tahoma,Verdana,Segoe,sans-serif; 
	padding: 0px; 
	margin: 0px; 
	border: 0px transparent none; 
	background-position: left top; 
	background-repeat: no-repeat; 
}


body {
	background-image : url(../images/background.png);
	background-repeat : repeat;
}

a, a:visited {
	color : #4e7dc2;
	text-decoration : none;
}

#page_top {
	background-repeat : repeat-x;
}

#header_top, #header_body, #header_footer, #page_bottom, #page_content, #header_pic {
	width : 721px;
	margin-left: auto; 
	margin-right: auto;
}

#header_top {
	height : 28px;
	background-image : url(../images/header_top.gif);
}

#header_body{
	height : 226px;
	background-image : url(../images/header_body.gif);
}

#header_pic { 
	height : 226px;
	background-image : url(../images/gate.jpg);
	background-position-y : -50px;
}

#header_footer{
	height : 33px;
	background-image : url(../images/header_footer.gif);
}

#page_main {
	background-position-y : bottom;
	background-repeat : repeat-x;
}

#page_bottom {
	background-image : url(../images/page_bottom.gif);
	background-position : left bottom;
	background-color : #dfeef5;
}

#page_content {
	min-height : 600px;
	padding-bottom : 150px;
	background-image : url(../images/TabModule_BG_content.png);
}

#menu_list {
	width : 190px;
	float : left;
}

#menu_list_items {
	margin-top : 20px;
	font-size : 12px;
	color : #65747b;
	list-style-type : none; 
	letter-spacing : 5px;
	text-align : right;
	cursor : default;
}

#menu_list_items LI {
	padding : 6px 20px 6px 0px;
}

#menu_list_items LI.selected {
	background-image : url(../images/menu_selected.png);
	background-position-x : right;
	color : #006b2a;
	font-weight : bold;
	letter-spacing : 4px;
}

.menu_content {
	padding-left : 200px;
}

.content {
	padding-top : 20px;
	float : left;
	width : 510px;
	word-break : bread-all;
	word-wrap : break-word;
	font-size : 12px;
}

.subject_image {
	float : left;
	display : inline;
	margin : 4px 10px 5px 0px;
	width : 93px;
	height : 64px;
}

.subject_title {
	font-size : 12px;
	color : #4e7dc2;
	font-weight : bold;
	letter-spacing : 2px;
	line-height : 20px;

}

.subject_abstract {
	letter-spacing : 2px;
	line-height : 20px;
	text-indent:2.3em;
}

.hideme {
	display : none;
}

#footer {
	float : none;
	margin-top : -115px;
	text-align : center;
	font-size : 12px;
	line-height : 23px;
}