/* CSS Document */

body {
	font-family:Tahoma;
	font-size:12px;
	text-align:center;
	background-color:#FFFFFF;
	margin-bottom:25px;
}

#backHeader {
		/* background:url(../images/background.gif) repeat-x; */
		width:100%;
		height:300px;
}

#header {
	margin-top:0px;
	width: 960px;
	height:200px;
	border-top:1px solid #CCC;
	/*background-color:#FFFFFF;*/
	background:url(../images/header.jpg);
}

#footer {
	width: 940px;
	height:27px;
	border:none;
	border-top:1px solid #EEE;
	margin-bottom:0px;
	/*background:url(../images/header.jpg);*/
	padding:10px;
	padding-top:13px;
}

#footer .footerLogo {
	float:left;
}

#footer .footerText {
	float:right;
	text-align:center;
	margin-right:150px;
}

#header .logo {
	width:165px;
	height:100px;
	float:left;
	margin-left:10px;
	margin-top: 35px;
}

#header .text {
	width:765px;
	height:100px;
	float:left;
	margin-left:10px;
	margin-top: 50px;
	font-size:36px;
	font-weight:bolder;
	padding:0px 0 0 0;
	color:#036;
}


#header .mainPic {
	width:500px;
	height:100px;
	float:left;
	/* background-color:#000066; */
	margin:10px 20px;
	vertical-align:text-top;
}

#header .topMenu {
	margin-right:10px;
	width:500px;
	height:30px;
	text-align:right;
	float:right;
	direction:rtl;
}

#header ul {
	list-style:none;
	width:500px;
	line-height:normal;
}

#header li {
	display:inline;
}

#header a {
	padding: 0 20px;
	border-right: 1px solid #E06529;
	text-decoration: none;
	font-size: 92%;
	color:#000000;
}

#header .first {
	border:none;
	padding-right: 0px;
}

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

#mainSection {
	width:960px;
	background-color:#FFFFFF;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	background-image:url(../images/centerBg.jpg);
    overflow: hidden;
}

#mainSection .content {
	width:740px;
	padding-right: 0px;
	padding-left:0px;
	float:left;
	position:inherit;
}

#mainSection .menu {
	width:210px;
	min-height: 525px;
	float:right;
}

#mainSection {
	min-height:600px;
}




<!-- Buttons Style Section --->

.buttonContainer{
	width:170px;
	border:1px solid #000099;
	direction:rtl;
	cursor:hand;
}

.mainButtonA, .mainButtonB  {
	cursor:hand;
	text-align:center;
	background-repeat:no-repeat;
	height:25px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
  	padding-top: 5px;
	margin-top:5px;
}


.mainButtonA {
	background-image:url(../images/mainButContain.jpg);
}

.mainButtonB {
	background-image:url(../images/mainBut.jpg);
}


.mainButtonB:hover {
	color:#00F;
	font-weight:bold;
	text-align:center;
	direction:rtl;
	background-image:url(../images/mainButOver.jpg);
}


.mainButtonA:hover {
	color:#00F;
	font-weight:bold;
	background-color:#CCCCCC;
	text-align:center;
	direction:rtl;
    background-image:url(../images/mainButContainOver.jpg);
}

.subContainer {
	cursor:pointer;
	text-align:center;
}

.subButtonA, .subButtonB {
	direction:rtl;

	height:17px;
	padding-top:3px;
	color:#00F;
	padding-right: 5px;
	padding-left: 2px;
	text-align:center;
	margin-top:2px;
	border:1px solid #CCC;
	background-color:#BFD5FF;
	font-weight:bold;
}

.subButtonA {
	background-image:url(../images/subButContain.jpg);
}

.subButtonB {
	/*background-image:url(../images/subBut.jpg);*/
}

.subButtonA:hover {
	background-image:url(../images/subButContainHover.jpg);
}

.subButtonB:hover {
	background-color:#FFC;
}


.subsubContainer{
	width:210px;
	direction:rtl;
}

.subsubButton {
	text-align:right;
	direction:rtl;
	margin: 1px;
	background-color:#FFFFCC;
}

.subsubButton:hover {
	background-color:#FFFF99;
	text-align:right;
	direction:rtl;
}

#contentPage {
 text-align:justify;
 direction:rtl;
}
#contentPage .cCenter {
	/* border: 1px dashed #000000;
	background-color: #0066FF; */
    margin-right: 5px;
    padding:3px;
	float: right;
	direction: rtl;
	text-align: justify;
    line-height: 2;
	/* position:relative; */
}

#contentPage .cHeader {
	direction:rtl;
	text-align:justify;
	padding-right: 3px;
	padding-top: 5px;
	color:#0000CC;
}

<!------- End of Button Style Section ---->

<!------- Begin of Content Page ---->


<!------- End of Content Page ---->

.clear {
	clear:both;
	margin:5px;
	width:100%;
}

.headerTitle {
	padding:5px 26px 10px 0px;
	margin-top:10px;
	background-image:url('../images/headerTitle.jpg');
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bolder;
	font-size:18px;
	line-height:20px;
	text-align:right;
}

.cHeader {
	color:#39F;	
	font-weight:bold;
	border-bottom:#6CF 2px solid;
	margin-bottom: 10px;
}
