body {
	background-color: #00376C;
	color: #00376C;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
}


img, table {
	border: 0;
}


a {
	color: #004C95;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}
a:hover {
	color: #DA9A00;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}



/* HEADER */
.hdr,
.hdr table {
	width: 750px;
}
.hdr {
	margin-bottom: 25px;
}
.hdr .bg {
	background-image: url(img/hdr_bg.gif);
	background-repeat: no-repeat;
	height: 46px;
}
.hdr .flags {
	color: #FFF;
	text-align: right;
}
.hdr .flags img {
	margin-right: 10px;
}


/* CONTENT BODY */
.cbody {
	width: 750px;
}

/** columns */
.cbody .lcol {
	vertical-align: top;
	width: 170px;
}
.cbody .rcol {
	vertical-align: top;
	width: 580px;
}

/*** lcol main menu */
#mmenu,
#mmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mmenu {
	margin-bottom: 30px;
}
#mmenu li {
	background: url(img/mmenu_bul.gif) 0 14px no-repeat;
	border-bottom: 1px solid #4D7398;
	padding: 9px 0 10px 20px;
}
#mmenu li.last {
	border: none;
}
#mmenu li a,
#mmenu li a:hover {
	color: #FFF;
	letter-spacing: -0.02em;
	text-decoration: none;
}
#mmenu li a.active,
#mmenu li a.active:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

/*** lcol certificate */
#cert {
	margin-top: 50px;
	text-align: center;
}

/*** rcol sub menu */
.rcol .smenucont {
	height: 35px;
}

#smenu,
#smenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#smenu {
	margin-left: 25px;
}
#smenu li {
	display: inline;
}
#smenu li.separator {
	color: #FFF;
	padding-left: 6px;
	padding-right: 6px;
}
#smenu li a {
	color: #FFF;
	font-size: 0.85em;
	text-decoration: none;
}
#smenu li a:hover,
#smenu li a.active,
#smenu li a.active:hover {
	color: #6791BA;
	font-size: 0.85em;
	text-decoration: none;
}

/*** rcol content */
.rcol .content {
	background-color: #FFF;
	width: 580px;
}
.rcol .content td {
	padding: 20px;
}
.rcol .content td table,
.rcol .content td table td {
	padding: 0;
}
.rcol .content p {
	font-size: 0.85em;
	line-height: 1.6em;
	margin: 0 0 1.2em;
	text-align: justify;
}

/**** content btm links */
.rcol .content .btmlinks {
	padding-top: 0;
}
.rcol .content a {
	color: #000;
	display: block;
	font-size: 0.85em;
	text-align: center;
	text-decoration: none;
	width: 50px;
}

/**** content images */
.rcol .content img.right {
	float: right;
	margin: 0.6em 0 1em 1.2em;
}

/*** rcol footer */
.rcol .footer {
	padding: 20px;
	width: 580px;
}
.rcol .footer td {
	color: #FFF;
	font-size: 0.8em;
}
.rcol .footer .aspit {
	text-align: right;
}



/* HEADINGS */
h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 0.8em;
}



/* Forms */
form {
	margin: 0;
}

input, textarea, select {
	border: 1px solid #CCC;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 4px;
}
select {
	padding: 2px;
}

