/* BROADSHEET TEMPLATE CSS */

body {
	background: #EFEFEF;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

/* LINKS */

a:link {color:#FF6600; text-decoration: none;} 
a:visited {color:#FF6600; text-decoration: none;} 
a:hover,a:active {color:#FF6600; text-decoration: underline;}

#top  a:link {color:#FF6600; text-decoration: none; font-weight: bold; border-bottom:none;} 
#top a:visited {color:#FF6600; text-decoration: none;font-weight: bold;} 
#top a:hover, #top a:active {color:#FF6600; text-decoration: underline;font-weight: bold;}

a img {
	border: none;
}

#footer  a:link {
	color:#FF9900;
	text-decoration: none;
	font-weight: bold;
	border-bottom:none;
	padding-left:10px;
	padding-right: 10px;
} 
#footer  a:visited {
	color:#999999;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
	padding-right: 10px;
} 
#footer  a:hover, #footer  a:active {
	color:#FF6600;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
	padding-right: 10px;
}

#bottom  a:link {color:#FF6600; text-decoration: none; font-weight: bold; border-bottom:none;} 
#bottom a:visited {color:#FF6600; text-decoration: none;font-weight: bold;} 
#bottom a:hover, #bottom a:active {color:#FF6600; text-decoration: underline; font-weight: bold;}

/* LISTS */

#content ul { padding-left: 0px; margin-left: 20px; color: #444444; line-height: 18px; margin-top: 10px;margin-bottom:10px;}
#content li { list-style-type: square;  padding:0px;}

/* TYPOGRAPHY */

p { margin: 0px; padding: 0px; margin-bottom: 10px; }

h1 {
	font-size: 22px;
	line-height: 20px;
	color: #000000;
	margin:0px;
	padding: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 17px;
	line-height: 20px;
	color: #666666;
	margin:0px;
	padding: 0px;
	margin-bottom: 5px;
}
h3 {
	font-size: 15px;
	line-height: 19px;
	color: #333333;
	margin:0px;
	padding: 0px;
	margin-bottom: 5px;
}
h4 {
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	margin:0px;
	padding: 0px;
	margin-bottom: 5px;
}
h5 { font-size: 12px; color: #003366; margin:0px; padding: 0px; margin-bottom: 5px; letter-spacing: 2px; }

#header h1 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -1px;
	color: #FFFFFF;
	margin:0px;
	padding: 0px;
	padding-top: 25px;
	margin-bottom: 5px;
	padding-left:35px;
}
#header h2 { font-size: 14px; line-height: 16px; letter-spacing: 1px; color: #DDDDDD; margin:0px; padding: 0px;  padding-top: 0px;margin-bottom: 5px; padding-left:35px;}
#news h3 { font-size: 15px; line-height: 19px;color: #FFFFFF; margin:0px; padding: 0px; margin-bottom: 5px; }
/* CONTAINERS */

#wrapper {
	width:1074px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-repeat: repeat-y;
	background-position: left top;
}

#top p {
  text-align:left;
  padding-left: 35px;
  padding-top: 9px;
  padding-bottom:0px;
  line-height: 12px;
  font-size:12px
}

#header {
	width: 100%;
	height: 100px;
	text-align:left;
	background-image: url(../img/head.JPG);
	background-repeat: repeat-x;
	background-position: left top;
}
#banner {
	padding: 20px;
	position: fixed;
	text-align:center;
	
               }
#left_header {
	height: 100%;
	float: left;
}
#menu {
	width: 100%;
	height: 20px;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	margin: 0px;
	border: 0px dashed #cccccc;
	padding-top: 30px;
	padding-bottom: 15px;
	clear:both;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

#content #inside {
	width:100%;
	text-align: left;
}

#content #inside #left {
	float: left;
	width: 160px;
}

#content #inside #middle {
	margin-left: 15px;
	float:left;
	width: 712px;
}
#news {
	float:center;
	width: 20%;
	height: 20px;
	background-color: #F3A90A;
	text-align: center;
	margin-left: 40%;
	margin-right: 40%;
}
#content #inside #right {
	margin-left: 15px;
	float:left;
	width: 160px;
}

#footer {
	width: 100%;
	height: 80px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer p {
	text-align:center;
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom:0px;
	line-height: 16px;
	font-size:9px;
	color: #000000;
}

/* NAVIGATION */

#navcontainer ul
{
  padding-left: 0;
  margin-left: 0;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #F3A90A;
  color: #FFFFFF;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px; font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
  padding:2px 7px;
  background-color: #F3A90A;
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
  background-color: #FCC347;
  color: #111111;
}



/* OTHER */

.spacer {
	clear:both;
	text-align: center;
}

