@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	background-color: White;
	font-size: 10pt;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
p {
	padding: 5px 0;
}
a {
	font-family : Arial, Helvetica, sans-serif;
	color : #B90000;
	font-size : 10pt;
}
a:hover {
	text-decoration : underline;
	color: #FF2424;
}
form {
	margin: 0px;
}
input {
	font-family: Tahoma;
	font-size: 12px;
}
#wrapper {
}
#header {
	display: block;
	height: 100px;
	padding:0;
	margin:0;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(../img/bg_header.jpg);
}
#header h1 {
	width: 471px;
	position: absolute;
	top: 0;
	left: 0;
	height: 112px;
	background-image: url(../img/bg_logo_deep.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
	margin: 0;
	display: inline;
	color: #fff;
}
#header #description {
	position: absolute;
	top: 140px;
	padding-left: 23px;
}
#header h2 {
	position: absolute;
	top: 120px;
	padding-left: 23px;
}
#side {
	width:151px;
	display: table-cell;
	margin-top: 90px;
	padding: 0px 23px 0 23px;
	background-image: url(../img/bg_vline.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
}
ul.menu {
}
ul.menu li {
	margin-bottom: 25px;
}
ul.menu li a {
	font-size: 8pt;
	color: #B90000;
	text-decoration: none;
	font-weight: bold;
}
ul.menu li a:hover {
	text-decoration: underline;
}
ul.links {
	list-style-type: none;
}
ul.links li {
	margin-bottom: 15px;
	color: #333;
}
ul.links li a {
	font-size: 8pt;
	color: #B90000;
	text-decoration: none;
	font-weight: normal;
}
ul.links li a:hover {
	text-decoration: underline;
}
#main-content {
	display: block;
	margin: 90px 27px 27px 220px;
	background-color: #fff;
}
.content {
	margin-bottom: 20px;
}
h2.title,
h3.title {
	margin:0 0 0.5em 0;
	padding:0;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	color: #225680;
}
.osusume {
}
#footer {
	display: block;
	margin: 27px 27px 0 220px;
	padding: 0 0 20px 0;
	clear: both;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer p {
	background-image: url(../img/bg_hline.gif);
	background-repeat: repeat-x;
	padding: 20px;
	font-size: small;
}

