@charset "utf-8";
/* CSS Document */

HTML {
	height: 100%;

}
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #00AEEF;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
.clr {
	clear: both;
}
.err {
	font-weight: bold;
	color: #990000;
	background-color: #FFD7D7;
	padding: 5px;
	border: 1px dashed #990000;
	display: block;
	width: 550px;
}


#wrapper {
	background-color: #EBF9FE;
	background-repeat: repeat-y;
	background-image: url(../img/layout/background-middle.gif);
	background-position: center;
}

/*========================================================
	Header
======================================================== */
#header {
	background-image: url(../img/layout/background-top.gif);
	background-repeat: repeat-x;
	background-position: top;

}
#header .width {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/layout/background-top-white-blend.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#header #logo {
	position: relative;
	width: 164px;
	height: 199px;
	cursor: move;
}
#header #name {
	position: absolute;
	margin-left: 150px;
}

/*========================================================
	Menu
======================================================== */
#menu {
	font-size: 12px;
	padding-top: 127px;
	position: absolute;
	width: 795px;
	margin-left: 165px;
}
#menu A {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu A:HOVER {
	color: #682E06;
}

/*========================================================
	Content
======================================================== */
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;

}
#content .left-width {
	width: 550px;
}
#content H1 {
	color: #F27D30;
	font-weight: normal;
	font-size: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	width: 500px;
}
#content H2 {
	font-size: 18px;
	color: #00ADEE;
	font-weight: normal;
}
#content P {
	font-size: 13px;
}
#content TD {
	font-size: 13px;
}
#content TABLE.timetable TD {
	font-size: 11px;
}
#content TH {
	font-size: 14px;
	text-align: left;
	color: #008CC1;
	vertical-align: top;
	padding-top: 5px;
}
#content UL {
}
#content UL LI {
	font-size: 13px;
	list-style-image: url(../img/layout/bullet.gif);
	margin-bottom: 5px;
}
#content OL {
}
#content OL LI {
	font-size: 13px;
	margin-bottom: 5px;
}
#content A {
	color: #008CC1;
}
#content A:HOVER {
	text-decoration: none;
}
#content HR {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F27D30;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#content .img01 {
	margin: 5px;
	padding: 3px;
	border: 3px solid #CCCCCC;
}
#content .input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 3px solid #F27D30;
	width: 410px;
	color: #00719B;
	background-color: #FDE9DB;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#content .button {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00AEEF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
}

#content #right {
	float: right;
	padding-top: 20px;
	padding-left: 45px;
	padding-bottom: 15px;
}
#content #right #bl-contact {
	background-image: url(../img/layout/orange-block-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 294px;
	padding-bottom: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#content #right #bl-contact H5 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content #right #bl-contact P {
	font-size: 13px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
#content #right #bl-contact A {
	color: #FFFFFF;
	font-weight: bold;
}
#content #right #bl-contact A:HOVER {
	text-decoration: none;
}
#content #right #bl-regform {
	background-image: url(../img/layout/download-block-1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 294px;
}
#content #right #bl-regform H5 {
	padding-top: 54px;
	padding-left: 15px;
	font-size: 16px;
	color: #FFFFFF;
	padding-bottom: 25px;
	margin: 0px;
}
#content #right #bl-regform A {
	color: #FFFFFF;
	text-decoration: none;
}
#content #right #bl-regform A:HOVER {
	text-decoration: underline;
}
#content #right #bl-notice {
	background-image: url(../img/layout/light-blue-block.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 294px;
	padding-bottom: 35px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 120px;
}
#content #right #bl-notice H5 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #0078A6;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content #right #bl-notice P {
	font-size: 13px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
#content #right #bl-notice A {
	color: #0078A6;
	font-weight: bold;
}
#content #right #bl-notice A:HOVER {
	text-decoration: none;
}

#content #right #submenu {
	margin-top: 55px;
}
#content #right #submenu H5 {
	font-size: 18px;
	color: #00ADEE;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#content #right #submenu UL {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content #right #submenu UL LI {}
#content #right #submenu A {}
#content #right #submenu A:HOVER {}

/*========================================================
	Footer
======================================================== */
#footer {
	background-image: url(../img/layout/background-footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #00AEEF;
}
#footer .width {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer #b1 {
	float: left;
	background-image: url(../img/layout/footer-block-1.gif);
	background-repeat: no-repeat;
	height: 134px;
	width: 221px;
	padding-top: 20px;
	padding-left: 25px;
	margin-right: 30px;
}
#footer #b2 {
	float: left;
	background-image: url(../img/layout/footer-block-2.gif);
	background-repeat: no-repeat;
	height: 134px;
	width: 271px;
	padding-top: 20px;
	padding-left: 25px;
}
#footer #b3 {
	float: right;
}
#footer #copyright {
	clear: left;
	font-size: 11px;
	color: #FFFFFF;
}
#footer H6 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#footer UL {
	margin: 0px;
	padding: 0px;
}
#footer UL LI {
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	color: #005574;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#footer A {
	color: #004A66;
	text-decoration: none;
}
#footer A:HOVER {
	color: #FFFFFF;
	text-decoration: underline;
}
