/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background: #ececec url(image/main-bg.gif) fixed repeat;
	margin: 20px;
	padding: 0;
}
#masthead {
	background-color: #70B3F5;
	padding: 0px;
	margin: 0;
	border: 1px solid;
	border-color: #1683EF #1683EF #70B3F5 #1683EF;
	font-family:"Courier New", Courier, monospace;
	font-size: 2.9em;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
}
#column_wrapper {
      height: 480px;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #C0C0C0;	
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 500px;
	float: left;
}
#left {
	width: 160px;
	float: left;
}
#masthead .content {
	padding: 4px 4px 4px 4px;
}	
#center .content {
	padding: 25px 0px 0 25px;
}
#left .content {
	padding: 2px 2px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #333333;
}
#navlist {
	font-family: Tahoma;
	text-align: left;
	width: 140px;
	padding: 40px 0 0 20px;
}
#navlist p {
      font-size: .9em;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
}
#navlist li {
	margin: 0;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 2px solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	background-color: #999999;
	background-image:  url(image/ss_down.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
	color: #1F64AC;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background-color: #1F64AC;
	background-image:  url(images/ss_over.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #1F64AC;
	background-image:  url(images/ss_over.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF
}
p {
	font-family: font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 18px;
	color: #616161;
	text-align: justify;
}
span.title {
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

