@charset "UTF-8";
/* CSS Document */

body {
	background-color:#d2e4e8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	margin:0px;
	text-align:center;
	background-image: url(images/bg-body.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}

/* ============DIVS============= */


#wrapper {
	width:900px;
	clear:both;
	margin:0 auto;
	margin-top:-1px;

}

#content {
	margin:0 auto;
	width:900px;
	text-align:left;
	background-color:#FFF;
	padding-top:25px;
	padding-bottom:50px;
	clear:both;
	
}

#banner{
	width:850px;
	padding-left:50px;
}

#content-inner {
	width:600px;
	padding-left:50px;
}

#sidebar-right {
	width:200px;
	float:right;
	padding-right:25px;

}

#footer {
	text-align:left;
	width:825px;
	padding-top:25px;
	padding-left:50px;
	padding-right:25px;
	padding-bottom:25px;
	background-color:#8a989b;
	clear:right;
}


#footer-inner a:hover {
	text-decoration:underline;
}

ul {
	font-size:80%;
	text-indent:0em;
	padding-left:0px;
	margin-left:10px;
	color: #666;
	list-style-position: outside;
	list-style-type: disc;
}
ul,li {
	line-height:1.5em;
	margin-top:0px;
	padding-top:0px;
	padding-left:.25em;
	color:#999;
}

.footer {
	color:#FFF;
	font-size:75%;
}
.footer a {
	color:#FFF;
}

.story-border {
	border-bottom: dashed 1px  #999999;
	padding-bottom:.125em;
}

.cell-border {
	border-bottom: solid 2px #999999;
	margin-bottom:10px;
}
.nav-border {
	border-bottom: dashed 1px #CCC;
}

.cell-border-left {
	border-left: solid 1px  #999999;

}

.cell-border-right {
	border-right: solid 1px  #999999;
	
}
.bg-image {
}

.cite {
	font-size:80%;
}
.newsLink {
	font-size:80%;
	font-variant:small-caps;
	color:#069;
	text-align:right;
	border-bottom: dashed 1px  #999999;
	padding-bottom:.125em;
}
.newsLink a {
	color:#069;
	text-decoration:none;
}
.form {
	font-size:85%;
}

table  {
	font-size:80%;
}

.top_row {
	background-color:#999;
	color:#FFF;
	font-size:90%;
	font-weight:bold;
}
.alternate_row {
	background-color:#EEE;
}
.float-right {
	float: right;
}
	
/* ============FONT============= */

p {
	margin:0px;
	line-height: 1.5em;
	text-decoration:none;
}
p a {
	color:#668186;
	text-decoration:none;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

p a:hover {
	text-decoration: none;
	color:#093;
}

h1	{
	font-size:300%;
	font-weight:lighter;
	color:#442900;
	letter-spacing:-.025em;
	margin:0px;
}

h1 a {
	color:#006f51;
}
h1 a:hover {
	color:#09F;
}

h2  {
	font-size:145%;
	color:#668186;
	font-weight:lighter;
	letter-spacing:0em;
	margin:0px;
	
}

h2 a {
	color: #69C;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:none;
	color:#096;
}

h3,
h3 a {
	font-size:125%;
	color: #222;
	font-weight:bold;
	margin:0;
	text-decoration:none
}

h3 a:hover {
	text-decoration:underline;
}

h4 {
	margin-bottom:0px;
}
h5	{
	font-family:"Book Antiqua", Palatino, serif;
	font-size:250%;
	font-weight:lighter;
	color:#FFF;
	margin:0;
	letter-spacing:0em;
}


.image-left {
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.image-right {
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}