/* CSS MAIN RobeAcademicus */
body {
	text-align: center;
	background: #EFEFEF;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#main_page {
	margin: auto;
	width: 1000px;
}
#banner {
	border: 1px solid #CCCCCC;
	border-bottom: 0px;
	background: #E8E8E8;
	height: 150px;
	text-align: left;
}
#logo {
	width: 200px;
}
#logo_font {
	/*float:left;
	margin-top: 55px;
	margin-left: 37px;*/
}
#banner_image {
	float: right;
}
#banner_image IMG {
}
#CONTENT {
	text-align: left;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	background-image: url(../pics/bg_main.gif);
	background-repeat: repeat-y;
	min-height: 500px;
}
#MENU_MAIN_OUTER {
	float: left;
	width: 200px;
}
#MENU_MAIN {
	margin-top: 20px;
}
.main_menu_item_outer {
	padding: 2px;
	background: #DBDBDB;
	margin-bottom: 2px;
}
.main_menu_item {
	padding: 10px;
	padding-left: 40px;
	background-image: url(../pics/icon_square_white.gif);
	background-repeat: no-repeat;
	background-position: 20px 13px;
}
.main_menu_item A {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666 !important;
	font-weight: bold;
	text-decoration: none !important;
}
.main_menu_item a:hover {
	color: #333333 !important;
	text-decoration: none !important;
}
.main_menu_act_outer {
	padding: 2px;
	background: #FFFFFF;
	margin-bottom: 2px;
}
.main_menu_act {
	padding: 10px;
	padding-left: 40px;
	background-image: url(../pics/icon_square_yellow.gif);
	background-repeat: no-repeat;
	background-position: 20px 13px;
}
.main_menu_act A {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333 !important;
	font-weight: bold;
	text-decoration: none !important;
}
#CONTENT_MAIN_OUTER {
	float: left;
	width: 545px;
	border-right: 1px solid #CCCCCC;
	min-height: 500px;
	height: 500px;
}
html>body #CONTENT_MAIN_OUTER {
	height: auto;
}
#CONTENT_MAIN {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#CONTENT_RIGHT_OUTER {
	float: left;
	background: #FFF;
	width: 250px;
}
#CONTENT_RIGHT {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	clear: both;
	text-align: left;
	height: 20px;
	background: #E8E8E8;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.clearer {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
#MENU_BASIC {
	float: left;
	text-align: right;
	width: 630px;
	padding-top: 2px;
}
#MENU_BASIC A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#MENU_BASIC a:hover {
	color: #333333;
}
.menu_basic_act A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333 !important;
	text-decoration: none;	
}
#LANGUAGE {
	float: left;
	padding-left: 220px;
	padding-top: 2px;
}
h1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 16px;
	padding-left: 20px;
	background-image: url(../pics/icon_square_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.bodytext {
	padding-left: 20px;
}
a:link, a:active, a:visited, a:hover {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.csc-textpic-below .csc-textpic-imagewrap {
	display: inline;
	margin-left: 20px;
}
OL LI {
	margin-bottom: 5px;
}
/* MAIL FROM CSS SETTING */
.csc-mailform-field label {
	width: 70px;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	font-weight: bold;
	display: block;
	float: left;
}
.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.csc-mailform-field INPUT {
	margin-bottom: 5px;
}
.csc-mailform-submit {
	margin-top: 10px;
	margin-left: 170px;
}
.csc-mailform {
	border: 0px;
	margin-left: 17px;
	padding: 0px;
	padding-top: 10px;
}
.csc-textpic-caption {
	font-size: 10px;
}
.csc-frame-rulerAfter {
	height: 10px;
}