/* A Free Design by Bryant Smith (bryantsmith.com) */

html, body {
text-align: center;
}
p {text-align: left;}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color:#FFFFFF;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#header {
	position:relative;
	width: 801px;
	height:191px;
	margin-left:47px;
	background: url(header.png) no-repeat;
}

#page
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  background: #252F33 url(background.png) repeat-y;
  width: 730px;
}


.title
{
position:relative;
left:28px;
top:158px;
text-align:left;
font-family:"Times New Roman", Times, serif;
font-size:35px;
font-weight:bold;
color:#FFFFFF;
text-transform:uppercase;
}


.articleTitle
{
clear:both;
text-align:left;
padding-left:25px;
padding-top:30px;
padding-bottom:10px;
color: #112539;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
}

.articleContent
{
width:auto;
position:relative;
padding-left:25px;
color:#000000;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
line-height:27px;
}

#bar
{
	position:relative;
	width: 730px;
	height:35px;
}

.menuLink
{
	height:35px;
	line-height:35px;
	width: 118px;
	text-align:center;
	float:right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	
}

.menuLink a
{
	color:#5E97D0;
}

.menuLink a:hover
{
	display: block;
	width: 118px;
	height:35px;
	line-height: 35px;
	color:#FFFFFF;
	background-image:url(tab_ani.gif);
	text-align:center;
}




a
{
text-decoration:none;
color:#252F33;
}

#pageContent
{
width: 680px;
height:auto;
}

#footer {
width: 885px;
height:42px;
background: url(footer.png) no-repeat;
}


.bryantsmith
{
text-align:center;
font-size:10px;
color:#2C639A;
background-image:none;
}

.bryantsmith a
{
color:#2C639A;
}
