/* GLOBAL */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0 0 10px 0;
	padding:0 0 0 0;	
	text-align:center;
	background-image:url(images/bg_grad.gif);
	background-color:#C9C9C9;
	background-position:left top;
	background-repeat:repeat-x;
}

table, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

#container {
	width:758px;
	float:none;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #000000;
}

#header {
	width:758px;
	height:150px;
}

#nav {
	width:668px;
	height:22px;
	padding-left:90px;
	background-image:url(images/bg_nav.gif);
	background-color:#0066CC;
	background-position:left top;
	background-repeat:repeat-x;
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
}

#content {
	width:758px;
}

#footer {
	width:743px;
	height:18px;
	font-size:9px;
	color:#333333;
	padding:10px 0 0 15px;
	float:none;
	margin:0 auto 0 auto;
	text-align:left;
}

/* NAVIGATION */

#nav a {
	display:block;
	height:18px;
	width:95px;
	padding:4px 0 0 0;
	border-left:2px solid #333333;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	float:left;
}

#nav a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-image:url(images/bg_navon.gif);
	background-color:#95BAD8;
	background-position:left top;
	background-repeat:repeat-x;
}

.navon {
	display:block;
	height:18px;
	width:95px;
	padding:4px 0 0 0;
	border-left:2px solid #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	float:left;
	background-image:url(images/bg_navon.gif);
	background-color:#95BAD8;
	background-position:left top;
	background-repeat:repeat-x;
}

a {
	color:#0066CC;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#CC6600;
	font-weight:bold;
	text-decoration:underline;
}

a.ikrave {
	color:#000000;
	text-decoration:underline;
}

a.ikrave:hover {
	color:#FF6600;
	text-decoration:underline;
}

/* LAYOUT */

#homebanner {
	width:758px;
	height:280px;
	background-color:#000000;
	border-bottom:2px solid #333333;
}

#hmcontent {
	width:740px;
	margin:30px 10px 15px 8px;
	background-color:#FFFFFF;
}

#hmlotop {
	width:550px;
	background-image:url(images/bg_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:15px 15px 5px 20px;
}

#hmlomid {
	width:550px;
	background-image:url(images/bg_mid.jpg);
	background-position:top;
	background-repeat:repeat-y;
	padding:0px 15px 0px 20px;
}

#hmlobot {
	width:550px;
	background-image:url(images/bg_bot.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:5px 15px 25px 20px;
}

#contenttable {
	width:708px;
	padding:15px 20px 10px 30px;
}

/* FONTS */

.txt_l {
	font-size:18px;
	font-weight:bold;
}

.txt_m {
	font-size:14px;
}

.txt_b {
	font-size:12px;
	font-weight:bold;
}

.txt_c {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.txt_hm_l {	
	font-size:18px;
	font-weight:bold;
	color:#006699;
}

.txt_hm_m {	
	font-size:14px;
	font-weight:bold;
	color:#006699;
}

.txt_tab_ttl {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
