body {
	text-align:		center;
	margin:			0;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	}
a {
	color:			#163B70;
	text-decoration:	none;
	}
a:hover {
	color:			#2869CA;
	text-decoration:	underline;
	}
a img {
	border:			0;
	}

#PageWrapper {
	background:			url(../_Images/header-bg.jpg) no-repeat center top;
	min-width:			1000px;
}
#HeaderContainer {
	text-align:			center;
	height:				160px;
	width:				1000px;
	margin:				0 auto;
}
#Header {
	float:			right;
	margin:			0 auto;
	text-align:		left;
}
#MainLinks {
	margin:			0 auto;
	width:			750px;
	text-align:		right;
	color:			#FFF;
	height:			24px;
	font-size:		10px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	line-height:	23px;
	}
#MainLinks a {
	color:			#CCC;
	text-decoration:		none;
	}
#MainLinks a:hover {
	color:			#FFF;
	}

#ContentContainer {
	background:		url(../_Images/content-bg-2.jpg) repeat-y center top;
	width:			769px;
	margin:			0 auto;
	padding:		0px 12px;
	text-align:		left;
}

#LeftColumn {
	float:				left;
	padding-left:		3px;
	padding-right:		4px;
	padding-bottom:		10px;
	width:				154px;
}
#RightColumn {
	width:				134px;
	padding-left:		4px;
	padding-right:		118px;
	text-align:			center;
}

#Footer {
	color:				#888;
	clear:				both;
	margin:				0 auto;
	margin-bottom:		10px;
	text-align:			center;
	width:				1000px;
	padding-bottom:		18px;
	padding-top:		5px;
	background-image:	url(../_Images/footer-bg.jpg);
	background-repeat:	no-repeat;
	background-position: center bottom;
	}

/*------------------------------------------NEW---*/
#RightColumnContainer {
	float:				left;
	width:				256px;
}
#Content {
	float:				left;
	width:				602px;
	padding:			0 3px 15px;
}
#CrestsContainer {
	float:				left;
	width:				608px;
}
#CrestsContainer {
	height:				70px;
	margin-bottom:		12px;
	margin-top:			12px;
}
#CrestsContainer img {
	display:			block;
	float:				left;
	margin-left:		100px;
}
#IELT7 #CrestsContainer img {
	display:			inline;
}
.sideBox {
	margin-top:			5px;
	background-color:	#F2F2F2;
	border:				1px solid #CCC;
	text-align:			left;
}
.sideBox ul {
	margin:				0px;
	margin-left:		15px;
	padding:			2px;
	list-style-type:	circle;
}
.sideBox p {
	margin:			0;
	margin-bottom:	10px;
	padding-left:	3px;
	background-color:	#EAEAEA;
	border-bottom:	1px solid #DDD;
	color:			#990000;
	font-weight:	bold;
	line-height:	22px;
}
.sideBox li {
	margin-bottom:	5px;
	}
.sideBox a {
	text-decoration:		none;
	font-weight:	bold;
	color:			#003366;
	}
.sideBox a:hover {
	color:			#2869CA;
	}

h1 {
	color:			#990000;
	font-weight:	normal;
	font-size:		19px;
	margin-bottom:	20px;
	}
	
h2 {
	color:			#900;
	font-weight:	bold;
	font-size:		13px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:	5px;
	}
h3 {
	/*color:			#163B70; */ /*orig*/
	color:			#133360;
	font-weight:	bold;
	font-size:		13px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	margin:			5px 0;
	}
h3 a {
	/*color: 			#1c4c90;*/
	color:			#2056a3;
	}
	
h5 {
	font-size:		11px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	margin:			0;
	}
.indent {
	margin-left:		40px;
}

#Atomo {
	font-size:		10px;
	font-weight:	normal;
	color:			#999999;
	margin:			0 auto;
	}

.row1 {
	background-color:		#F4F4F4;
	}
textarea,
select,
.textbox {
	border:			1px solid #CCC;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	width:			150px;
	}
textarea {
	width:			300px;
	}
.textboxSmall {
	width:			50px;
	}
.button {
	border:			1px solid #CCC;
	background-color:		#990000;
	color:			#FFF;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		10px;
	font-weight:	bold;
	}

.tableHeader {
	font-weight:	bold;
	background-color:		#DDD;
	}
.rowOver {
	background-color:		#CCC;
	}
.steluta, .requiredFieldStar {
	color:			#FF0000;
	}

.navigationLink {/*linkuri de tip Inapoi la ... */
	font-weight:	bold;
	text-decoration:		none;
	}
.navigationLink:hover {
	color:			#2869CA;
	}
.directionalLinks,
.directionalLinks a,
.readMore a {
	text-decoration:		none;
	font-weight:	bold;
	font-size:		11px;
	}
.disabled {
	color:			#AAA;
	}

.clear {
	clear:			both;
	}



ul.generalList {
	margin:			0;
	padding:		0;
	list-style:		none;
	}
.generalList .item,
.generalList li {
	margin-bottom:	15px;
	padding:		5px;
	}
.generalList .row1 {
	border:			1px solid #E4E4E4;
	}
.generalList .row0 {
	border:			1px solid transparent;
	}
.generalList h3 {
	margin-top:		0;
	}
.generalList p {
	margin:			0;
	margin-left:	40px;
}
