@charset "UTF-8";

/** begin global */
/* Body */
body {

	background-color: #fe3c8e;

	font-size: 77.5%;
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	color: #4f5050;
	text-align: left;

}

/* Headings */  
h2 {font-size: 1.571em} /* 22px */
h3 {font-size: 1.429em} /* 20px */
h4 {font-size: 1.286em} /* 18px */
h5 {font-size: 1.143em} /* 16px */
h6 {font-size: 1em} /* 14px */

h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .8em;
}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
    color: #c3c3c3;
    padding: 0 0px;
    text-decoration: underline;
}
a:hover, a:active {
    color: #d7d7d7;
    text-decoration: none;
}

address {
	text-align: center;
	padding: 2px 0px 4px 0px;
}
/* end global **/

#wrapper {
	width: 810px;
	margin: 0 auto;
}
	#header {
		width: 572px; /*810*/
		height: 54px; /*315*/
		background: url('../img/header_bg.jpg') no-repeat;
		padding: 261px 0px 0px 238px;
	}
		#menu {
		}
			#menu ul {
				list-style-type: none;
			}
			#menu ul li {
				float: left;
			}
	#content {
		width: 810px;
		background: url('../img/content_bg.gif') repeat-y;
		padding: 10px 0px 5px 0px;
	}
		.sectionblock {
			width: 810px;
		}
			.blocktitle {
				width: 770px;
				padding: 0px 20px 0px 20px;
			}
			.blocktext {
				width: 750px;
				padding: 15px 30px 20px 30px;
			}
				.blocktext a {
					color:#00aeff;
				}
				.blocktext table#scheduletable {
					width: 740px;
				    border-color: #d6d6d6;
				    border-width: 0 0 1px 1px;
				    border-style: solid;
				}
					#scheduletable td {
					    border-color: #d6d6d6;
					    border-width: 1px 1px 0 0;
					    border-style: solid;
						text-align: center;
					    padding: 10px;
					    background-color: #fff;
					}
					#scheduletable td.key {
					    border-color: #d6d6d6;
					    border-width: 1px 1px 0 0;
					    border-style: solid;
						font-weight: bold;
						color: #ff358a;
						text-align: center;
					    padding: 6px;
					    background-color: #f6eff2;
					}
					#scheduletable td.blue {
					    border-color: #d6d6d6;
					    border-width: 1px 1px 0 0;
					    border-style: solid;
						font-weight: bold;
						color: #0078ff;
						text-align: center;
					    padding: 6px;
					    background-color: #f6eff2;
					}
					.warningblock {
						border: 1px solid #d6d6d6;
						background: #f6eff2;
						color: #777;
						width: 728px;
						padding: 10px;
						/*
						font-size: 0.9em;
						*/
						line-height: 1.7;
					}
				
			.blockfooter {
				width: 750px;
				padding: 0px 30px 20px 30px;
				text-align:right;
			}
	#footer {
		width: 810px;
		height: 50px;
		background: url('../img/footer_bg.gif') no-repeat;
		padding: 0px 0px 50px 0px;
		text-indent:-9999px;
	}
	
	
.pink {
	color: #fe3c8e;
}

.blue {
	color: #01ccd9;
}

.black {
	color: #000000;
}
