/*
 * Page body settings
 */
body {
background:#FFFFFF url(../img/bg.png) repeat-x scroll top left;
color:#000000;
font-size:10pt;
font-family:'Arial Narrow', Arial;
margin:5px 0 0 0;
text-align:center;
}


/*
 * Link settings
 */
a {
color:#000650;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#767BC8;
}


/*
 * Image settings
 */
img {
border:0;
}


/*
 * Primary container settings
 */
div#base {
width:750px;
background-color:#FFFFFF;
border:1px solid #FFFFFF;
margin:0 auto;
}


/*
 * Header, Footer, and Main container settings
 */
div#header {
height:50px;
width:100%;
background:#003150 url(../img/kh_bar.gif) repeat-x scroll top left;
color:#FFFFFF;
}

div#main {
width:100%;
margin:5px 0;
}

div#footer {
color:#000650;
font-weight:bold;
}

div#mod_date {
color:#666666;
font-size:7.5pt;
font-weight:bold;
text-align:center;
}


/*
 * Banner and Headnav container settings
 */
div#banner {
float:left;
}

div#headnav {
float:right;
height:50px;
margin-right:5px;
position:relative;
}

div#headnav ul {
margin:0;
padding:0;
bottom:0;
right:0;
display:inline;
list-style-type:none;
position:absolute;
}

div#headnav li {
display:inline;
border-right:1px dotted #FFFFFF;
padding:0 4px;
}

div#headnav li#headnavend {
display:inline;
border-right:0 dotted #FFFFFF;
padding:0 4px;
}

div#headnav a {
color:#CCCCCC;
font-size:11pt;
font-weight:bold;
text-decoration:none;
}

div#headnav a:hover {
color:#FFFFFF;
}


/*
 * Navigation container settings
 */
div#nav {
float:left;
width:150px;
margin:0;
text-align:left;
}

div#nav ul {
list-style-type:none;
margin:0;
padding:0;
}

div#nav ul li {
margin-left:4px;
padding-left:4px;
}


/*
 * Content container settings
 */
div#content {
float:left;
width:590px;
background-image:url(../img/cbg.png);
margin-bottom:5px;
position:relative;
}

div#content div#text {
padding:0 5px;
text-align:left;
}

div#content div#tl {
top:0;
left:0;
height:15px;
width:15px;
background-image:url(../img/cbgtl.png);
background-repeat:no-repeat;
position:absolute;
}

div#content div#tr {
top:0;
right:0;
height:15px;
width:15px;
background-image:url(../img/cbgtr.png);
background-repeat:no-repeat;
position:absolute;
}

div#content div#bl {
bottom:0;
left:0;
height:15px;
width:15px;
background-image:url(../img/cbgbl.png);
background-repeat:no-repeat;
position:absolute;
}

div#content div#br {
bottom:0;
right:0;
height:15px;
width:15px;
background-image:url(../img/cbgbr.png);
background-repeat:no-repeat;
position:absolute;
}


/*
 * Paragraph settings
 */
p.head {
color:#767BC8;
font-weight:bold;
text-align:center;
}


/*
 * HR settings
 */
hr {
height:2px;
width:95%;
color:#767BC8;
text-align:center;
}


/*
 * Clear container settings
 */
div.clear {
clear:both; 
display:block; 
visibility:hidden;
}