BODY {
	margin: 0;
	text-align: center;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat;
	background-position: 50% 0;
	/*font-family: "Georgia", cursive, sans-serif;*/
	font-family: serif;
	font-size: 12px;
}
H1{
	font-size: 30px;
	padding: 5px 0 5px 0;
	margin: 0;
}
.pseudoHeader{
	font-size: 30px;
	padding: 5px 0 5px 0;
	margin: 0;
}
A IMG{
	border: 0px;
}
P{
	margin: 0px;
	padding: 5px 0 5px 0;
}
FORM{
	margin: 0px;
	padding: 5px 0 5px 0;
}
.postSubHeading{
	font-size: 14px;
	font-weight: bold;
}
.testQuestion{
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	display:inline-block;
}

.parchmentTitle{
	font-size: 14px;
	margin: 20px 0 7px 18px;
	font-weight: bold;
	width: 270px;
}
.floatscontaier{
	overflow: hidden;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clear{
	clear: both;
}
.mainCenterDiv
{
	margin: 0 auto;
	width: 810px;
	text-align: left;
	
	background-image: url(/img/site_middle.png);
	background-position: left;
	background-repeat: repeat-y;
	position: relative;
}
.outerContentDiv{
	width: 810px;
	background-attachment: scroll;
	background-image: url(/img/site_top.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.mainContentDiv{
	padding: 280px 100px 0 45px;
}
.bottomCenterDiv
{
	margin: 0 auto 70px auto; 
	padding: 0 55px 0 4px;
	width: 751px; /*810-4-56*/
	height: 166px;
	text-align: center;
	background-image: url(/img/site_bottom.png);
	background-repeat: no-repeat;
	
	position: relative;
}


.flagS{
	width: 47px;
	
	height: 0px !important;
    height /**/:30px;
    padding: 30px 0 0 0;
    overflow: hidden;
	
	position: absolute;
	top: 305px;
	right: 19px;
	background-image: url(/img/s.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;   
}
.flagR{
	width: 45px;
	
	height: 0px !important;
    height /**/:31px;
    padding: 31px 0 0 0;
    overflow: hidden;
    
	position: absolute;
	top: 350px;
	right: 19px;
	background-image: url(/img/r.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}


.parchment{
	background-image: url(/img/parchment_middle.jpg);
	width: 309px;
}
.parchment .parchmentTop{
	background-image: url(/img/parchment_top.jpg);
	width: 309px;
	height: 16px;
}
.parchment .content{
	background-image: url(/img/parchment_middle.jpg);
	overflow: auto;
	border: none;
	border-width: 0px;
	padding: 5px 15px 5px 15px;
	width: 279px; /*309-30*/
	height: 170px; /*180 - 10*/
}
.parchment .parchmentBottom{
	background-image: url(/img/parchment_bottom.jpg);
	width: 309px;
	height: 22px;
}


.parchment2{
	background-image: url(/img/parchment2_middle.jpg);
	width: 669px;
	margin: 15px 0;
}
.parchment2 .parchmentTop{
	background-image: url(/img/parchment2_top.jpg);
	width: 669px;
	height: 17px;
}
.parchment2 .content{
	background-image: url(/img/parchment2_middle.jpg);
	padding: 5px 15px 5px 15px;
	width: 639px; /*669-30*/
}
.parchment2 .parchmentBottom{
	background-image: url(/img/parchment2_bottom.jpg);
	width: 669px;
	height: 18px;
}


.parchment3{
	background-image: url(/img/parchment_middle.jpg);
	width: 309px;
}
.parchment3 .parchmentTop{
	background-image: url(/img/parchment_top.jpg);
	width: 309px;
	height: 16px;
}
.parchment3 .content{
	background-image: url(/img/parchment_middle.jpg);
	overflow: auto;
	border: none;
	border-width: 0px;
	padding: 5px 15px 5px 15px;
	width: 279px; /*309-30*/
}
.parchment3 .parchmentBottom{
	background-image: url(/img/parchment_bottom.jpg);
	width: 309px;
	height: 22px;
}

.certtext{
	/*background-image: url(/img/cert.jpg);*/
	width: 304px;
	height: 321px;
	padding: 210px 180px 0 120px;
	text-align: center;
	color: #3c1f0f;
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
}
.certtext .title{
	font-size: 20px;
}

.mainMenuDiv {
	float:left;
	width:100%;
	position: absolute;
	left:80px;
	top:215px;
}
.mainMenuDiv ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mainMenuDiv li {
	float:left;
	background:url("/img/mainmenu_left.png") no-repeat left top;
	margin:0 15px 0 0;
	padding:0 0 0 2px; /*Left image width*/
}
.mainMenuDiv a {
	float:left;
	display:block;
	background:url("/img/mainmenu_right.png") no-repeat right top;
	line-height: 25px; /*Image height*/
	padding-right: 4px; /*Desierd left and right padding in the item*/
	padding-left: 2px; /*Padding right-left image width*/
	
	
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	text-decoration:none;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.mainMenuDiv a {float:none;}
/* End IE5-Mac hack */


.arrowButton{ /*To use on A*/
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	text-decoration:none;
	
	background:url("/img/btn_left.jpg") no-repeat left top;
	line-height: 30px; /*Image height*/
	padding: 0 0 0 45px; /*Image left width*/
	display:table;
}
.arrowButton SPAN{
	background:url("/img/btn_right.jpg") no-repeat right top;
	padding-left:14px;/*desired padding*/
	padding-right:16px; /*desired padding + right image width*/
	margin: 0;
	white-space: nowrap;
	display:inline-block;
}


.loggList{
	list-style-position: inside;
	list-style: none;
	margin: 0;
	padding: 0;
}
.loggList li{
	padding: 25px 0 25px 0;
	background-image: url("/img/logg_sepparator.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
.loggList .postHeader{
	font-size: 14px;
	font-weight: bold;
}
.loggList A, .loggList A:VISITED{
	color: #090806;
	text-decoration: none;
}
.loggList A:HOVER{
	color: #7d6f41;
	text-decoration: underline;
}


.paginationDiv{ 
	height: 90px;
	width: 100%;
	text-align: left;
	line-height: 90px;
	color: #000;
}
.paginationDiv A{ 
	color: #000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.paginationDiv A:hover{ 
	color: #7d6f41;
	text-decoration: none;
}
.paginationDiv A.current{ 
	text-decoration: none;
}
.paginationDiv span.inactive{ 
	color: #999;
}

.footerDiv{
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 50px;
}
.footerlink_list {
	padding: 130px 0 0 0;
	margin: 0;
	clear: both;
}
.footerlink_list A {
	color: #000;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-weight: bold;
}
.footerlink_list A:HOVER {
	text-decoration: underline;
}
.footerlink_list li {
	display: inline;
	border-left: 1px solid #000;
	padding: 0 5px;
}
.footerlink_list li.first {
	border: 0;
}

.lang_info_bubble{
	background-image: url("/img/talk.gif");
	padding-top:10px;
	height: 95px;
	width: 148px;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 70px;
	right: 40px;
}
