@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9baac0;
	background-image: url(images/bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#menu {
	background-color:#FFFFFF;
	width: auto;
	text-align: center;
	height: 40px;
	font-size: 13px;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu a {
	display:block;
	float:right;
	background-color:#FFFFFF;
	color:#000066;
	font-weight:bold;
	text-decoration:none;
	background-image: url(images/button_up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 96px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#menu a:hover {
	background-color:#FFFFFF;
	background-image: url(images/button_down.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #990000;
	float: right;
	height: 28px;
	padding-top: 12px;
	width: 96px;
}



#header {
	background-image: url(images/header.jpg);
	margin: 0px;
	padding: 0px;
	height: 125px;
	background-position: center top;
	background-repeat: no-repeat;
	width: 850px;
}
#content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #546E8F;
	border-left-color: #546E8F;
	margin: 0px;
	width: 818px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/top_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#content2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #546E8F;
	border-left-color: #546E8F;
	margin: 0px;
	padding: 10px;
	width: 828px;
	background-color: #FFFFFF;
	background-image: url(images/diplomas_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.image {
	padding: 3px;
	border: 1px dashed #546E8F;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 850px;
	color: #131457;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
	color: #000066;
	font-weight: normal;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
#footer_text {
	height: 25px;
	padding-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0F0E54;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0F0E54;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



.just {
	text-align: justify;
}
