@import url(navigation.css);
@import url(templates.css);
@import url(layout.css);
@import url(highlights.css);
@import url(content.css);
@import url(calendar.css);
@import url(for_children.css);
@import url(for_parents.css);
@import url(contact.css);
@import url(links.css);
@import url(site_map.css);

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #343434;
	background-color: #E5E5E5;
}

a,a:visited {
	font-weight: bold;
	color: #CB0035;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.bordered {
	border: 1px solid #5E82BE;
}

td {
	vertical-align: top;
}

form {
	padding: 0px;
	margin: 0px;	
}

td.alRight {
	text-align: right;
}

.signature {
	color: #333333;
	font-weight: bold;
}

#headerBanner {
	width: 780px;
	height: 157px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.addressBar {
	margin: 1px 0px 0px 0px;
}

#headerTitle {
	width: 780px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	background-image: url(../images/header_title_bkg.jpg);
}

#footer {
	width: 780px;
	height: 25px;
	background-color: #2655A5;
	color: white;
	font-size: 11px;
}

#footer table {
	width: 780px;
}

#footer td {
	font-size: 11px;
	vertical-align: middle;		
}

#footer td.col1 {
	width: 320px;
	padding: 5px 0px 5px 20px;
}

#footer td.col2 {
	font-weight: bold;
	text-align: right;
	padding: 5px 0px 5px 0px;
}

#footer td.col3 {
	width: 35px;
	padding: 5px 15px 5px 0px;	
	text-align: right;
}

#footer img.fontButtons {
	margin: 3px 0px 0px 0px;
}

#footer a,a:visited {
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
