* { /* Globally reset styles */
	margin: 0;
	padding: 0;
	text-decoration: none;
}

html, body {
	height: 100%;
}

body {
	background:#000066;
	font-family: Georgia, "Bookman Old Style", "Times New Roman", Times, serif;
	/*font-family: "helvetica", "trebuchet ms", arial, sans-serif;*/
	/*font-size:20px;*/
	font-size:14px;
	color: #000000;
}

div#container {
	width:750px;
	margin: 0 auto;
	padding: 0;
	margin-top: 20px;
}

div#banner {
	/*background-color:#CC0066;*/
	/*background:transparent url("..") no-repeat;*/
	width: 730px;
	/*height: 200px;*/
	text-decoration:none; outline-style: none; border:none;
	background-color:#FFFFFF;
	padding:10px;
	/*float:left;*/
}

div#banner a, div#banner a img {text-decoration:none; outline-style: none; border:none;}
div#logo {float:left;}
div#flag {float:right;}
div#title {float:left;clear:both;font-size:16px;width: 730px;}

div#topmenu {
	border-top: 1px dotted #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
	border-left: none;
	border-right:none;
	height: 15px;
	width: 680px;
	padding-left: 35px;
	padding-right: 35px;
	background-color:#66CC33;
	margin: 0;
	/*line-height:25px;*/
	line-height:1.4em;
}

.topmenu_item {
	text-transform: uppercase;
	/*font-size: 0.7em;*/
	font-size:10px;
	/*margin-top: 3px;*/
	/*padding-right:15px;*/
	margin-right:15px;
	border:none;
}
.topmenu_item a, .topmenu_item a img {text-decoration:none; outline-style: none; border:none;}
.topmenu_item a:hover {text-decoration: underline;}

div#content {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	border-bottom: 1px dotted #c0c0c0;
	/*overflow:hidden;*/
	min-height:350px;
}

div#leftmenu {
	float:left;
	width: 150px;
	padding-left: 35px;
}
div#leftmenu span {
	/*font-size: 0.8em;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.leftmenu_item {
	margin-top: 10px;
	border-top: 1px dotted #c0c0c0;
	padding-top: 10px;
	/*font-size: 0.7em;*/
}

.leftmenu_item p, .leftmenu_item a {text-decoration:none; outline-style: none; border:none;}
.leftmenu_item a:hover, .leftmenu_item a:focus {text-decoration:underline;}

.leftmenu_subitem {
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	/*font-size: 0.9em;*/
}
.leftmenu_subitem p, 
.leftmenu_subitem a {
	text-decoration:none;
	outline-style: none;
	border:none;
	/*font-size:1em;*/
}
.leftmenu_subitem a:hover, .leftmenu_subitem a:focus {text-decoration:underline;}

div#main_content {
	width: 475px;
	float: left;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 1px dotted #c0c0c0;
	/*font-size:0.7em;*/
	min-height:350px; /* #content min-height:300 */
}

h1 {
	font-size:1.4em;
	margin-bottom:10px;
}
h2 {
	font-size:1.2em;
	margin-bottom:10px;
}
h3 {
	font-size:1.1em;
	margin-bottom:10px;
}


p, ul {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 1.1em 0;
}

ul {
	list-style: square;
}

li {
	margin-left: 2em;
}

a {
	/*color:#fff;*/
}

a:visited {
	/*color:#C0C0C0;*/
}

div#main_content a {
	/*color:#fff;*/
	border-bottom: 1px dotted #fff;
}

div#main_content a:visited, div#main_content a:hover {
	/*color:#C0C0C0;*/
	border-bottom-color: #C0C0C0;
}
div#main_content a:hover {border-bottom: 1px solid #c0c0c0;}

div#main_content img {
	float:left;
	margin-right:10px;
}

.form_table,
.form_table th,
.form_table td {vertical-align: middle; border:none; padding:0;}

.book {margin: 10px;}
.book img {float:left; margin-right: 10px;}
.book p {margin:0; padding:0 0 1em 0;}

.partner {
	margin:0 0 10px 0;
	padding:10px;
	/*background-color:#CC3366;*/
	border: 1px dotted #66CC33;
	overflow: auto;
	width: 100%;
}
.partner img {float:left; margin-right: 10px;}
.partner p {margin:0; padding:0 0 1em 0;}
.partner a, .partner a img {outline-style: none; border:none;}

.person {
	margin:0 0 10px 0;
	padding:10px;
	/*background-color:#CC3366;*/
	border: 1px solid #66CC33;
	overflow: auto;
	width: 100%;
}
.person img {margin-bottom: 10px}
.person p {margin:0; padding:0 0 1em 0;}
.logot, .logot a, .logot a img { outline-style: none; border:none; margin:0;padding:0;}


div.schedule {width:450px; margin: 10px 0 20px 0; padding: 1em 0 0 0; clear:both; }
div.schedule dl {margin:0; padding:0; line-height:2em;}
div.schedule dt {float:left; width:70px; margin:0; padding:0 0 0 0; text-align:left; font-size: 1.1em; font-weight:bold;}	
div.schedule dd {float:left; width:380px; margin:0; padding:0; font-size: 1em;}


table#deadlines {
	/*
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	width:508px;
	text-align:center;
	*/
}

table#deadlines td {
	/*
	width:121px;
	height:121px;
	border: 10px solid transparent;
	*/
	vertical-align:top;
	padding-bottom:10px;
}
table#meetings {
	border-collapse:collapse;
}

table#meetings th {
	/*
	border-left:1px solid black;
	border-right:1px solid black;
	padding-left:5px;
	padding-right:5px;
	*/
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	padding-bottom:10px;
}

table#meetings td {
	border-left:1px solid black;
	border-right:1px solid black;
	vertical-align:top;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}

a.folder:link {
color:green;
}
a.folder:visited {
color:green;
}
a.folder:active {
color:red;
}
a.folder:hover {
color:red;
}


div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

a.file:link {
color:#3366cc;
}
a.file:visited {
color:#3366cc;
}
a.file:active {
color:red;
}
a.file:hover {
color:red;
}


.upper {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}
.input_label {
	padding-left: 25px;
}

.smalltext {
	font-size: 0.9em;
}

.bigtext {
	font-size: 1.4em;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

div#bottom {margin:0; padding:0;clear: both;}

div#footer {
	clear: both;
	float:right;
	font-size: 62.5%;
	padding: 10px 0 0 0;
	margin:0;
	color:#FFFFFF;
}

div#error {
	border:1px solid red;
	padding:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
}
.clear {clear:both;}
