/*----------------------------------------Links Basic----------------------------------------*/
a:link, a:visited {
	color: #003399;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	font-family: Arial, Sans-Serif;
	text-decoration: underline;
}
a:active {
	color: #F16C00;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}
/*---------------------------------------- Links Custom  ----------------------------------------*/
a.header:link, a.header:visited {
	color: #003399;
	font: italic bold Arial, Sans-Serif;
	text-decoration: none;
}
a.header:hover {
	color: #003399;
	font: italic bold Arial, Sans-Serif;
	text-decoration: underline;
}
a.header:active {
	color: #6699CC;
	font: italic bold Arial, Sans-Serif;
	text-decoration: none;
}
a.boxtop:link, a.boxtop:visited {
	color: #FFFFFF;
	font: italic bold Arial, Sans-Serif;
	text-decoration: none;
}
a.boxtop:hover {
	font-weight: bold;
	color: #ffff00;
	font-style: italic;
	text-decoration: none;
}
a.boxtop:active {
	font-weight: bold;
	color: #ffd700;
	font-style: italic;
	text-decoration: none;
}
/*---------------------------------------- Text Formatting ----------------------------------------*/
b, strong {
	font-weight: bold;
	font-family: 12px Arial, Sans-Serif;
}

h1, h2, h3, h4, h5 {
	color: #01209f;
	font-family: 'Trebuchet MS' , Arial;
	text-align: left;
	text-decoration: none;
}
html body {
	background: #F8F8FF;
	font: 11px Arial, Sans-Serif;
	margin: 0;
	padding: 0;
}
p, table, ol, ul {
	color: #000000;
	font: 12px Arial, Sans-Serif;
	text-align: left;
}
pre {
	background: #F5F5F5;
	font: normal x-small Courier,monospaced;
	margin: 12px 100px 12px 0px;
	padding: 11px;
}
/*---------------------------------------- Section Dividers ----------------------------------------*/
.section {
	background: #01209f;
	border: solid 3px #6699CC;
	clear: left;
	color: #FFFFFF;
	float: left;
	font: italic x-small Arial, Sans-Serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	text-indent: 5px;
	width: 550px;
	z-index: 0;
}
.title {
	color: #003399;
	font: normal bold 12px 'Trebuchet MS' ,Arial, Sans-Serif;
}
.titlelrg {
	color: #003399;
	font: normal bold 14px 'Trebuchet MS' ,Arial, Sans-Serif;
}
/*---------------------------------------- The Content Menu Boxes ----------------------------------------*/
.topmenubox {
	float: left;
	margin: 2px 2px 2px 0px;
	padding: 2px 0px 2px 0px;
	width: 275px;
}
.topmenuicon {
	float: left;
	margin: 2px;
	width: 50px;
}
.topmenurow {
	clear: both;
	width: 100%;
}
.topmenutitleleft {
	background: #01209f;
	border: solid 3px #6699CC;
	color: #FFFFFF;
	margin-right: 15px;
	text-align: left;
	text-indent: 5px;
	width: 100%;
	font-size: 12px;
}
.topmenutitleright {
	background: #01209f;
	border: solid 3px #6699CC;
	color: #FFFFFF;
	margin-right: 0px;
	text-align: left;
	text-indent: 5px;
	width: 100%;
	font-size: 12px;
}
/*---------------------------------------- The Banner ----------------------------------------*/
#banner {
	background: url(/Images/kua_logo.gif) #01209f no-repeat center top;
	height: 44px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	width: 100%;
}
/*---------------------------------------- The Container (the frame) ----------------------------------------*/
#container {
	background: #FFFFFF;
	border-left: #EFEFEF 5px solid;
	border-right: #EFEFEF 5px solid;
	clear: both;
	float: none;
	height: 95%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	width: 777px;
}
/*---------------------------------------- The Content ----------------------------------------*/
#content {
	background: #FFFFFF;
	height: 95%;
	margin: 0px 0px;
	width: 100%;
	z-index: 0;
}
/*---------------------------------------- The Footer ----------------------------------------*/
#footer {
	background: #EFEFEF;
	bottom: 0px;
	clear: both;
	color: #6699CC;
	font: normal xx-small Arial, Sans-Serif;
	margin: 0;
	padding: 0px 0px;
	text-align: center;
	width: 775px;
	z-index: 0;
}
/*---------------------------------------- The Gray Bar ----------------------------------------*/
#graybar {
	background: url(/images/gray_tile.gif) #CCCCCC repeat-x left top;
	clear: both;
	color: #191970;
	font: italic bold 9px ,Arial, Sans-Serif;
	height: 10px;
	width: 100%;
	z-index: 0;
}
/*---------------------------------------- The Main Section ----------------------------------------*/
#mainsection {
	background: #FFFFFF;
	float: left;
	margin-left: 10px;
	width: 560px;
}
/*---------------------------------------- The Navigation ----------------------------------------*/
#nav {
	background: #01209f;
	clear: both;
	float: none;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 710px;
	z-index: 0;
}
/*---------------------------------------- The Navigation Container ----------------------------------------*/
#navcontainer {
	background: #01209f no-repeat left top; /*----background:url(/Images/logo_lower.gif) #01209f no-repeat left top;----*/
	clear: right;
	float: right;
	height: 80px;
	right: 0px;
	text-align: center;
	width: 100%;
	z-index: 0;
}
/*---------------------------------------- The News Headlines ----------------------------------------*/
#news a {
	background: #F4F4F4;
	border-bottom: black 1px dotted;
	border-left: #6699CC 1px solid;
	border-right: #6699CC 1px solid;
	color: #000000;
	float: left;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	width: 550px;
}
#news a:hover {
	background: #B0C4DE;
	color: #0000CD;
}
#news b {
	text-transform: uppercase;
	color: navy;
}
/*---------------------------------------- The Popular Pages Boxes----------------------------------------*/
#popularpages {
	background: #F4F4F4;
	clear: both;
}
.popularpagesbox {
	border-right: #01209f 1px dashed;
	float: left;
	padding-left: 10px;
	width: 160px;
}
.popularpagesboxend {
	float: left;
	padding-left: 10px;
	width: 160px;
}
/*---------------------------------------- The Boxes ----------------------------------------*/
#leftbox {
	background: #FFFFFF;
	clear: both;
	float: left;
	height: 90%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	text-align: center;
	width: 152px;
	z-index: 0;
}
#leftboxlower {
	clear: both;
	float: left;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	width: 152px;
	z-index: 0;
}
#leftboxmiddle {
	background: #F5F5F5;
	border-left: #6699CC 2px solid;
	border-right: #6699CC 2px solid;
	margin: 0px;
	padding: 2px;
	position: static;
	width: 152px;
}
#leftbox p {
	padding-left: 2px;
	padding-right: 2px;
	font: normal 8pt;
}
#leftboxbottom {
	background: url(/Images/box_bottom.gif) no-repeat left top;
	height: 15px;
	padding: 0px;
	width: 152px;
}
#leftboxtop {
	background: url(/Images/box_top.gif) #6699CC no-repeat left top;
	color: #FFFFFF;
	font: italic;
	font-size: xx-small;
	font-weight: bold;
	height: 24px;
	padding: 0px;
	text-align: center;
	width: 152px;
}
/*---------------------------------------- The Search Box ----------------------------------------*/
#searchbox {
	background: #F5F5F5;
	border-bottom: #6699CC thin solid;
	border-left: #6699CC thin solid;
	border-right: #6699CC thin solid;
	border-top: #6699CC thin solid;
	color: #01209f;
	font: italic normal bold 9px Arial, Sans-Serif;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: left;
	text-transform: uppercase;
	width: 152px;
}
/*---------------------------------------- The Home and Feedback Tabs ----------------------------------------*/
#tabs {
	float: left;
	height: 23px;
	width: 169px;
}

