@charset "utf-8";
/* CSS Document */

body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background-color:#CCCCCC;
}

#wrapper {
	width:1062px;
	margin:0px auto;
	background-color: #FFFFFF;
}

#header {
	height:150px;
	padding:10px;
	background-color: #6699FF;
	color: #ECECED;
}

#content {
	width:1062px;
	float: left;
	text-align: center;
}

#content div {
	float:left;
	width:1062px;
}

#content-left {
	width:150px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	float:left;
	
}

#content-main {
	width:1062px;
	background-color: #FFFFFF;
	/*overflow: auto; /*to put a scroll bar*/
	color: #000000;
	float:right;
}
	


#footer {
	float:left;
	width:1062px;
	height: 25px;
	background-color: #6699FF;
	color: #FFFFFF;
}

table.navbar
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
	background-color: #0070b9;
}

table.menu
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background-color: #6699CC;
	color: #FFFFFF;
}

td{
	padding-right:30px;
}
td.menuNormal
{
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
	background-color: #0070b9;
}

td.menuHover
{
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
	/*remove the following line for drop-down menu with images*/
	background-color: #6699FF;
}

div.menuNormal
{
	display: none;
	position: static;
	color: #FFFFFF;
}

div.menuHover
{
	border: 1px solid lightblue;
	background-color: #0070b9;
	display: inline;
	position: absolute;
	color: #FFFFFF;
}


a.menuitem:link
{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background-color: #0070b9;
	padding:4px 6px 4px 6px;
}

a.menuitem:visited
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0070b9;
	display: block;
	padding:4px 6px 4px 6px;
}

a.menuitem:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #6699FF;
	display: block;
	padding:4px 6px 4px 6px;
}

a.menuitem:active
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0070b9;
	display: block;
	padding:4px 6px 4px 6px;
}

a.doc:link {
	color: #08699C;
	text-decoration: none;
}
a.doc:visited {
	color: #08699C;
	text-decoration: none;
}
a.doc:active {
	color: #08699C;
	text-decoration: none;
}
a.doc:hover {
	color: #08699C;
	text-decoration: none;
}


p
{
	text-align:justify;
	padding-right:40px;
	padding-left:40px;
}

p.titlu
{
	color: #0070b9;
	font-family: Arial;
	font-size: 20px;
	text-align: center;
}

p.det{
	color: color: #0070b9;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}

.style1 {
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	vertical-align: middle;
}
