* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html, body {
	color:#333333;
	background: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
}


/* Text Styling */
a {
	color: #216883;
	text-decoration:none;
}
a:hover {
	color: #4EB0E0;
	text-decoration: underline;
}

div.content a:hover {
	text-decoration:none;
	border-bottom: 1px dotted;
}

h1 {
	font-size: 23px;
	font-weight: normal;
	padding-top: 5px;
}
td.head {
	font-weight: normal;
	font-size: 23px;
	padding-top: 5px;
}
table.head {
	padding-bottom: 4px;
	border-bottom: 1px solid #499db5;
}
.mark1 {
	color: #499db5;
}
.mark2 {
	color: #52c572;
}

.subcontent {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a2bfc8;
	display: block;
	font-size: 15px;
	color:#444444;
}
.subcontent b, strong.subcontent, .subcontent strong, strong .subcontent, strong .subcontent {
	font-size: 15px;
}


/* Object Styling */
.txtimg {
	float: left;
	padding-right: 5px;
}


/* NAVIGATION MENU */
.menubox {
	padding-top: 18px;
}

.menuhead {
	font-weight: bold;
	padding-bottom: 10px;
}
.menubox a {
	padding-left: 5px;
}


/* ALLGROUP MENU */
.groupbox {
	padding-bottom: 20px;
}

.grouphead {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a2bfc8;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}
.groupbox div {
	padding-top: 3px;
	margin-left: 2px;
}


/* NAVIGATION BOTTOM */
.crosstop {
	background-color: #499db5;
	padding: 3px 8px 0px 6px;
	color: #ffffff;
	display: inline;
	font-weight: bold;
}
.crosslink {
	padding: 10px;
	border: 1px solid #499db5;
}

.crosstop2 {
	background-color: #ff6600;
	padding: 3px 8px 0px 6px;
	color: #ffffff;
	display: inline;
	font-weight: bold;
}
.crosslink2 {

	padding: 10px;
	border: 1px solid #ff6600;
}
.crosslink2 a {
	color: #ff6600;
	text-decoration:none;
	border: none;
}
.crosslink2 a:hover {
	color: #ff9329;
	border-bottom: 1px solid #ff9329;
}

.cross {
	margin-right: 15px;
	padding-bottom: 20px;
	float: left;
	width: 60%;
}
.cross2 {
	margin-right: 15px;
	padding-bottom: 20px;
	float: right;
}



/* Layout Styling */
div#kwicks {
	margin-right: 13px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

td.menu {
	background: url(images/menubg.gif) repeat-y;
	background-position: right;
	background-color: #f4f4f4;
}

div.menu {
	width: 191px;
	text-align:left;
	padding-top: 15px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}
.menu a {
	width: 162px;
}

#menu img {
	padding-top: 5px;
	padding-left: 5px;
}

div.menucontent {
	padding: 0px 0px 0px 10px;
}
div.menucontent img {
	text-align: right;
}
div.menucontent a {
	clear: both;
	margin-bottom: 5px;
	display: block;
	height: 18px;
	font-size: 12px;
}
div.content {
	padding: 10px;
}

.toptable {
	background-color: #ffffff;
}
div.topdiv {
	margin-top: 5px;
	margin-bottom: 5px;
}
td.content {
border-right: 1px solid #a0cddc;
}


a:hover img, img, img:hover {
	text-decoration: none;
	border: none;
}
