/*
Design by Bryant Smith
http://www.bryantsmith.com
Free use with link
*/

body {
	margin: 0;
	padding: 0;
	background: url(background2.jpg) no-repeat fixed;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
*
{
  margin: 0 auto 0 auto; 
}

#page
{
  margin: 0 auto 0 auto; 
  display: block; 
  height:auto;
  position: absolute; 
  overflow: hidden; 
  width: 750px;
}

#header
{
height:100px;
width:750px;
}

#headerTitle
{
position:absolute;
left:50px;
top:30px;
color:#000000;
text-align:left;
font-size:30px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

#headerSubText
{
position:absolute;
left:50px;
top:65px;
color:#000000;
text-align:left;
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}


#bar
{
height:53px;
width:750px;

}



#bar .navLink a
{
position:relative;
top:0px;
margin-left:50px;
padding-right:30px;
color:#000000;
text-align:left;
font-size:15px;
float:left;

}

#bar .navLink a:hover
{
color:#666666;
}


.contentTitle
{
width:700px;
height:44px;
margin-top:20px;
margin-left:0px;
margin-right:0px;

}

.contentTitle h1
{
margin-left:50px;
padding-top:8px;
font-size:17px;
font-weight:bold;
color:#000000;
}


.contentText
{
margin-left:50px;
width:680px;
padding-left:0px;
padding-right:0px;
font-size:11px;
color:#000000;
line-height:20px;
}

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

a:hover
{
color:#006600;
}


#footer {
position: relative;
width: 750px;
height:13px;
top:90%;
text-align:center;
font-size:9px;
color:#000000;
}
