<!--
html
{
	margin: 0;
	height: 100%;
}

body
{
	
	background: #F00000;
	background: #700000;
	background: #EEEEEE;
	#background: #FFFFFF;
	background-image: url("/images/btw_gradient.gif");
	background-repeat: repeat-x;
	
	padding: 0px 0px 0px 0px;
	margin: 0px;
	#align: center;
	#text-align: center;
}

a:link
{
 color: #0000FF;
 text-decoration: none;
 font-weight: normal;
}
a:visited
{
 color: #0000FF;
 text-decoration: none;
 font-weight: normal;
}
a:hover
{
 color: #0000FF;
 text-decoration: underline;
 font-weight: normal;
}

img {
border: 0px;
} 

.fontHeader
{
 color: #000000;
 font: 25px "Times New Roman";
}

.fontSubHeader
{
 color: #000000;
 font: 20px "Times New Roman";
 font-weight: bold;
}

.fontLarge
{
 color: #707070;
 font: 20px "Times New Roman";
}

.fontText
{
 color: #606060;
 font: 15px "Times New Roman";
 font-weight: normal;
}

.fontArticleText
{
 color: #404040;
 font: 100% "Times New Roman";
 font-weight: normal;
 background: #FAFAFA;
}

.fontTextHeader
{
 color: #000000;
 font: 100% "Times New Roman";
 font-weight: bold;
}

.photoInset
{
	margin-left: 5px;
	background: #FFFFFF;
	color: #707070;
	font: 100% "Times New Roman";
	font-weight: normal;
}

.photoContainer
{
	background: #E5E5E5;
	color: #000000;
	font: 100% "Times New Roman";
	font-weight: bold;
}

.pagecontainer
{
	background: #F0F0F0;
	background: #F5F5F5;
	background: #FFFFFF;
	margin: 0px auto;
	position: static;
	top: 0px;
	width: 1024px;
	padding: 0px 0px 0px 0px;
	padding-top: 0px;
	border: 1px solid black;
	text-align: left;
}

.frontpage_updates
{
	background: #E5E5E5;
	width: 270px;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	border: 1px solid black;
}

.articleContainer
{
	background: #FFFFFF;
	color: #000000;
	font: 100% "Times New Roman";
	font-weight: normal;
}


.frontpage_links
{
	background: #E5E5E5;
	width: 270px;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	border: 1px solid black;
}

.journal_entries
{
	background: #E5E5E5;
	border: 1px solid #888888;
	color: #505050;
  font: 100% "Times New Roman";
  font-weight: normal;
}

#leftcontent
{
 float: left;
 width: 220px;
 background: #F5F5F5;
 height: 100%;
}

#rightcontent
{
  width:75%;
  float:right;
  height: inherit;
  background: #F5F5F5;
}

#middlecontent
{ 
	float:left;
  width: 470px;
  background: #F5F5F5;
}

#rightcolumn
{
 width:130px;
 float:left;
 height: inherit;
 background: #F5F5F5;
}
-->
