/* CSS Document */
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:105%;
	}
h4 {
	font-size:100%;
	margin:0px;
	}
h5 {
	font-size:90%;
	margin:0px;
	font-weight:normal;
	}
#container {
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color:#FFF;
	border:1px solid #000;
	height:auto;
	}
#header {
	width:100%;
	height:70px;
	background-color:#1f005c;
/*	padding-top:10px;
*/
	}
#blueridgelogo {
	position:relative;
	color:#FFFFFF;
	font-family:Arial, Helevtica, sans-serif;
	font-weight:bold;
	font-size:170%;
	vertical-align: bottom;
	letter-spacing: 0.05em;
	text-shadow:#000000 20px -10px 2px;
	}
#sizeninety {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	}	
#land {
	position:relative;
	top:20px;
	width:100%;
	background-color:#7878af;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:11px;
	border-bottom:thin solid #000;
	z-index: 1;
	}
#land ul {
	position:relative;
	top:4px;
	}
#land li {
	display:inline;
	margin-right:10px;
	margin-top:3px;
	font-size:130%;
	}	
#land a {
	color:#eee;
	font-weight:bold;
	}
#land a:hover {
	color:#1f005c;
	font-weight:bold;
	}	
#left {
	float:left;
	width:180px;
	background-color:#fff;
	position:relative;
	margin-top:5px;
	
	}
#spacer {
	height:4px;
	}
#right {
	position:relative;
	margin-top:5px;
	padding-right:15px;
	padding-left:10px;
	margin-left:187px;
	background-color:#EEE6FF;
	color:#000;
	line-height:145%;
	border-left:solid 1px #000000;
	}
#right strong {
	font-size:12px;
	}
#right img {
	float:left;
	margin:5px;
	margin-right:10px;
	}	
#blueridge  {
	margin-top:-4px;
	margin-left:7px;
	padding:5px;
	}
#footer {
	width:100%;
	background-color:#ffa042;
	font-size:9px;
	height:40px;
	border-top:thin solid #000;
	}
a.special:link, a.special:visited, a.bottom:active { 
	color: #1F005C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	}
a.special:hover { 
	text-decoration: underline;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
#article {
	width:90%;
	margin-left:20px;
	}
#date {
	font-size:10px;
	}
#atitle {
	font-size:14px;
	font-weight:bold;
	}
#atitle a {
	color:#1F005C;
	}
#descrip {
	font-size:12px;
	}
a:link, a:visited, a:active {
	font-size:90%;
	color:#1F005C;
	}
a:hover {
	font-size:90%;
	color:#330099;
	}

