﻿  /* CSS layout */
body {
	font: normal normal normal medium "Trebuchet MS";
	margin: 0;
	padding: 0;
	color: #0066CC;
}

#masthead {
	background: url('Images/Banners/sit_banner8in.jpg');
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}
h1 {
	font-size: xx-large;
	font-weight: normal;
	font-variant: normal;
	color: #003399;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: x-large;
	color: #006666;
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: large;
	color: #3366FF;
	font-weight: normal;
	font-style: normal;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #0066CC;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
h5 {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: normal;
	font-style: normal;
}
h6 {
	font-family: "Trebuchet MS";
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
}
li {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: bold;
	font-style: oblique;
	color: #3366FF;
}

