﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#main {
	padding: 0px;
	border: thin solid #000000;
	width: 1002px;
	background-color: #FFFFFF;
	margin-top: 20px;
}


#masthead {
	border-left: thin solid #000000;
	border-right: thin solid #000000;
	border-top: thin solid #000000;
	background-position: left 50%;
background-image: url('../Images/SVCSBLKBanner.gif');
		height: 120px;
		background-repeat: no-repeat;
		background-color: #000000;
		width: 1000px;
		border-bottom-color: #000000;
}
#top_nav {
	border-color: #000000;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	width: 1000px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-left-width: thin;
	height: 25px;
}
#container {
	border-style: none;
	border-width: thin;
	min-width: 600px;
	width: 1000px;
}
#left_col {
	padding: 0px;
	margin: 0px 0px 0px -1px;
	width: 208px;
	float: left;
	text-align: left;
	background-color: #000000;
	background-repeat: no-repeat;
	height: 600px;
}
#page_content {
	padding: 2px;
	margin: 2px;
	width: 650px;
	float: right;
	text-align: left;
}
#footer {
	border-color: #000000;
	clear: both;
	background-color: #000000;
	font-family: Calibri;
	color: #FFFFFF;
	text-align: center;
	width: 1000px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color: white;
	height: 45px;
}
a:link {
	color:black
}
a:visited {
	color:black
}
a:hover {
	color:blue
}
a:active {
	color:black
}
.styleSitemap {
	color: black;
}
