body {
  background:#DEDEDE;
  margin:5px 0 0 0;
  font-size:11px;
  font-family:arial;
  line-height:18px;
  color:#6F6F6F;
  background-image:url(../images/background.png);
  background-repeat:repeat-x;
}

#BodyContainer{
	width:750px;
	margin:0 auto;
}

#Header{
	width:710px;
	height:60px;
	background-color:#FFFFFF;
	padding:20px;
}

#HeaderImage{
	width:300px;
	height:70px;
	float:left;
}

#HeaderText{
	width:230px;
	text-align:right;
	height:70px;
	float:right;
	line-height:22px;
}

#TitleContainer{
	width:750px;
	height:330px;
	margin:5px 0 0 0;
	background-color:#FFFFFF;
	background-image:url(../images/headerbg.jpg);
}

#TitleHeader{
	float:left;
	width:300px;
	margin:110px 10px 10px 10px

}

#TitleFooterBlock{
	clear:both;
	background-color:#5E5E5E;
	width:750px;
	margin:5px 0 0 0;
	height:16px;
}

#NavContainer{
	width:175px;
	margin:5px 0 0 0;
	height:300px;
	float:left;
}

#ContentContainer{
	background-color:#EDEDED;
	width:570px;
	margin:5px 0 0 0;
	height:autopx;
	float:right;
}

#ContnetTitle{
	background-image:url(../images/contentheadbg.png);
	width:570px;
	margin:5px 0 0 0;
	height:76px;
	float:right;
}

#MainContent{
	width:340px;
	margin:10px 0 10px 10px;
	height:auto;
	float:left;
}

#ContentRightBox{
	width:190px;
	margin:10px 0;
	padding-left:20px;
	height:auto;
	float:right;
	border-left:#d4d4d4 dashed thin;
}

#ContentRightBox a{
	text-decoration: none;
	color: #5E5E5E;
	font-size: 12px;
	padding: 10px 0;
}

#ContentRightBox a:hover{
	text-decoration: underline;
}

#ContentFooter{
	float:right;
	clear:both;
	background-color:#5E5E5E;
	width:570px;
	margin:5px 0 40px 0 ;
	height:16px;
}

ul.nav {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	margin: 0px;
}

ul.nav li{
	margin:0 0 5px -40px;
	padding:2px 0 0 25px;
	background-image:url(../images/navbg.jpg);
	background-repeat:no-repeat;
	height:20px;
	
}

ul.nav li a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#6F6F6F;
	
}

ul.nav li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#8e589c;
	
}

/* Text Decoration */

h1{
	color:#FFFFFF;
	font-size:48px;
	padding:10px 0 0 10px;
	font-family:"Arial Narrow";
	font-weight:normal;	
	line-height:48px;
}

h2{
	color:#FFFFFF;
	font-size:36px;
	padding:3px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;	
}

h3{
	color:#4d4d4d;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
}

.headertext{
	color:#939598;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.headertext2{
	color:#7C2B83;
	font:Arial, Helvetica, sans-serif;
	font-size:22px;
}

.newsheader{
	color:#8e589c;
	font:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}
.newsheading{
	color:#8e589c;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:24px
}

.bold{
  font-size:11px;
  font-family:arial;
  line-height:18px;
  color:#6F6F6F;
  font-weight:bold;
}