@charset "utf-8";
/* main css parts *******************************************************************************************/
* {
	margin: 0px;
	padding: 0px;
}
html {
	background: url('../images/background.jpg') repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
img {
	border: none;
}
a:link {
	color: #FFF;
	text-decoration: underline;
	
}
a:visited {
	color: #CFC;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
}
.mda #mainContainer { 
	width: 80%;
	margin: 0 auto;
	text-align: left;
	z-index: 100;
}

/* header index parts **************************************************************************************/
.mda #headerIndex {
	background: #00264b url('../images/header.jpg') no-repeat right;
	padding: 0px;
	margin: 0px;
	height: 120px;
	width: 100%;
	z-index: 101;
	border-bottom: 1px solid #c0c0c0;
} 
.mda #headerIndex h1 {
	background: transparent url('../images/header.gif') no-repeat top left;
	margin: 0;
	padding: 0;
	height: 120px;
	width: 100%;
	text-indent: -9999px;
}
/* sidebar parts **********************************************************************************/

.mda #sidebarMain {
	background: transparent;
	float: left;
	width: 190px;
	padding: 0;
	margin: 0;
}

/* index menu parts **********************************************************************************/

.mda #menuIndex {
	width: 170px;
	background: url('../images/menuindex_1.jpg') top no-repeat;
	padding-top: 44px;
	margin: 0;
}

.mda #menubodyIndex {
	background: url('../images/menu_2.jpg') repeat-y;
	padding-left: 21px;
}

.mda #menubottomIndex {
	height: 26px;
	background: url('../images/menuindex_4.jpg') bottom no-repeat;
}

.mda ul#menulistIndex {
	width: 144px;
	list-style-type: none;
}

.mda ul#menulistIndex li {
	height: 27px;
	background: url('../images/menu_3.gif') bottom repeat-x;
}

.mda ul#menulistIndex a {
	width: 122px;
	height: 20px;
	border-left: #75c5de 8px solid;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0 0 10px;
	display: block !important;
	display: inline-block;
}

.mda ul#menulistIndex a:hover {
	background: url('../images/menu_5.jpg') left repeat-y;
}
/*index page - new article parts **********************************************************************************/
/**/.mda #banner {
	background: #F00;
	color: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	font-weight: bolder;
	font-size: 24px;
}

.mda #article {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 60%;
}
/*.mda #article h4 {
	font-size: 16px;
	color: #F00;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.mda #article h3 {
	font-size: 14px;
	color: #F00;
	margin: 0px;
	padding: 0px;
}
.mda #article h5 {
	font: small-caps 14px "Courier New", Courier, monospace;
	margin: 0;
	padding: 0 0 0 5px;
}
.mda #article a {
	color: #000;
}*/
.mda .newsTxt {
	margin: 5px;
	padding: 5px;
	font-size: 20px;
	color: #99FF99;
}
.mda .newsTxtb{
	margin: 5px;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #9F9;
}
.mda ul#main {
	padding: 0px;
	margin: 20px 0px 20px 80px;
	color: #c0c0c0;
}
.mda ul#main li {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #c0c0c0;
}
/* index main content ***********************************************************************************************/
.mda #mainContentIndex {
	margin: 0 0 0 190px;
	padding: 0 10px;
	border-left: 1px solid #c0c0c0;
} 
.mda  #mainContentIndex h1{
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 10px 0px;
	color: #c0c0c0;
	font-size: 24px;
	text-align: center;
	font-variant: small-caps;
	text-decoration: underline;
}
.mda #mainContentIndex h2 {
	font-size: 18px;
	margin: 0;
	padding: 0px;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
}

.mda #mainContentIndex h5 {
	color: #FFFFFF;
	font: 0.75em;
	margin: 5px 0px 5px 40px;
}

.mda #mainContentIndex img {
	margin: 5px 0px 5px 80px;
}

/* footer parts *******************************************************************************************************/
.mda #footerIndex {
	background: url('../images/background.jpg') repeat;
	height: 60px;
	width: 100%;
	padding: 0px;
	margin: 5px 0 0 0;
	border-top: 1px solid #c0c0c0;
} 
.mda #footerIndex p {
	background: url('../images/footer.gif') no-repeat;
	height: 60px;
	width: 100%;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
