/* CSS Document */

#container {
	background-image: url(../images/ss-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#content {
	width:808px;
	margin: 0 auto;
	text-align:left;
	min-height:420px;
}

h1, h2 {
	color: #062663;
}


h3 {
	font-size: 14px;
	font-weight: normal;
	color: #71bde7;
}

p a{
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	color: #554026;
	margin-bottom: 10px;
	text-decoration:none;
}

p a:hover{
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	color: #8c857d;
	margin-bottom: 10px;
	text-decoration:underline;
}

small a{
	font-size:11px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

small a:hover{
	font-size:11px;
	color: #666666;
	font-weight: bold;
	text-decoration:underline;
}

#bodyNav{
	margin: 4px 10px 0 120px;
	text-align: right;
}

#bodyNav ul{
	margin:0;
	margin-top:2px !important;
	margin-top:2px;
}

#bodyNav ul li{
	display:inline;
	list-style:none;
}

#bodyNav ul li a{	
	width:auto;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color:#554026;
	padding: 0 5px 0 5px;
	border-right: 1px dotted #CCC;
}

#bodyNav .first{
	border-left:none;
}

#bodyNav .last{
	border-right:none;
}

#bodyNav ul li a:hover{
	color:#8c857d;
	text-decoration:underline;
}

#tabNav a:link{
	color:#554026;
	text-decoration:underline;
}

#tabNav a:hover{
	color:#8c857d;
}

#tabNav td{
	color:#554026;
}