/************** Positioning Styling ************/
body {
	color: #333333;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

#mainContainer {
	margin: 0px auto;
	width: 900px;
}

#header,#top,#user1,#mainBodyContainer,#footer,#bottom {
	float: left;
	clear: both;
}

#mainBodyContainer {
	width: 898px;
	background-color: #8C007E;
}

#top {
	width: 898px;
	border-bottom: 3px solid #8C007E;
}

#middle,#mainBody {
	width: 635px;
	float: left;
	background-color: #ffffff;
	min-height: 300px;
}

#mainBody {
	margin: 0 0 0 10px;
}

#right {
	color: #FFFFFF;
	float: left;
	padding-left: 20px;
	width: 225px;
}

#footer {
	width: 898px;
	border-top: 3px solid #8C007E;
}

/*******************************************/
	/************** Content Styling ************/
#mainBodyContainer a,#mainBodyContainer a:link,#mainBodyContainer a:visited,#mainBodyContainer a:active
	{
	color: #FFFFFF;
	text-decoration: none;
}

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

#mainBodyContainer h2 {
	color: #8C007E;
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 10px;
}

#mainBodyContainer h3 {
	color: #8C007E;
	font-size: 15px;
	font-weight: bold;
}

#mainBodyContainer h4 {
	color: #8C007E;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

#mainBodyContainer h5 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#mainBodyContainer h6 {
	color: #696969;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#mainBody table {
	border-collapse: collapse;
}

#mainBody cite {
	color: #996699;
	font-size: 14px;
	font-style: normal;
}

#mainBody .componentheading {
	visibility: hidden;
}

#mainBody .contentpaneopen {
	margin: 15px 0 0 15px;
}

#mainBody .blog {
	margin: -10px 0 15px -15px;
}

#mainBody .blog .article_column {
	width: 300px;
}

#mainBody .blog .article_column .contentpaneopen td.contentheading {
	height: 70px;
}

#mainBody .blog .column_separator {
	padding-left: 20px;
}

#mainBody .blog .article_column .contentpaneopen {
	margin-bottom: -25px;
}

#mainBody .blog .article_column .contentpaneopen .contentheading a.contentpagetitle
	{
	display: block;
	width: 180px;
	margin: 0 0 15px 93px;
	font-weight: bold;
	text-decoration: none;
}

#mainBody .blog .article_column .contentpaneopen .contentheading a.contentpagetitle:hover
	{
	text-decoration: underline;
}

#mainBody .blog .article_column a.readon {
	display: block;
	width: 50px;
	height: 14px;
	margin: -5px 0 10px 93px;
	background-image: url(../images/read_more.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
}

#mainBody .contentpaneopen .contentheading a.contentpagetitle {
	font-weight: bold;
	text-decoration: none;
}

#mainBody .contentpaneopen .createdate {
	color: #FF9900;
	font-weight: bold;
}

#mainBody .contentpaneopen .small {
	color: #FF9900;
	font-weight: bold;
}

#mainBody .blog_more {
	margin: 20px 0 0 20px;
}

#right .moduletable p {
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
	margin-left: 2px;
}

#right .moduletable img {
	border: none;
}

/*******************************************/
	/************** Menu Styling ***************/
#top .moduletable_menu {
	float: left;
	white-space: nowrap;
}

#top .moduletable_menu ul.menu {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#top .moduletable_menu .menu li {
	float: left;
	padding: 0 0 0 37px;
}

#top .moduletable_menu .menu li a,#top .moduletable_menu .menu li a:link,#top .moduletable_menu .menu li a:visited,#top .moduletable_menu .menu li a:hover,#top .moduletable_menu .menu li a:active
	{
	float: left;
	display: block;
	padding: 17px 2px 2px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #8C007E;
}

#top .moduletable_menu .menu li a:hover,#top .moduletable_menu .menu li.active a
	{
	color: #FF9900;
}

#top .moduletable_menu .menu li.item1 {
	padding-left: 3px;
}

#footer .moduletable table td {
	padding-top: 4px;
	text-align: right;
}

#footer .moduletable table td .mainlevel {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
}

#right .moduletable {
	padding: 0 8px 0 8px;
	float: right;
}

/*******************************************/
	/************** Component Styling *************/
div.PoweredBy {
	display: none;
}

span.AuthorAlias {
	color: #8C007E;
}

/*******************************************/
#commentForm {
	text-align: left;
	padding: 0;
}

#label_big{
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	margin-bottom: 0.2em;
	font-size: 16px;
	font-weight: bold;
	color: #696969;
}

#label_small {
	color: #696969;
	font-weight: bold;
	display: block;
	margin-bottom: 0.2em;
	font-size: 12px;
}

#commentForm ul {
	margin: 0px;
	padding: 0px;
}

#commentForm li {
	margin-bottom: 1em;
	list-style: none;
}

#comment {
	overflow: auto;
	width: 400px;
	border: 1px solid #E5E5E5;
	font-size: 1.6em;
	line-height: 1em;
	height: 60px;
	padding: 0.3em 0.2em;
	background: #F9F9F9;
	padding: 0.3em 0.2em;
}

#name {
	width: 400px;
	border: 1px solid #E5E5E5;
	line-height: 1.4em;
	padding: 0.3em 0.2em;
	background: #F9F9F9;
}

#email {
	width: 400px;
	border: 1px solid #E5E5E5;
	line-height: 1.4em;
	padding: 0.3em 0.2em;
	background: #F9F9F9;
}

#btn {
	border: 0px;
	margin:0px;
	padding:0px;
	height:48px;
	weight:102px
}

#imgsize {
	width: 200px;
	margin-top: 0px;
	padding-top: 0px;
}

#table_style {
	width: 620px;
	font-size: 12px;
	line-height: 18px;
}

#line {
	color: #f0f0f0; 
	width : 620px;
	margin-left: 0px;
	padding-left: 0px;
	width: 620px;
}

#nav_table {
	weight: 225px; 
	text-align : right;
	font-family: 'Arial Black';
	font-size: 23px;
	text-align: right;
}

#nav_table td {
	height: 30px;
}

