/* 
	Copyright Sami Puro / 2006.
*/



/* 	GENERAL		*/

HTML, BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
}
#Container {
	width: 100%;
}
#MainSite {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #BBE4EA;
}
#LeftSide {
	width: 180px;
	float: left;
}
#RightSide {
	width: 180px;
	float: left;
	background-color: #BBE4EA;
	color: #000000;
	overflow: hidden;
	height: auto;
	min-height: 710px;
}
* html #RightSide {
	height: 710px;
}
#RightSide img.Borders {
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

#ContentArea {
	width: 560px;
	float: left;
	border-left: 10px solid #00599B;
	border-right: 10px solid #00599B;
	background-color: #FFFFFF;
	color: #000000;
	height: auto;
	min-height: 710px;
}
* html #ContentArea {
	height: 710px;
}
#Footer {
	clear: both;
	height: 20px;
	width: 100%;
	border-top: 5px solid #00599B;
	background-color: #FFFFFF;
	color: #8d8d8d;
	font-size: 85%;
	font-family: arial, helvetica, sans-serif;
	padding: 4px 0;
}
#Footer A, #Footer A:visited {
	color: #8d8d8d;
	TEXT-DECORATION: underline;
}
#Footer A:hover {
	COLOR: #8D4840;
}



/*	NAVIGATION	*/

#LogoArea {
	padding-top: 25px;
	height: 165px;
	background-color: #BBE4EA;
	color: #000000;
	border-bottom: 5px solid #FFFFFF;
	text-align: center;
	overflow: hidden;
}
#LogoAreaText {
	text-align: left;
	padding: 15px 0 0 60px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
#MainNavigation {
	background-color: #00599B;
	color: #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	min-height: 510px;
}
* html #MainNavigation {
	height: 510px;
}
#MainNavigation ul {
	text-align: right;
	LIST-STYLE: NONE;
	MARGIN: 0;
	PADDING: 45px 10px 20px 5px;
}
#MainNavigation li {
	font-family: arial, helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	width: 99%;
	margin: 0 0 20px 0px;
}
#MainNavigation li a {
	text-decoration: none;
	display: BLOCK;
	color: #FFFFFF;
}
#MainNavigation li a:hover {
	color: #a2f6fe;
	text-decoration: underline;
}

#MainNavigation .Active {
}
#MainNavigation .Active a {
	color: #00dcf0;
}
#MainNavigation .Active a:hover {
	color: #00dcf0;
	text-decoration: underline;
}



#Language {
	text-align: center;
	padding-bottom: 25px;
}
#Language img {
	padding: 5px;
}




/*	CONTENT		*/

#LeaderImage {
	height: 190px;
	overflow: hidden;
	border-bottom: 5px solid #FFFFFF;
}
#Slogan {
	background-color: #00599B;
	color: #FFFFFF;
	text-align: right;
	padding: 5px 10px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
}
#PageContent {
	background-color: #FFFFFF;
	color: #231f20;
	padding: 10px 15px;
}
#PageContent Select, #PageContent Input, #PageContent Textarea, #SubMenuArea Input {
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 95%;
	COLOR: #000000;
	BACKGROUND-COLOR: #F7F9FB;
	BORDER: #7F9DB9 SOLID 1px;
	MARGIN: 0 10px;
}
.MainFade {
	FONT-SIZE: 85%;
	COLOR: #708190;
	BACKGROUND-COLOR: inherit;
	TEXT-DECORATION: none;
}


P {
	color: #231f20;
	font-size: 105%;
	padding: 0px;
	margin: 15px 0;
	line-height: 150%;
}
P A, P A:visited, #PageContent a, #PageContent a:visited {
	COLOR: #00599A;
	TEXT-DECORATION: underline;
}
P A:hover, #PageContent a:hover {
	COLOR: #8D4840;
}

TD {
	color: #231f20;
	font-size: 105%;
	padding: 0px;
	margin: 0px;
	line-height: 150%;
}



H1, H2, H3, H4, H5, H6 {
	FONT-FAMILY: "Trebuchet MS", trebuchet, tahoma, verdana, helvetica, sans-serif;
	FONT-WEIGHT: normal;
	COLOR: #00599A;
	MARGIN: 0 0 15px 0;
	PADDING: 0px;
	LETTER-SPACING: 0.5px;
}
H1 {
	FONT-SIZE: 170%;
	FONT-WEIGHT: bold;
	PADDING-TOP: 10px;
}
H2 {
	FONT-SIZE: 160%;
	PADDING-TOP: 10px;
}
H3 {
	FONT-SIZE: 130%;
	PADDING-TOP: 15px;
}
H4 {
	FONT-SIZE: 120%;
	FONT-WEIGHT: bold;
	PADDING-TOP: 10px;
}
H5 {
	FONT-SIZE: 110%;
	FONT-WEIGHT: bold;
	PADDING-TOP: 10px;
}
H6 {
	FONT-SIZE: 100%;
	FONT-WEIGHT: bold;
	PADDING-TOP: 10px;
}
HR {
	BORDER: 0px;
	HEIGHT: 1px;
	BACKGROUND-COLOR: #708190;
	COLOR: inherit;
}
IMG.BoxPic {
	BORDER: 1px SOLID #000000;
	MARGIN: 5px;
}
DIV.ErrorBox {
	font-family: verdana, arial, helvetica, sans-serif;
	width: 90%;
	margin: 10px;
	padding: 2ex;
	border: 2px dashed red;
	color: red;
	font-weight: bold;
	text-align: center;
}
DIV.MsgBox {
	font-family: verdana, arial, helvetica, sans-serif;
	width: 90%;
	margin: 10px;
	padding: 2ex;
	border: 2px dashed green;
	color: green;
	font-weight: bold;
	text-align: center;
}
