body {
	font-family: "Trebuchet MS";
	font-size: 0.85em;
	color: #000000;
	background-color: #C5D9E7;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #2E4D62;
	text-decoration: none;
}

img {
	border: 0px;
}
	
#wrapper {
	display: block;
	padding: 0;
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 773px;
	height: 2034px;
	border-left: 2px solid #2e4D62;
	border-right: 2px solid #2E4D62;
	border-bottom: 2px solid #2E4D62;
}
#branding {
	display: block;
	width: 773px;
	background-image: url(images/splitdisc_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 121px;
	border-top: 2px solid #2E4D62;
}

#content {
	display: block;
	width: 607px;
	float: right;
	height: 1860px;
	padding: 5px 8px;
}

#navigation {
	display: block;
	width: 150px;
	float: left;
	background-color: #BCD45C;
	font-weight: bold;
	color: #2E4D62;
	font-family: Trebuchet MS, Arial,  Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	height: 1910px;
}

#footer {
	display: block;
	float: right;
	width: 623px;
	height: 42px;
}

.title {
	font-size: 3em;
	line-height: .5em;
	padding-right: 200px;
}

.vanisle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-style: oblique;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 0 110px 0 0;
	line-height: 1.2em;
}

.breadcrumbs {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	border: 1px none #333333;
	padding-left: 3px;
	margin-left: 5px;
	display: inline;
	list-style: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	text-decoration: underline;
	color: #2E4D62;
	}
	
.breadcrumbs a:hover {
	color:#769DB8;
	}

.side-nav a:link, .side-nav a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E4D62;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
}

.side-nav a:hover {
	color: #FFF;
	}

.footer-link a:link, .footer-link a:visited {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px none #333333;
	padding-left: 10px;
	margin-left: 5px;
	display: inline;
	text-decoration: none;
	color: #2E4D62;
}

.footer-link a:hover {
	color:#BCD45C;
	}

