/* Style 1 */

.headline1 {
	padding: 0px;
	margin: 0px;
	background-image: url(img/headline1_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 49px;
}


.headline1 h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #6F257C;
	padding: 14px 4px 0px 15px;

}

.headline1 a
{
	font-family: Georgia;
	font-weight: normal;
	font-size: 12px;
	color: #6F257C;
	padding: 0px 0px 0px 0px;

}
.headline1 a:hover
{
	font-family: Georgia;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #6F257C;
	padding: 0px 0px 0px 0px;

}

.content1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 10px 0px 10px 0px;
	margin: 0px 10px 10px 10px;
	background-image: url(img/cnt_backrground.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

/* Style 2 */

.headline2 {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #E6E6E6;
}


.headline2 h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #662D91;
	padding: 5px 5px 5px 15px;

}

.content2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #737373;
	padding: 5px 0px 5px 5px;
	margin: 0px;
}

.content2 strong
{
	color: #000000;
}


/* Style 3 */

.headline3 {
	padding: 5px 0px 5px 5px;
	margin: 0px;
	background-color: #8D5196;
}


.headline3 h1
{
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;

}

.content3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D1B9D5;
	padding: 5px;
	margin: 0px;
	background-color: #8D5196;
	border-top: 1px solid #FFFFFF;
}
.content3 strong {
	color: #FFFFFF;
	
}

	
/* Style 4 */

.headline4 {
	padding: 0px 0px 0px 0px;
	margin: 5px 10px 5px 10px;
}


.headline4 h1
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #525064;
	padding: 0px 0px 0px 0px;

}

.content4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #303030;
	padding: 0px;
	margin: 0px 10px 10px 10px;
	background-image: url(img/cnt_backrground.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
/* Style 5 */

.headline5 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


.headline5 h1
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #525064;
	padding: 0px 0px 4px 0px;

}
.content5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6E6E6E;
	padding: 7px 10px 10px 5px;
	margin: 0px 10px 10px 10px;
	background-image: url(img/cnt_backrground.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
.content5 h1 
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #4D4D4D;
	padding: 0px 0px 4px 0px;

}

/* End Content Styles */
.footer_bg {
	height: 50px;
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;

}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
	padding: 12px 0px 0px 0px;
	height: 50px;
	width: 780px;
	text-align: center;
}

.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7F7F7F;
	font-weight:normal;
	font-size: 10px;
	text-decoration:none;
}

.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:normal;
	font-size: 10px;
	text-decoration:underline;
}

.post_comment {
	padding: 3px;
	font-size: 10px;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}
.post_comment a{
	font-size: 10px;
	color: #5D597E;
	text-decoration: none;
	padding: 2px;

}
.post_comment a:hover {
	font-size: 10px;
	color: #5D597E;
	text-decoration: underline;
	padding: 2px;

}

