/* A Free Design by Bryant Smith (bryantsmith.com) */

html, body {
text-align: center;
}
p {text-align: left;}

body {
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F1F5F8;
	background-color: #26476E;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
*
{
	margin: 0 auto 0 auto;
	text-align:left;
}

#page
{
	margin: 0 auto 0 auto;
	display: block;
	height:auto;
	position: relative;
	overflow: hidden;
	width: 753px;
}

#header
{
	margin-top:auto;
	padding-top:63px;
	padding-left:30px;
	padding-right:30px;
	background-image:url(images/banner1.png);
	background-repeat:no-repeat;
	height:122px;
	width:753px;
	overflow:hidden;
}

#header h1, #header h2
{
	margin-left:0px;
	width:693px;
	position:relative;
	color:#000000;
	text-align:right;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
}

#header h1
{
margin-left:0px;
width:693px;
position:relative;
color:#26476E;
font-size:30px;
}



#bar
{
background-image:url(images/bar.png);
background-repeat:no-repeat;
height:53px;
width:750px;
padding-bottom:15px;
text-align:center;
margin:0 auto 0 auto;
}

#bar ul {
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style-type: none;
	height: 74px;
	text-align:center;
	font-size: 24px;
}
#bar ul li , #bar ul li a, #bar ul li a:visited{
	margin: 0px;
	height: 30px;
	overflow: hidden;
	display: inline;
	text-align:center;
	line-height:65px;
	color:#26476E;
	padding-left:18px;
	padding-right:18px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#bar ul li a:hover
{
	color:#009;
	text-decoration:underline;

}


.contentTitle
{
width:700px;
height:44px;
margin-top:20px;
margin-left:0px;
margin-right:25px;
background-image:url(tab_back.png);
background-repeat:no-repeat;

}

.contentTitle h1
{
	margin-left:21px;
	padding-top:8px;
	font-size:36px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#006;
}


.contentText
{
	width:680px;
	padding-right:30px;
	font-size:16px;
	color:#666;
	line-height:30px;
	background-image: url(images/txt-bg.jpg);
	height: auto;
}

a
{
	text-decoration:none;
	color:#666;
}

a:hover
{
	border-bottom:1px dotted #F1F3F8;
	text-decoration: underline;
}


#footer {
	width: 650px;
	height:30px;
	padding-right:30px;
	text-align:center;
	font-size:9px;
	color:#000;
	padding-top:20px;
	background-image:url(images/footer.png)
}

html, body {
text-align: center;
}
p {
	margin:7px;
	text-align: left;
	text-align:left;
	color: #666;
}
#page .contentText #pagetop {
	background-image: url(images/pagetop.jpg);
}
