			
body
{
	text-align: center;
	font-family: arial;
	margin: 0px auto;
	background-color:#FFFFFF;
}
/*p
{
	margin: 0px;
	padding: 0px;
}
*/
div#container
{
	margin: 0px auto;	
	width:760px;
	margin-top: 10px;
}
div#header
{
	width:760px;
	height:150px;
	font-size:0px;
}
/* main---------------------------------------------------------------------------------------------------------	*/
div#main
{
	width:760px;
}

div#mainRight
{
	width:180px;
	background-color: #3E69B8;

}
/* -- right menu ----------------------------------------------------------------------------------------------------------- */

div#rightMenu
{
	margin-top:-10px;
}
.rightMenu_box, .rightMenu_box_open
{
	cursor: pointer;
	padding-right:3px;
	margin-top: 15px;
}


.rightMenu_box a, .rightMenu_box_open a 
{
	text-decoration: none;
	color: #FFFFFF;
	font-size:13px;
	font-weight: bold;
}

.rightSubMenu a
{
	text-decoration: none;
	color : #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.rightSubMenu_selected a
{
	font-size: 12px;
	text-decoration: underline;
	color: #FEC900;
	font-weight: bold;
}
/* -- doYouKnow ----------------------------------------------------------------------------------------------------------- */
div#doYouKnowTitle
{
	font-size: 14;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	margin-right:5px;
	margin-top:30px;
}

div#doYouKnow a
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;

}
div#doYouKnow
{
	width: 180px;
	
}
div#doYouKnow div
{
	padding-right:15px;
	padding-left:10px;
}
/* -- register ----------------------------------------------------------------------------------------------------------- */
.formField
{
	height:20px;
	font-size: 12px;
	width: 74px;
	margin-left:10px;
}

.textareaField
{

	font-size: 14px;
	direction:rtl;

}

.formFieldText
{
	
	color:#FFFFFF;
	font-size: 14px;
	padding-right:5px;

}


.formBottomText
{
	font-size: 12px;
	color:#FFFFFF;
	padding-right:5px;
}

/* -- main center ----------------------------------------------------------------------------------------------------------- */

div#rightSpacing
{
	float:right;
	background: url(../loadedFiles/rightSpacingBg.gif) no-repeat;
	height:500px;
	width:12px;
}
div#mainBg
{
	background: url(../loadedFiles/mainBg.jpg) no-repeat;
	height:538px;
	width:568px;
	float:left;

}
div#title h1
{
	font-size: 18px;
	text-decoration: underline;
	color: #FF6600;
	font-weight: bold;
	padding-right:2px;
	margin-top:0px;
}
div#content
{

	text-align: right;
	padding-right:2px;
}

div#pageContent
{
	font-size: 12px;
	color:#000099;
}


div#title
{

}	
/* -- bottom ----------------------------------------------------------------------------------------------------------- */
div#bottom
{
	width:760px;
}
/* contact us -------------------------------------------------------------------------------------------------------------	*/
.formFieldContact
{
	height:22px;
	font-size: 14px;
	width: 145px;
	margin-right:2px;
}

.formFieldTextContact
{
	
	color:#000000;
	font-size: 16px;
	padding-right:2px;

}


