/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif
}

body {
	color: #ADADAD;
	background-image: url(/img/background_line.jpg);
	background-repeat: repeat;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif

}

h1,h2,h3,h4,h5,h6{
 	color:#467788;
	margin:0;
	padding:1em 0 0 0;
	font-weight: normal;
}
h1{
	line-height: 1em;
	font-size: 1.4em;
 	font-family:Georgia,Times,serif;
}
h3{
	font-weight: normal;
	font-size: 1.1em;
}



#wrapper {
	background-position:center top;
	background-image:url(/img/background.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:100%;
	height:132px;
	padding-top:168px;
	
}





#menu {
	height:26px;
	width:830px;
	background-color:#4D643F;
	margin-left:auto;
	margin-right:auto;
	padding-top: 4px;
	padding-bottom: 4px;
	opacity:.63;
	filter: alpha(opacity=63);
	-moz-opacity: 0.63;
}

#home_link {
	color:  #FFFFFF;
	width: 60px;
	height: 18px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#home_link a {
	color: #FFFFFF;
	font-weight: normal;
}

#phone {
	margin-left: 600px;
}

#grey_bar {
	height:5px;
	width:830px;
	background-color:#D3D3D3;
	margin-bottom:20px;
}

#content_box {
	width:830px;
	color: #000000;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	height:1000px;
	text-align:left;
}


#sidebar {
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	width: 142px;
	overflow:hidden;
	height:950px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#888888;
}

#sidebar img {
	margin-bottom: 10px;
}

#middle_content h1 span{
	background: url(/img/title_background.jpg) repeat-x 100% 100%;
	padding-bottom: 10px;
	font-weight: normal;
	white-space: nowrap;
}

#middle_content h1 {
	margin-bottom: 40px;
}
/*
#middle_content h3 span{
	background: url(/img/subtitle_bg_line.jpg) repeat-x 100% 100%;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
}
#middle_content h3 {
	font-weight: normal;
	margin-bottom: 20px;
}

#middle_content h4 {
	font-weight: normal;
}*/

#middle_content {
	margin-left: 182px;
	padding-left: 20px;
	padding-right: 40px;
	font-size:  15px;
	color: #444444;
}

#middle_content p {
	line-height: 1.2em;
	margin-bottom: 1em;
}





th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/img/bg_header.jpg) no-repeat;
}
.header_top {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/img/bg_header.jpg) no-repeat;	
}
.header_left {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/img/bg_header.jpg) no-repeat;	
}

td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}



td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}

ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ol li {
	margin-left: 30px;
}

ul li {
	margin-left: 30px;
}

table {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

.right_subtitle {
	text-align: justify;
	padding-right: 30px;
	width: 225px;
	margin-left: 360px;
	margin-bottom: 20px;
}

.timetable {
	margin-left:  -15px;
	font-size: 13px;
}

.timetable tr td span {
	font-size: 11px;
}

.news h1 {
	padding: 0;
	font-size: 18px;	
	margin-bottom: 15px;
}

.news ul {
	margin-top: -20px;
	margin-bottom: 30px;
}

