html, body {
	height: 100%;
	background-color: #F5F5F5;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
.header {
	background-image: url(../_img/template_v1/luikDefault/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.middle {
	background-image: url(../_img/template_v1/luikDefault/middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/*************************************************************/
#navTitle,#HeaderPhotoCaptionLuik1,#HeaderPhotoCaptionLuik2,#HeaderPhotoCaptionLuik3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;	
}
#HeaderPhotoCaptionLuik1,#HeaderPhotoCaptionLuik2,#HeaderPhotoCaptionLuik3{
	height: 30px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
}
#HeaderPhotoCaptionLuik1 a:link,#HeaderPhotoCaptionLuik2 a:link,#HeaderPhotoCaptionLuik3 a:link{
	text-decoration: none;
	color: #FFFFFF;	
}
#HeaderPhotoCaptionLuik1 a:visited,#HeaderPhotoCaptionLuik2 a:visited,#HeaderPhotoCaptionLuik3 a:visited{
	text-decoration: none;
	color: #FFFFFF;	
}
#HeaderPhotoCaptionLuik1 a:hover,#HeaderPhotoCaptionLuik2 a:hover,#HeaderPhotoCaptionLuik3 a:hover{
	text-decoration: none;
	color: #FFFFFF;	
}
#HeaderPhotoCaptionLuik1 a:active,#HeaderPhotoCaptionLuik2 a:active,#HeaderPhotoCaptionLuik3 a:active{
	text-decoration: none;
	color: #FFFFFF;	
}
#HeaderPhotoCaptionLuik1 {
	background-color: #4BADC6;
}
#HeaderPhotoCaptionLuik2 {
	background-color: #F20A2E;
}
#HeaderPhotoCaptionLuik3 {
	background-color: #63A42E;
}
.HeaderPhotoCaption{
	height: 28px;
	width: 195px;
	display: block;
}
/*************************************************************/
#navTitle {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 30px;
	vertical-align: bottom;
}
#navTitle a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#navTitle a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#navTitle a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#navTitle a:active{
	color: #FFFFFF;
	text-decoration: none;
}
/*************************************************************/
#contentDiv
{
	/*OVERFLOW: auto;*/
	WIDTH: 730px;
	/*HEIGHT: 300px;*/
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#minHeight{
	height: 460;
}
a:link{
	color: #003366;
}
a:visited{
	color: #003366;
}
a:hover{
	color: #003366;
}
a:active{
	color: #003366;
}
/*************************************************************/
#toHome,#language,#footer{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#toHome{
	background-image: url(../_img/icons/homeWhite.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	vertical-align: bottom;
	display: block;
	width: 50px;
	padding-left: 20px;
	text-decoration: none;	
}
#toHome a:link{
	color: #FFFFFF;
	text-decoration: none;	
}
#toHome a:visited{
	color: #FFFFFF;
	text-decoration: none;	
}
#toHome a:hover{
	color: #FFFFFF;
	text-decoration: none;	
}
#toHome a:active{
	color: #FFFFFF;
	text-decoration: none;	
}
/*************************************************************/
#language {
	text-align: right;
}
#language a:link{
	color: #FFFFFF;
	text-decoration: none;	
}
#language a:visited{
	color: #FFFFFF;
	text-decoration: none;	
}
#language a:hover{
	color: #FFFFFF;
	text-decoration: none;	
}
#language a:active{
	color: #FFFFFF;
	text-decoration: none;	
}
/*************************************************************/
#footer {
	background-image: url(../_img/template_v1/luikDefault/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	
}
#footer a:link{
	color: #FFFFFF;
	text-decoration: none;	
}
#footer a:visited{
	color: #FFFFFF;
	text-decoration: none;	
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;	
}
#footer a:active{
	color: #FFFFFF;
	text-decoration: none;
}
/*************************************************************/
#vertMenuFromUL,#vertMenuFromULTail,#vertMenuFromULBlue,#vertMenuFromULRed ,#vertMenuFromULGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	width: 190px;
	/* remove bullets and list indents from the first level*/
	list-style: none;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
} 
#vertMenuFromUL ul,#vertMenuFromULTail ul,#vertMenuFromULBlue ul,#vertMenuFromULRed ul,#vertMenuFromULGreen ul{ /* remove bullets  in nested levels*/
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#vertMenuFromUL a,#vertMenuFromULTail a,#vertMenuFromULBlue a,#vertMenuFromULRed a,#vertMenuFromULGreen a{
	display: block;
	margin: 0px;
	padding: 2px 3px;
	line-height: 16px;
	text-decoration: none;
}
#vertMenuFromUL a:hover,#vertMenuFromULTail a:hover,#vertMenuFromULBlue a:hover,#vertMenuFromULRed a:hover,#vertMenuFromULGreen a:hover{
	font-weight: bold;
}
#vertMenuFromUL .menu_selected,#vertMenuFromULTail .menu_selected,#vertMenuFromULBlue .menu_selected,#vertMenuFromULRed .menu_selected,#vertMenuFromULGreen .menu_selected{ 
	font-weight: bold;
}
/*************************************************************/
#vertMenuFromUL a,#vertMenuFromULTail a{
	color: #003366;
}
#vertMenuFromUL a:hover,#vertMenuFromULTail a:hover {
	color: #003366;
}
#vertMenuFromUL .menu_selected,#vertMenuFromULTail .menu_selected{
	color: #003366;
}
/*************************************************************/
#vertMenuFromULBlue a{
	color: #4BADC6;
}
#vertMenuFromULBlue a:hover {
	color: #4BADC6;	
}
#vertMenuFromULBlue .menu_selected {
	color: #4BADC6;
}
/*************************************************************/
#vertMenuFromULRed a {
	color: #F20A2E;
	text-decoration: none;
}
#vertMenuFromULRed a:hover {
	color: #F20A2E;
}
#vertMenuFromULRed .menu_selected {
	color: #F20A2E;
}
/*************************************************************/
#vertMenuFromULGreen a{
	color: #63A42E;
}
#vertMenuFromULGreen a:hover {
	color: #63A42E;
}
#vertMenuFromULGreen .menu_selected {
	color: #63A42E;
}
/*************************************************************/
.moreInfo{
	background-color: #CCCCCC;
	width: 506px;
	text-align: left;
	padding: 3px;	
}
.moreInfoHeader{
	background-color: #999999;
	text-align: right;
	vertical-align: left;
	color: #FFFFFF;	
	padding: 3px;	
}
/*************************************************************/
.moreInfoSub{
	background-color: #CCCCCC;
	width: 630px;
	text-align: left;
	margin-left: 10px;	
}
.moreInfoHeaderSub{
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	color: #FFFFFF;		
}
.moreInfoLink{
	color: #003366;
}
.moreInfoLinkImg{
	text-decoration: none;
	vertical-align: bottom;
}
.moreInfoLinkImg a:link{
	text-decoration: none;
}
.moreInfoLinkImg a:visited{
	text-decoration: none;
}
.moreInfoLinkImg a:hover{
	text-decoration: none;	
}
.moreInfoLinkImg a:active{
	text-decoration: none;
}
/*************************************************************/

