﻿body 
{
	background-image:url(/assets/images/background.gif);
	background-repeat:repeat;
	padding:0;
	margin:0;
}

h1
{
	font-family:Arial;
	font-size:30px;
	font-weight:100;
	border-bottom:solid 2px black;
	width:540px;
	margin-top:25px;
}

#MainContainer
{
	width:800px;
	min-height:700px;
}

#Banner
{
	background-image:url(/assets/images/pbs_banner.gif);
	background-repeat:no-repeat;
	width:761px;
	height:100px;
	margin:0;
}

#NavColumn
{
	height:700px;
	width:200px;
	float:left;
}

#NavColumn ul
{
	padding-left:15px;
	margin-left:0;
	line-height:35px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

#NavColumn img
{
	margin:auto;
	margin-bottom:20px;
}

#NavColumn a:link
{
	text-decoration:none;
	color:Black;
}

#NavColumn a:visited
{
	text-decoration:none;
	color:Black;
}

.ActivePage
{
	list-style-type:square;
	color:#669999;
	/*list-style-image:url(/assets/images/active_page.gif);*/
}

.InactivePage
{
	list-style-type:square;
	color:#000099;
	/*list-style-image:url(/assets/images/inactive_page.gif);*/
}

#MainContent
{
	float:left;
	font-family:Arial;
	font-size:13px;
	width:580px;
}

#MainContent ul
{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	line-height:25px;
	margin-left:30px;
}

.TrexP
{
	font-family:Myriad Pro;
	font-size:24px;
	font-weight:100;
	font-style:italic;
	text-align:center;
	color:Blue;
	margin-top:20px;
	margin-bottom:2px;
}

#ServicesLeftColumn
{
	width:280px;
	float:left;
	font-family:Arial;
	font-size:14px;
}

#ServicesRightColumn
{
	width:280px;
	float:left;
	font-family:Arial;
	font-size:14px;
	margin-left:5px;
	margin-bottom:3px;
}

#News
{
	font-family:Times New Roman;
	font-style:italic;
	font-weight:bold;
	font-size:20px;
	margin-top:50px;
}

#News a:link, a:hover
{
	text-decoration:underline;
	color:Blue;
}

#News a:visited
{
	text-decoration:underline;
	color:Purple;
}

p.MsoNormal, li.MsoNormal, div.MsoNormal
	{text-indent:0pt;
	margin-left:0pt;
	margin-right:0pt;
	margin-top:0pt;
	margin-bottom:0pt;
	text-align:left;
	font-family:"Times New Roman";
	font-size:10.0pt;
	color:black;
	}
	
#Footer
{
	font-family:Serif;
	font-size:12px;
	color:Black;
	float:right;
	margin-right:130px;
	margin-top:15px;
	width:400px;
	text-align:center;
	padding-bottom:15px;
}

#Footer a:link, a:hover, a:visited
{
	text-decoration:underline;
	color:Blue;
}

.Clear
{
	clear:both;
}

.taleUl
{
	font-weight:lighter;
}
