body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 95%;
	color: #000066;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/main_bg.gif);
}
#column_wrapper {
	background-repeat: repeat-y;
}
#column_top {
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 550px;
	float: left;
}
#left {
	width: 180px;
	float: left;
}
#right {
	width: 160px;
	float: left;
}
#extra {
	background-image: url(../images/box_bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 35px;
	width: 180px;
	float: left;
	padding-left: 4px;
}
#center .content {
	padding: 4px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 14px 0px 16px 25px;
	font-size: 0.75em;
	line-height: 1.5em;
	background-image: url(../images/box_bg.gif);
	color: #FFBA00;
}
#right .content {
	padding: 4px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
}
#footer .content {
	padding: 12px 0px;
	text-align: center;
}
#footer {
	color: #666666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images/footer.gif);
	height: 195px;
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: no-repeat;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #FFFFFF;
}
#left a:visited {
	color: #FFFFFF;
}
#left a:hover {
	color: #FFFFFF;
}
#center a:link {
	color: #FFA600;
}
#center a:visited {
	color: #FFA600;
}
#center a:hover {
	color: #FFA600;
	text-decoration: none;
}
#right a:link {
	color: #FFA600;
}
#right a:visited {
	color: #FFA600;
}
#right a:hover {
	color: #FFA600;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #FFFFFF;
	border-left: 6px solid #FFC700;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #FFFFFF;
	color: #FFC700;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #418B7A;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.0em;
	margin: 0 0 0 0;
    padding: 0 0 0 12px;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
#accordion {
    border: 0px solid #1F669B;
    width: 180px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 95%;
}

#visible {
	color:#CED7EF;
	font-size: 95%;
	font-family: Tahoma, Arial, sans-serif;
}
#panel1, #panel2, #panel3, #panel4 {
    margin: 0;
    padding-bottom: 0;
    border: none;
}
.panel_body {
    
}

#ajaxSearch_form {
            color: #000066;
            width: auto;
        }
        #ajaxSearch_input {
            width: auto;
            display: inline;
            height: 17px;
            border: 1px solid #ddd;
            border-left-color: #c3c3c3;
            border-top-color: #7c7c7c;
            background: #fff url(../images/input-bg.gif) repeat-x top left;
            margin: 0 3px 0 0;
            padding: 3px 0 0;
            vertical-align: top;
            color: #000066;
        }
        #ajaxSearch_submit {
            display: inline;
            height: 22px;
            line-height: 22px;
        }
        #ajaxSearch_output {
            border: 1px solid #444;
            padding: 10px;
            background: #fff;
            display: block;
            height: auto;
            vertical-align: top;
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }