@charset "utf-8";
body {
	font: 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/backgrounds/vintage_flake_3.jpg) repeat left top;
	padding: 0;
	color: #666;
	margin-top: 5%;
	margin-bottom: 5%;
	text-decoration:none
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color:#414958;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #107E9E;
}
.container {
	width: 90%;
	max-width: 825px;
	min-width: 780px;
	background: #eee7d4;
	border: 1px solid #CCC;
	margin: 0px auto;
}
#title {
	margin-left: 35px;
	width: auto;
}

.header {
	background: #b7ccd2 url(images/headers/moonlight_bkgd_hd.jpg) no-repeat center center;
	padding: 15px 5px 5px;
	border: 1px solid #CCC;
}
.header img {
	padding: 5px 10px 15px 15px;
}
.navigation {
	color: #665e4d;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: 1px dotted #999;
	border-right: 1px #999;
	border-bottom: 1px dotted #999;
	border-left: 1px #999;
	background: #B7CCD2;
	padding: 5px;
	text-decoration: none;
}
.sidebar1 {
	float: left;
	width: 22%;
	background: #EEE7D4;
	font-size: 14px;
	border-right: #CCC;
	padding-bottom: 10px;
}
.sidebar1 h3, #sidebar1 p {
	color: #107E9E;
	padding-left: 10px;
	padding-right: 10px;
}
.content {
	padding: 10px 0 10px 15px;
	width: 54%;
	float: left;
	border-left: 1px dotted #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-right: 1px #CCC;
	font-size: 16px;
}
.content p strong {
	font-size: 13px;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.content ul li a {
	font-size: 14px;
}
#content_1 {
	margin-top: 10px;
}
#content_2 {
	border-width: 1px;
	border-top-style: dashed;
	margin-top: 20px;
}
.sidebar2 {
	float: left;
	width: 21%;
	background: #EEE7D4;
	padding: 10px 0px;
	color: #666;
	font-size: 14px;
	border-left: thin dotted #CCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.sidebar2 h3 {
	color: #107E9E;
	margin-right: 10px;
	margin-left: 5px;
	padding-right: 5px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #107E9E;
	color: #EEE7D4;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #B7CCD2;
	color: #107E9E;
}
/* ~~The footer ~~ */
.footer {
	padding: 10px 0;
	background: #B7CCD2;
	position: relative;
	clear: both;
	color: #666;
	font-size: 13px;
	text-align: center;
	border: 1px solid #CCC;
}
/* ~~miscellaneous float/clear classes~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#cal10Container .yui-calendar td.calcell {
	width:45px;
	height:40px;
}
.mvsc_info {
}

