body{
	font:85% Arial, Helvetica, Sans-serif;
	color:#4C4C4C;
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
}
img{
	border:none;
}
a:link, a:visited{
	color:#106D9D;
	background-color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1, h2, h3{
	color:#0C6695;
	background-color:#fff;
}
h1{
	font-size:120%;
	font-family:Verdana, Sans-serif;
	padding:0.2em 0.2em;
	
}
h1.sidecontent{
	background-color:#F0F0F0;
	color:#0C6695;
	border:1px solid #DCDCDC;
	text-align:center;
}
h2{
	font-size:110%;
}
h3{
	font-size:100%;
}
#logo{
	padding:4em 0 1em 2em;
}
#kim{ /*image on top right corner*/
	position:absolute;
	right:-0.5em;
	top:0.2em;
	z-index:5;
}
#nav{
	background-color:#E7AD62;
	color:#fff;
	background-image:url(../images/gfx/nav_off.gif);
	background-repeat:repeat-x;
	margin-top:3px;
}
/* menu styles */
.TopMenuGroup{
	font:110% Verdana, Helvetica, Sans-serif;
	text-decoration: none;
	cursor: pointer;
	color:#FFF;
	background-color:#E7AD62;
	width:75%;
	line-height:3em;
}
.MenuGroup{
	border:1px solid #D9D9D9;
	border-top:none;
}
.TopMenuItem{
	text-align:center;
	background-image:url(../images/gfx/nav_off.gif);
	background-repeat:repeat-x;
	padding:0.5em;
}
.TopMenuItemHover{
	color:#fff;
	text-align:center;
	background-image:url(../images/gfx/nav_over.gif);
	background-repeat:repeat-x;
	padding:0.5em;
}
.TopMenuSelected{
	color: #fff;
	cursor: pointer;
	background-image:url(../images/gfx/nav_on.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding:0.5em;
}
.TopMenuItemHoverSelected{
	color:#fff;
	cursor: pointer;
	background-image:url(../images/gfx/nav_over.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding:0.5em;
}
.MenuItem{
	color: #000;
	cursor: pointer;
	background-color:#fff;
	padding:0.5em;
}
.MenuItemHover{
	color: #000;
	background-color:#F8DBB7;
	cursor: pointer;
	padding:0.5em;
}
/*End Menu Styles*/
#container{/*contains all divs and left shadow*/
	position: relative;
	min-height: 100%;
	width:45em;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image:url(../images/gfx/shadow_left.gif);
	background-repeat:repeat-y;
}
#wrap{/*contains content and right shadow*/
	background-image:url(../images/gfx/shadow_right.gif);
	background-repeat:repeat-y;
	background-position:top right;
	margin-left:28px;
	padding-right:30px;
	border:1px solid white;
	position:relative;
}
#breadcrumbs{
	text-align:right;
	font-size:80%;
	padding-top:1em;
}
#content{
	padding:0 2em;
	margin:1em 0;
	background-image:url(../images/gfx/dash.gif);
	background-repeat:repeat-y;
	background-position:33% 10%;
	border:1px solid #fff;
}
#sidecontent{
	width:11em;
	float:left;
	font-size:90%;
}
#sidecontent img{
	margin-top:2em;
}
#maincontent{
	width:24em;
	float:right;
	padding-left:1em;
}
.orange{
	color:#E89427;
	background-color:#fff;
}
.clear{
	clear:both;
}
#footer{
	text-align:center;
	font-size:80%;
	border-top:1px dashed #ccc;
	padding:0.5em 0;
	margin:0 2em;
	
}
#bottom{/* styles for bottom shaddow */
	width:45em;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	background-image:url(../images/gfx/shadow_bottom.gif);
	background-repeat:repeat-x;
	position:relative;
	height:19px;
}


.textarea {
	width: 218px;
	height: 150px;
}
/******************
EDUKA FORM LAYOUT STYLES
******************/

fieldset { margin-bottom: 10px; border:none; padding:0;}

	
.edukaform legend {
	padding: 0 2px;
	font-weight: bold;	
	margin: 0 -7px; /* IE Win */
}
	
.edukaform label 
{
	float:left;
	vertical-align: top;
}
	
.edukaform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
.edukaform fieldset li {
	list-style: none;
	margin: 0;
	overflow:hidden;
	}
	
.edukaform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
.edukaform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
.edukaform fieldset fieldset label {
	display: block;
	width: auto;
	}

.edukaform em { /*required field asterix*/
	font-weight: bold;
	font-style: normal;
	color:Red;
	
	}

.edukaform label { width: 155px;} /* Width of labels */
.edukaform fieldset fieldset label { margin-left: 158px; } /* Width plus 3 (html space) */
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
.edukaform .checkbox input{
	float:left;
}
.edukaform .checkbox label{
	width:auto;
	float:left;
}