body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image:url(images/images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#1d1d67;
	font-size:14px;
}
a:link {
	color: #1d1d67;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1d1d67;
}
a:hover {
	text-decoration: underline;
	color: #1d1d67;
}
a:active {
	text-decoration: none;
	color: #1d1d67;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #1d1d67;
}
h2 {
	font-size: 16px;
	color: #1d1d67;
}
h3 {
	font-size: 18px;
	color: #1d1d67;
}
h4 {
	font-size: 24px;
	color: #1d1d67;
}
h5 {
	font-size: 36px;
	color: #1d1d67;
}
h6 {
	color: #1d1d67;
}



fieldset{
	border:none;
}


#container{
	margin:auto;
	margin-top:15px;
	width:991px;
}

#banner{
	background-image:url(images/images/banner.png);
	width:950px;
	height:327px;
	background-repeat:no-repeat;
}

#content{
	width:950px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(images/images/main_repeat.png);
	background-repeat:repeat-y;
}

#left{
	width:235px;
	padding: 0 0 0 76px;
	margin: 0 0 0 0;
	float:left;
}

#maintext{
	width:609px;
	background-position:left;
	padding: 10px 15px 10px 15px;
	margin: 0 0 0 0;
	float:left;
}

#footer{
	background-image:url(images/images/footer.png);
	width:950px;
	height:62px;
	background-position:left;
	background-repeat:no-repeat;
	clear:both;
}

#footertext{
	width:810px;
	padding:10px 70px;
	text-align:right;
}



#navcontainer { width: 203px;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
padding:0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 203pz;
height:20px;
background-color: #6673b5;
border-bottom: 1px solid #d2d2ea;
color:#FFFFFF;
}

#navcontainer a:link, #navlist a:visited
{
text-decoration: none;
font-weight:bold;
color:#FFFFFF;
}

#navcontainer a:hover
{
background-color: #1d1d67;
color: #fff;
}