
* {
    padding: 0;
    margin: 0;
    
}

body {
    background: white;
    font: .84em "Trebuchet MS" Verdana, Arial, sans-serif;
    line-height: 1.5em;
    width: 1000px;
    margin: 0 auto 0 auto;
	border: 0px solid red;
}

a {
    color: #3B6EBF;
    text-decoration: none;
    
}

a:hover {
    text-decoration: underline;
    
}

#wrap {
    margin: 5px 5px 0px 5px;
    /*border: 1px solid red;
    /*borderend*//*    background: #fff url('images/midbg.jpg');
    background-repeat: repeat-y;
    */
}

#top {
    /*    background: #fff url('images/topbg.jpg');
    */height: 0px;
    
}

#content {
    padding: 0 2px 0 2px;
    /*border: 1px solid red;
    /*borderend*/
}

#bottom {
    /*background: #fff url('images/botbg_1.gif');
    */text-align: right;
    color: #c0c0c0;
    line-height: 1em;
    padding: 0 100px 0 100px;
    font-size: 80%;
    margin-bottom: 0px;
    
}

#bottom a:link{
    color: #0f3781;
    ;
    
}

#bottom a:visited{
    color: #c0c0c0;
    
}

.header {
    height: 150px;
    background: #fff url('images/bg2.jpg');
    background-position: bottom left;
    background-repeat: repeat-x;
    /*background: #85ACF7 url('images/hidr.jpg');
    */
}

.header h1 {
    float: left;
    padding-left: 40px;
    margin-left: 20px;
    padding-top: 42px;
    font-size: 26px;
    color: #ffaa00;
    font-weight: bold;
    
}

.header h1 a {
    font-size: 40px;
    color: #ffaa00;
    font-weight: bold;
    
}

.header h2 {
    padding-left: 19px;
    padding-top: 0px;
    font-size: 18px;
    color: #ffcc00;
    font-weight: bold;
    
}

.breadcrumbs {
    text-align: center;
    text-transform: uppercase;
    background: #F6F9FB;
    /*    background: #F6F9FB;
    */    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 15px 0 15px;
    font-size:110%;
    font-weight: bold;
    //f8e096    color: #e8b10d;
    
}

.breadcrumbs a{
    color: #e8b10d;
    
}

#breadcrumbs2 {
    text-align: center;
    text-transform: none;
    background: #F6F9FB;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 15px 0 15px;
    font-size:85%;
    margin-top: 100px;
    border-top: 1px solid black;
    color: #0f3781;
    
}

.breadcrumbs2 a{
    color: #0f3781;
    text-decoration: underline;
    
}

.middle {
    float: left;
    width: 650px;
    margin: 0 10px 0 0px;
    padding: 1% 1% 0px 0px;
    text-align: left;
    border: 0px solid red;
    }
	
.middle ul{
text-align: left;
}

.right {
    float: left;
    text-align: left;
    width: 200px;
    margin: 0 10px 0 0;
    padding: 1% 1% 0 0;
    background-color: white;
    /*    background-color: #eeeeee;
    */
}

.right ul {
    background-color: #e0e0e0;
    
}

.right li {
    color: #888888;
    background: #116d3a;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom:5px;
    list-style-type: none;
    line-height: 1.25em;
    font-size: 125%;
    /* nav blocks */    background-color: white;
    /*    background-color: #eaeaea;
    */    padding: 0 20px 0 20px;
    
}
.right li.hover{
	border: 1px solid red;
}
#jtext li{
    color: red;
    
}

.right li a{
    text-transform: none;
    margin-left: 0px;
    margin-bottom:5px;
    list-style-type: square;
    color: #6a7aa7;
    line-height: 1.1em;
    font-size: 80%;
	
    
}

.right li:hover{
    
}

.middle h2 {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #89aad6;
    padding: 5px 5px 5px 5px;
    
}

.middle h3 a{
    text-decoration: underline;
    font-size: 18px;
    
}

.middle h3 {
    color: #338822;
    text-decoration: underline;
    
}

.right h2 {
    color: white;
    font-size: 14px;
    margin-top: 15px;
    
}

.middle ul{
    font-size: 100%;
    text-align: left;
	
}

.middle li {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 20px;
	text-align: left;
    
}

#clear {
    display: block;
    clear: both;
    width: 100%;
    height:1px;
    overflow:hidden;
    
}

#footer {
    text-align: center;
    color: black;
    font-family: Tahoma;
    size: 11px;
    
}

#footer a:link{
    font-weight: bold;
    color: black;
    
}

#footer a:hover{
    text-decoration: underline;
    color: #ff6600;
    
}


#footer_q {
    text-align: center;
    color: black;
    font-family: Tahoma;
    size: 11px;
    
}

#footer_q a:link{
    font-weight: bold;
    color: black;
    
}

#footer_q a:hover{
    text-decoration: underline;
    color: #ff6600;
    
}