/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000;                           
	line-height: 19px;
	background:  #f0f0f0;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 7px; text-indent: 20px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

div.center {
	text-align: center;
}

div.wrapper {
}
div.main_div{
	text-align: center;
}
div.width_div{
	background:#fff  url(../images/brg.jpg) top center no-repeat;
	width: 1200px;
	margin: auto;
	border-left: 1px solid #78029a;
	border-right: 1px solid #78029a;
	padding-top: 185px;
}




div.div_top_menu{
	padding-top: 2px;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 0px;
	background: #78029a;
	height: 25px;
}
div.div_top_menu a{
	font-style: italic;
	padding: 5px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}
div.div_top_menu  a:hover,div.div_top_menu a#active_menu-othermenu{
	text-decoration: underline;
}
span.article_separator{
	border-top: 1px dotted #78029a;
	display: block;
	width: 100%;
}
table.main_tab{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 20px;
}
div.clear{
	clear: both;
}
div.div_content{
	text-align: justify;
	padding-top: 0px;
}
.contentheading, .componentheading, h4, h1,h2,h3,h5,h6{
	font-size: 14px;
	color: #78029a;
	margin: 0px;
	display: block;
	font-weight: bold;
	text-align: left;
	margin-bottom: 7px;
}
h4{
	padding-left: 20px;
}
table.contentpaneopen{
	width: 100%;
}
td.left_c{
	width: 750px;
}
td.menu_r1{
	padding-left: 20px;
	padding-right: 15px;
	width: 160px;
}
div.g_728_90{
	text-align: left;
}
div.aidanews{
	text-align: left;
}
div.aidanews a{
	color: #78029a;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.blog img{
	margin: 10px !important;
	float: left !important;
}
.blog a.readon{
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: right;	
	text-decoration: underline;
}

.pagination span {
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
}
.pagination span a{
	text-decoration: underline;
}
td.new_n{
	padding-top: 20px;
	padding-left: 20px;
	
}
.r_more a{
	color: #000 !important;
	font-size: 11px !important;
}

table.table_footer{
	padding-bottom: 7px;
	padding-top: 10px;
	background: #ddd;
}
div.div_copyright{
	text-align: left;
	font-size: 11px;
	color: #777;
	line-height: 20px;
}
div.div_footer_menu{
	text-align: right;
	padding-right: 20px;
}
div.div_footer_menu a{
	font-size: 12px;
	font-weight: bold;
	color: #78029a;
	margin-left: 20px;	
	text-decoration: underline;
}

.contentpaneopen a{
text-decoration:underline;
color:#000;
font-style:italic;
font-weight:bold;
}