html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#003d4e;
	background-image:none;
} 

img {
	border: 1px solid #53a6c4;
}

#pagewidth{
	width:750px;
	height:604px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-right-width:1px;
	border-left-width:1px;
	border-right-style:solid;
	border-left-style:solid;
	border-right-color:#0C5A73;
	background-color:#53a6c4;
} 

#header{
	height:102px;
	width:744px;
	background-color:#ffffff;
	border:1px solid #107798;
	left:2px;
	top:1px;
	position:relative;
	float:left;
} 

#logo_bar {
	background-image:url(../imagini/antet.jpg);
	background-repeat:no-repeat;
}

#nav_bar {
	height:19px;
	top:5px;
	position:relative;
	clear:inherit;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#nav_bar a:link, a:visited {
	color:#b82727;
	text-decoration:none;
}

#nav_bar a:hover {
	color:#009933;
	text-decoration:underline;
}

#leftcol{
	width:153px;
	height:457px;
	background-color:#ffa30b;
	float:left;
	left:2px;
	top:0px;
	position:relative;
	border:1px solid #107798;
	border-bottom-color:#ffa30b;
	background-image:;
	background-position:bottom;
	background-repeat:repeat-x;
	padding-right:7px;
	padding-left:7px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#220143;
	font-size:11px;
	padding-top:12px;
	padding-bottom:5px;
}

#leftcol a:link, a:visited  {
	color:#771919;
	text-decoration:none;
}

#leftcol a:hover {
	color:#009933;
	text-decoration:underline;
}

#maincol {
	width:577px;
	height:474px;
	border:1px solid #107798;
	border-bottom-color:#ffffff;
	background-color:#ffffff;
	float:left;
	position:relative;
	left:0px;
	top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

#maincol2 {
	height:20px; 
	padding-left:0px;
	background-color:#ffa30b;
	width:100%;
}

#maincol2 img {
	border:0px;
}


#maincol3 {
	height:15px; 
	background-color:#ffffff; 
	border-bottom-color:1px solid #107798;
}

#maincol4 {
	height:140px; 
	background-color:#ffffff; 
	border-bottom-color:1px solid #107798;
}

#maincol5 {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	background-color:#ffffff;
	text-align:justify;
}

#maincol h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#993333;
}

#maincol a:link, a:visited  {
	color:#b82727;
	text-decoration:none;
}

#maincol a:hover {
	color:#009933;
	text-decoration:underline;
}

#maincol table {
	border: 2px solid;
	border-color:#53a6c4;
}

#maincol2 table {
	border:2px solid;
	border-color:#ffa30b;
}

#footer{
	height:20px;
	width:744px;
	border:1px solid #107798;
	float:left;
	position:relative;
	top:0px;
	left:2px;
	background-color:#ffa30b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	
} 

img {
	border: 1px solid #ffa30b;
}

#footer a:link {
	color:#b82727;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#footer a:hover {
	color:#009933;
	text-decoration:underline;
}
#popitmenu{
	position: absolute;
	background-color: white;
	border:1px solid black;
	font: normal 11px Verdana;
	line-height: 13px;
	z-index: 100;
	visibility: hidden;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	display: block;
}

#popitmenu a:hover{ /*hover background color*/
	background-color: #ffc600;
}

.menutitle{
	cursor:pointer;
	margin-bottom:5px;
	background-color:#ffffff;
	color:#000000;
	width:148px;
	padding:2px;
	text-align:center;
	font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
	margin-bottom: 0.5em;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
 div.sample_attach{
	width:148px;
	border:1px solid black;
	background:#ffffff;
	padding:2px;
	font-weight:bold;
	text-align:center;
	color:#000000;
}

a.sample_attach {
	width:110px;
	display:block;
	border-bottom:none;
	text-decoration:none;
}

form.sample_attach {
	position:inherit;
	visibility:hidden;
	border:1px solid black;
	background:#ffffff;
}



.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 