/* Standard font family for site */

body, table, tr, td, a, p, h1, h2, h3, h4, h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 95%;
}

/* Page body style */

body {
	margin: 0px;
	padding: 0px;
	background-color: #87AFD2;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
}

/* HTML TAGS             
 ----------------------------------------------- */
html, body {
	height: 100%;
}

p {	
	font-weight: normal;
	color: #13436B;
	margin-top: 0px;
	margin-bottom: 18px;
	font-size: 95%;
}

ul,ol {
	font-weight: normal;
	color: #13436B;
	margin-top: 0px;
	margin-bottom: 18px;
	font-size: 95%;
}

ul {
	list-style: square;
}

/* LINKS              
 ----------------------------------------------- */
a:link, a:active {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #1343DD;
	font-size: 1.0em;
}

a:visited {
	color: #6666FF;
	font-size: 1.0em;
}

a:hover {
	color: #fff;
	font-size: 1.0em;
	background: #367CB5;
}

/* HEADERS              
 ----------------------------------------------- */
h1 {
	font-weight: bold;
	font-size: 1em;
	color: #13436B;
	margin-top: 0px;
}

h2 {
	font-weight: bold;
	font-size: 0.8em;
	color: #13436B;
	margin-top: 26px;
}

/* TABLES              
 ----------------------------------------------- */
th {
	background: #367CB5;
	color: #fff;
	font-weight: 700;
	font-size: 95%;
}

td {
	background: #fff;
	font-size: 95%;
}

/* LOGO              
 ----------------------------------------------- */
#logo {
	position: absolute;
	left: 521px;
	top: 15px;
}

/* TOP NAVIGATION              
 ----------------------------------------------- */
#top-menu {
	position: absolute;
	left: 45px;
	top: 59px;
	color: #fff;
	font-weight: 700;
	font-size: 85%;
}
#top-menu a {
	color: #FFFFFF;
	font-size: 85%;
	text-decoration: none;
}
#top-menu a:hover {
	text-decoration: underline;
	color: #367CB5;
	font-size: 85%;
	background: #fff;
}
#top-menu-selected {
	color: #367CB5;
	font-size: 85%;
	background: #fff;
}
#Language {
	width: 200px;
	margin: 0 0 0 29em;
	padding: 0;
	font-weight: bold;
	font-size: 85%;
	color: #fff;
}
#Language a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
}
#Language a:hover {
	text-decoration: underline;
	color: #367CB5;
	font-size: 85%;
	background: #fff;
}

/* BREADCRUMBS              
 ----------------------------------------------- */
#Breadcrumbs {
	font-size: 60%;
}

/* PAGE CONTAINER              
 ----------------------------------------------- */
#container {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 751px;
}

/* Page header top area              
 ----------------------------------------------- */
#header-top {
	background-image: url(../images/header_top.gif);
	width: 751px;
	height: 92px;
	margin: 0 0 0 0;
	padding: 0;
}

/* MAIN PAGE IMAGE AREA              
 ----------------------------------------------- */
#header-main {
	position: relative;
	background-image: url(../images/header_main.jpg);
	width: 741px;
	height: 142px;
	border-left: solid white 5px;
	border-right: solid white 5px;
	border-bottom: solid white 5px;
}

/* MAIN PAGE              
 ----------------------------------------------- */
#heading-main {
	position: absolute;
	right: 20px;
	top: 25px;
	font-weight: light;
	font-size: 1.8em;
	color: #EEF3F9;
}

#page-content-main {
	position: relative;
	width: 741px;
	background-color: #F6EDD3;
	background-image: url(../images/vertical_border.gif);
	background-position: 313px 0px;
	background-repeat: repeat-y;
	border-left: solid white 5px;
	border-right: solid white 5px;
}

#page-content-left-main {
	float: left;
	width: 273px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 26px;
	padding-bottom: 26px;
}

#page-content-right-main {
	float: left;
	width: 383px;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 26px;
	padding-bottom: 26px;
}

/* SUB PAGES */
#header-sub {
	position: relative;
	background-image: url(../images/header_sub.jpg);
	width: 741px;
	height: 65px;
	border-left: solid white 5px;
	border-right: solid white 5px;
	border-bottom: solid white 5px;
}

#heading-sub {
	position: absolute;
	left: 20px;
	top: 14px;
	font-weight: light;
	font-size: 1.8em;
	color: #EEF3F9;
}

#page-content-sub {
	position: relative;
	width: 741px;
	background-color: #F6EDD3;
	background-image: url(../images/vertical_border.gif);
	background-position: 527px 0px;
	background-repeat: repeat-y;
	border-left: solid white 5px;
	border-right: solid white 5px;
}

#page-content-left-sub {
	float: left;
	width: 487px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 26px;
	padding-bottom: 26px;
}

#page-content-right-sub {
	float: left;
	width: 169px;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 26px;
	padding-bottom: 26px;
}

/* Standard images */
img {
	border: none;
}

/* HEADLINE (First paragraph bold) */
.headline {
	font-weight: 700;
}

/* FOOTER */
#page-footer {
	color: #fff;
	font-size: 75%;
	background-image: url(../images/footer.gif);
	width: 701px;
	height: 38px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 24px;
}
