/* Spoken Word Blue CSS Document */


body {
			background: #336666 url(../images/background_line_green_760.gif) center repeat-y;
			font-family: Arial, Helvetica, sans-serif;
			font-size: .8em;
			}
.navcontainer {
			
			margin-top: 20px;
			z-index: 1;
			}
.navcontainer ul {
			list-style-type: none;
			text-align: center;
			margin-top: -8px;
			padding: 0;
			position: relative;
			z-index: 2;
			}
.navcontainer li {
			display: inline;
			text-align: center;
			margin: 0 5px;
			}
.navcontainer li a {
			padding: 1px 7px;
			color: #666;
			background-color: #fff;
			border: 1px solid #ccc;
			text-decoration: none;
			}
.navcontainer li a:hover {
			color: #000;
			border: 1px solid #666;
			border-top: 2px solid #666;
			border-bottom: 2px solid #666;
			}
.navcontainer li a#current{
			color: #000;
			border: 1px solid #666;
			border-top: 2px solid #666;
			border-bottom: 2px solid #666;
			}
.rightPic{
			float: right;
			padding: 10px;
			}

.leftPic{
			float: left;
			padding: 10px;
}
#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			padding: 5px;
			margin-bottom: 5px;
			text-align: center;
			
		}

#content {
			padding: 5px;
			margin-left: 185px;
			margin-right: 185px;
			border-left-width: 1px;
			border-left-style: solid;
			border-left-color: #000000;
		}

#sidebar-left {
			float: left;
			width: 175px;
			\width: 185px;
			w\idth: 175px;
			margin: 0;
			margin-right: 5px;
			padding: 5px;
			
		}

#sidebar-right {
			float: right;
			width: 175px;
			\width: 185px;
			w\idth: 175px;
			margin: 0;
			margin-left: 5px;
			padding: 5px;
			border-left-width: 1px;
			border-left-style: solid;
			border-left-color: #000000;
		}

#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			font-size: .8em;
			text-align: center;
			
		}

#sidebar-left h2 {
	font-size: 1em;
	font-weight: bolder;
	line-height: 5px;
}
#sidebar-left h3 {
	font-size: 0.9em;
	font-weight: normal;
}
#sidebar-left h4 {
	font-size: 0.9em;
	font-weight: bold;
}


#sidebar-right h2 {
	font-size: 1em;
	font-weight: bolder;
	line-height: 5px;
}
#sidebar-right h3 {
	font-size: 0.9em;
	font-weight: normal;
}
#sidebar-right h4 {
	font-size: 0.9em;
	font-weight: bold;
}

#nav2{
	list-style-type:none;
	display: block;
	margin: 0;
	padding: 0;
}

#nav2 li{
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 1px;
}

#nav2 a{
	text-decoration: none;
	color: #000000;
	padding-right: 5px;
}
#nav2 a:hover{
	border-right: 5px solid #666666;
}
.current2{
	border-right: 5px solid #666666;
}

h1 {
	color:#336666;
	font-weight:bold;
	font-size:12px;
}