/*    KJB    */
/* 0F7E87   Dark BLue  */
/* 9DCACF   Light Blue */
/* F47969   coral color */
/* FFFFF0   yellow color */


* {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
}


body {
  margin: 20px 0;
	height: 100%;
	background-color: #0F7E87;
/*
	background-color: #9DCACF;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
*/
}

a {
	color: #003388;
	text-decoration: underline;                                                                                        
}

a:hover {
	color: #007788;
}

img {
	border: none;
}

td {
	vertical-align: top;
}

h1 { font-size: 20px; }
h2 { font-size: 17px; }

/* Hide main h1 heading element. */
#page_heading {
	display: none;
}


/*  The graphic background on top of the main page */
.main_bg_top {
    background: url("images/main_bg_top.png") no-repeat scroll center bottom transparent;
    height: 28px;
    margin: 0 auto;
}

/*  The graphic background for the entire site */
.main_bg_mid {
    background: url("images/main_bg_mid.png") repeat-y scroll center center transparent;
    margin: 0 auto;
}
/*  The graphic background for the bottom of the page */
.main_bg_bottom {
    background: url("images/main_bg_bottom.png") no-repeat scroll center center transparent;
    height: 46px;
    margin: 0 auto;
}

/* amin content size */
.content_bg {
/*
  background: url("images/filigree.jpg");
  background-repeat:no-repeat;
  background-position:right bottom;
*/
  margin: auto;
  width: 740px;
}

#hdr_main {
/*    background: none repeat scroll 0 0 #FFFFFF;        */
    color: #999999;
    font-size: 11px;
    height: 307px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 740px;
}

#logo {
    height: 307px;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
}

#hdr_title {
    height: 280px;
    margin-top: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 40;
    width: 500px;
}
#hdr_full {
    height: 280px;
    margin-top: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 40;
    width: 720px;
}

#hdr_menu {
    height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 500px;
}

#hdr_menu a:link, #hdr_menu a:active, #hdr_menu a:hover, #hdr_menu a:visited {
    text-decoration: none;
}
#hdr_menu ul {
    clear: both;
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 0px;
}

#hdr_menu ul li.first {
    border-left-width: 0;
}

#hdr_menu ul li.first {
    border-left-width: 0;
}

#hdr_menu ul li {
    color: #333333;
}

#hdr_menu ul li {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 0 0 1px;
    display: block;
    float: left;
    margin: 5px 0;
    padding: 0 5px;
}

ul.ftr_menu {
    background: url("images/ftr_menu.gif") no-repeat scroll 0 0 transparent;
    clear: both;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 9px 5px 0;
    width: 730px;
}

ul {
    list-style-type: square;
}

ul.ftr_menu li.first {
    border-left-width: 0;
}

ul.ftr_menu li {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 0 0 1px;
    color: #333333;
    display: block;
    float: left;
    padding-left: 8px;
    padding-right: 8px;		
		padding-top: 0px;
}

#hdr_wrap {
    padding-bottom: 10px;
    border-bottom: 0px solid #DDDDDD;
  	z-index:1000;
}
#ftr_wrap a:link, #ftr_wrap a:active, #ftr_wrap a:hover, #ftr_wrap a:visited {
    color: #333333 !important;
    text-decoration: none;
}
#ftr_wrap {
    clear: both;
    padding-top: 10px;
}
#ftr_wrap div.ftr_wrap_in {
    margin: 0 auto;        
    width: 740px;
}
ul.ftr_menu li * {
    font-size: 13px;
    font-weight: normal;
}
p.ftr_copyright {
    clear: both;
    color: #999999;
    display: block;
    font-size: 11px;
    margin: 0px;
    padding: 0 8px 10px;
		text-align: center;
}


.clear {overflow:auto;}


/* round corner stuff */

.roundedcornr_box {
	background: url(images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(images/roundedcornr_br.png) no-repeat bottom right;

}
.roundedcornr_content {
	background: url(images/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -19px;
}
.roundedcornr_content { padding: 0 15px; }




#clearone {
clear: both;
height: 1px;
}



