
* {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
}
img { border: 0px; }
body {
	 background-color: #ffffff;

}
#main {  background-color: white; }
#canvas {
	background-color: white;
	margin-left: auto;
	margin-right: auto;

}

#content {
	float: right;
	border-top: 7px solid #538AB3;
	
	
	background: #ffffff url('./img/design/bgblue.jpg') repeat-x top;

}

div.logo {
	text-align: center;
	margin-right: 9px; /* to keep this the same width as the rest of the menu (with the right border )*/
}

img.logo {
	margin-top: 10px;
}

#submenu {
	float: right;
	height: 20px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 1px;
	text-align: center;
}


.leftmenu {
	margin-right: 4px;
	padding-right: 4px;
	border-right: 1px dotted #336a93;
	float: left;

}
td { vertical-align: top;}

h1 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #336a93;
}

h2 {
	font-size: 14px;
	color: #336a93;
	margin-top: 10px;
}

h3 {
	color: #F70;
	margin-top: 10px;
}

li {
	margin-left: 15px;
}
div.menuitem {

	float: right;
	background-color: #538AB3;
	text-align: right;
	height: 70px;
	margin-left: 2px;
}
div.menuitem_inner {
	margin-top: 50px;

}
a.menuitem, a.menuitem:visited {
	text-decoration: none;
	color: white;

}


.frontdiv { height: 50px; margin-top: 5px;}
.frontdiv a {
	text-decoration: none;
	color: #336a93;
	font-weight: bold;
	font-size: 14px;
}

img.front {
	border: 1px solid #336a93;
	margin-right: 10px;
	float: left;
}

/* First menuitem should have curved corner*/
#mainmenu_first, #mainmenu_first_selected {
	background-image: url('./img/design/menucornerOff.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#mainmenu_first_selected {
	background-color: #336a93;
	background-image: url('./img/design/menucornerOn.gif');
}
#mainmenu_selected {
	background-color: #336a93;

}
#submenu_selected {
	text-decoration: underline;
	color: #336a93;
}
.submenuitem_frame {
	border-left: 1px dotted #538AB3;
}

a.submenuitem {
	color: #336a93;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 10px;
}
.footeritem_selected {

}
.footeritem {
	color: black;
	padding:  0px 10px;
	border-left: 1px dotted #black;
}
#footeritem_first {
	border-left: 0;
}


.bottomshadow {
	background: white url('./img/bg_transition.gif') repeat-x bottom;

}


/* Left menu elements */
.leftitem1 { background-color: #E5EEF4}
.leftitem2 { background-color: #C7DBE5}



.leftbody {
	padding-left: 5px;

}

.menutext{ font-size: 10px; color: #336a93;}

input.login { font-size: 10px; width:125px; }

#login_message { width: 100px; font-family: verdana; font-size: 8px; }
td.login { padding-right: 2px;white-space: nowrap ; font-size: 8px; color: #336a93;}

.menu_button {
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 60px;
	float: top right;
	padding-right: 7px;
	text-align: top;
	border: 1px outset 336699;
	background: #538AB3 url('./img/arrow.gif') no-repeat bottom right;
	border: 1px outset #336a93;
}



.maincontent {
	font-size: 12px;
	float: left;
	padding: 5px;
}

.maincontent a { text-decoration: none; }
.maincontent img {
	float: left;

}
.maincontent h3 {
	margin-bottom: 10px;
}

#mainparagraph {

}
#mainright {
	float: right;

}

#mainheader, #caseheader {
	background-color: #538AB3;
	color: white;
	padding-top: 15px;
	font-weight: bold;
	font-size: 12px;
	height: 18px;
	margin-top: 0px;
	width: 100%;
	text-align: left;
}

#mainimage {
	margin-bottom: 2px;
	/* height: 275px;
 	width: 100%;*/
}






.header {
	background-color: #538AB3;
	color: white;
	padding-top: 15px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	height: 18px;
	
}

#cases {
	float: right;
	
}

td.case {
	border-bottom: 2px solid #538AB3;
	border-left: 1px solid #538AB3;
	
	text-align: center;	
	
}




#case_leftmost { border-left: 2px solid #538AB3;}
#case_rightmost{ border-right: 2px solid #538AB3; }

.rightimage {
	
	margin-left: 10px;
	float: right;
	/*border-bottom: 5px solid #538AB3;
	border-right: 1px dotted #336a93;
	border-left: 1px dotted #336a93;*/


}

.leftimage {
	margin-right: 5px;
	float: left;
	border-bottom: 5px solid #538AB3;
	border-right: 1px dotted #336a93;
	width: 50%;
}

#normalpage {
	/* border-top: 5px solid #538AB3; */
	 width: 100%;
}

img.descr {
	float: left;
	margin-bottom: 5px;
	width: 44px;
	height: 50px;
	margin-right: 5px;
	margin-top: 5px;
}

div.childleft {
	width: 48%;
	margin-right: 1%;
	margin-bottom: 20px;
	float: left;
	text-align: justify;
}
div.childright {
	width: 48%;
	margin-left: 1%;
	margin-bottom: 20px;
	float: right;
	text-align: justify;
}

div.child h2 {
	margin-top: 0px;

}
div.childimage {
	margin-right: 10px;
	
}
img.childimage {
	margin-right: 15px;

	margin-top: 12px;
	float: left;
	border: 1px solid #336a93;

	height: 50px;
	width: 50px;
}

#margin {
	margin-left: 15px;

}

.oldbottom {
	padding-top: 15px;
	height: 100px;
	background: #d1d1d1 url('./img/bg_transition.gif') repeat-x top;
	padding-bottom: 10px;
	text-align: center;
}

.bottom {
	padding-top: 15px;
	height: 40px;
	/* background: #ffffff url('./img/design/bg_transition2.gif') repeat-x top; */
	padding-bottom: 10px;
	text-align: center;
	border-top: 1px solid #cccccc;
}

hr {
	color: #-100674;
}
p.news {
	margin-top: 15px;
	font-size: 12px;
}
a.newsheader, h2.newsheader {text-decoration: none; margin-top: 0px;}
.newsmenuheader { font-size:11px; font-weight: bold; text-decoration: none; color: black;}

div.news { font-size: 8px;}
p.menunews {font-size: 10px; padding-top: 5px; padding-bottom: 5px; padding-right: 2px; }
a.menunews { font-size: 10px; }
