/* A Free Design by Bryant Smith (bryantsmith.com) */

html, body {
	text-align: center;
}

p {
	text-align: left;
}

body {
	margin: 50px;
	padding: 0;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color:#252F33;
}
*
{
  margin: 0 auto 0 auto;
  text-align:left;
}

#header {
	position:relative;
	width: 800px;
	height:109px;
	margin:0;
	background: url(header.jpg) no-repeat;
}

#page {
	margin: 0 auto 0 auto; 
  	height: 100%;  
  	position: relative; 
 	overflow: hidden; 
  	background: #252F33 url(background.jpg) repeat-y;
 	width: 800px;
}


.title {
	position:relative;
	left:60px;
	top:30px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-weight:bold;
	color:#252F33;
}

.subText
{
	position:relative;
	left:102px;
	top:36px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#CEEAEE;
}


.articleTitle
{
	text-align:left;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;
	color: #252F33;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
}

.articleContent
{
	width:auto;
	position:relative;
	padding-left:45px;
	font-family:Arial, Helvetica, sans-serif;
	color: #252F33;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.rightLinks
{
	width: 102px;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	height:auto;
	margin-right:-3px;
	background-image:url(links_branch.jpg);
	background-repeat:no-repeat;
	text-align:right;
	float:right;
}

.rightLinks a:hover
{
	color:#667765;
}



.rightLinks .linkTitle
{
	font-size:13px;
	font-weight:bold;
	margin-top:27px;
	margin-bottom:32px;
	margin-right:5px;
}


#bar
{
	position:relative;
	width: 750px;
	height:57px;
	margin-left:29px;
	margin-right:21px;
	background: url(bar.jpg) no-repeat;
}

.menuLink
{
	height:36px;
	width: 120px;
	text-align:center;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#252F33;
	padding-top:19px;
}

.menuLink:hover
{
	background: url(bar2.jpg) repeat-x;
}

a
{
	text-decoration:none;
	color:#252F33;
}

#pageContent
{
	width: 750px;
}

#footer {

	width: 800px;
	height:60px;
	background: url(footer.jpg) no-repeat;
	text-align:center;
	font-size:10px;
	color:#667765;
	padding-top:34px;
}

#footer a
{
	font-size:10px;
	color:#667765;
}

html, body {
	text-align: center;
}

p {
	text-align: left;
}

