@import url('reset.css');
@import url('dropdown.css');
@import url('default.css');
@import url('default.ultimate.css');

body,
html {
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
}

#wrap {
	width:auto;
	margin:0;
	background:#fff;
	float: none !important;
}

#header {
	display: none;
}

h1 {
    margin:0;
}
	
div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

a:link, a:hover, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}

.imgright {
	display: block;
	float: right;
	background-color: #3D4E5E;
	color: #8db3e2;
	margin: 0 0 10px 10px;
}

.imgleft {
	display: block;
	float: left;
	background-color: #3D4E5E;
	color: #8db3e2;
	margin: 0 10px 10px 0;
}

#main p.imgbox {
	color: #E0E0E0;
	margin: 0 5px 0 5px;
	font-size: 13px;
	line-height: 20px;
	font-family: sans-serif;
}

#navigation {
	display: none;
}

#main {
	text-align:left;
	float:none;
	width:auto;
	padding:10px 15px 0 15px;
	margin:5px 0 0 0;
	min-height:700px;
	font-size:12px;
	line-height:18px;
	background:#fff;
}

#main h1 {
	color: #4A5E72; 
	border-bottom: 3px solid #4A5E72;
	font-family: "Book Antiqua", "Palatino Linotype", "Palatino", "Bookman Old Style", "Georgia", "Times New Roman", times, "serif";
	line-height: 20px;
	font-size: 19px;
	margin: 5px 0 0 0;
	padding-bottom: 5px;
	text-indent: 5px;
}

#main h2 {
	color: #5F5F5F;
	font-style: italic;
	font-family: "Book Antiqua", "Palatino Linotype", "Palatino", "Bookman Old Style", "Georgia", "Times New Roman", times, "serif";
	line-height: 20px;
	font-size: 15px;
	margin: 0;
	padding: 5px 0 5px 0;
	text-indent: 5px;
	background-color: #C5D8E8;
}

#main h3 {
	color: #5F5F5F;
	font-style: italic;
	font-family: "Book Antiqua", "Palatino Linotype", "Palatino", "Bookman Old Style", "Georgia", "Times New Roman", times, "serif";
	line-height: 20px;
	font-size: 13px;
	margin: 0 0 20px 0;
	padding: 4px 0 5px 0;
	border-bottom: 1px solid #4A5E72;
	padding-left: 5px;
	background-color: #C5D8E8;
}

#main p {
	color: #333333;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
	font-family: "Cambria", "Georgia", "Book Antiqua", "Bookman Old Style", "Georgia", "Times New Roman", times, "serif";
}

#sidebar a:link, #sidebar a:visited {
	border-bottom: 1px #7C1616 dotted;
	color: #7C1616;
}

#sidebar a:active {
	border-bottom: 1px #fff dotted;
	color: #fff;
	background-color: #C5D8E8;
}

#sidebar a:hover {
	border-bottom: 1px #4A5E72 solid;
	color: #4A5E72;
}

#sidebar a:link.piclink, #main a:visited.piclink, #main a:active.piclink {
	border: 0;
}

h2 {
	margin:0 0 1em;
}
	
#sidebar {
	float: none;
	width: auto;
}
#sidenavigation{
	display: none;
	}
	
#infobar {
	display: none;
	}

#sidenavigation h1, #infobar h1 {
	color: #0B375B;
	border-bottom: 3px solid #4A5E72;
	font-family: Arial, sans-serif;
	line-height: 20px;
	font-size: 15px;
	margin: 5px 0 0 0;
	padding-bottom: 5px;
	text-indent: 5px;
	}

#sidenavigation h1.second, #infobar h1.second {
	color: #0B375B;
	border-bottom: 3px solid #4A5E72;
	font-family: Arial, sans-serif;
	line-height: 20px;
	font-size: 15px;
	margin: 15px 0 0px 0;
	padding-bottom: 5px;
	text-indent: 5px;
}

#sidenavigation p, #infobar p {
	color: #0B375B;
	padding-top: 5px;
	font-size: 14px;
	line-height: 20px;
}
	
#sidenavigation img, #infobar img {

}

.calender {
	height: 50px;
	background-image:url('../images/calender.jpg');
}

#sidenavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}


#sidenavigation li {
	margin:0;
	text-indent:4px;
	border-bottom: 1px #4A5E72 dotted;
	}


#sidenavigation li a {
	display: block;
	padding: 8px 0px 8px 0px;
	color: #0B375B;
	text-decoration: none;
	width: 100%;
	}

#sidenavigation li a:hover {
	color: #fff;
	background-color: #4A5E72;
}

#footercontainer {
	clear:both;
	padding-top: 15px;
	margin:0 15px;
}

#footer {
	width:auto;
	font-size:85%;
	border-top:1px solid #4C3C70;
	background-color:#fff;
	text-align:center;
	padding-top:15px;
	padding-bottom:50px;
	color:#4C3C70;

}
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}