body  {
	background: #f4f4f4;
	margin: 10;
}

#container { 
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
}

#header { 
	border-top: solid thin;
	height: 125px;
	background-image: url("../img/top-baner.png");
} 

#header a {
	color: #121212;
	text-decoration: none;
	font-size: 30px; 
	font-family: "Myriad Pro", "Arial Narrow";
	padding-left: 100px;
	margin-top: -10px;
}

#menu {
	background-color: #121233;
	padding: 6px 0px 6px 40px;
	border-top: solid thin;
	border-bottom: solid thin;
	font-family: "Arial", "Myriad Pro"; 
}

#menu a {
	color: #ff6600;
	text-decoration: none; 
	font-size: 14px; 
	font-family: "Arial", "Myriad Pro";
}

#menu a.current {
	background-image: url("../img/menu-arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
	color: #ecf2f3;
}

#menu a:hover {
	color: #ecf2f3;
	padding-left: 14px;
	background-image: url("../img/menu-arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

h1 {
	margin: 0px 0px 15px 0px;
	color: #000000; 
	font-size:24px; 
	font-family: "Arial Narrow", "Myriad Pro"; 
	font-weight: normal;
}

h2 {
	color: #3b7687;
	font-size: 15px; 
	margin: 20px 0 5px 0;
}

h3 {
	margin: 0px;
	color: #000000; 
	font-weight: normal;
	font-family: "Arial", "Myriad Pro"; 
}

p {
	text-align:justify;
	color:#000000;
	padding: 10px;
}

hr {
	margin: 15px 0px 15px 0px;
}

#main { 
	background-image: url("../img/bg-main.png");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 15px 40px 30px 0;
	color: #000000;
	font-family: "Arial", "Myriad Pro"; 
	/*font-family: "Georgia";*/
	font-size: 14px; 
	line-height: 18px;
	text-align: justify;
	min-height: 300px;
	border-bottom: thin solid;
} 

#main a {
	color: #000099; 
	text-decoration: none;
}

#main a:hover {
color: #444444;
}

#footer {
	padding: 5px 10px 5px 0px;
	background-color: #121233;
	font-family: "Lucida Sans Unicode";
	color: #ffffff;
	font-size: 11px;
	text-align: right;
}

#footer a {
	text-decoration: none; 
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
}

.separator {
	font-size:11px;
	color:#FFFFFF;
}

th {
	background: #000000;
	color: #ffffff;	
}

ul.arrow li{
 list-style-image: 
    url("../img/menu-arrow.gif");
}

#actions {
	width: 7em;
}

#ordinalNumber {
	width: 3em;
}

table#noform {
	width : 100%;
}

#even {
	background: #ddffdd;
}

#odd {
	background: #ddddff;
}