html,*{
margin:0;
padding:0;
}
:focus{outline:none;}
body {
	background-repeat: repeat-x;
	background-color: #336699;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 15px;
}
a{color:#1B3580;}
a:hover{color:#333333;}
p{padding:4px 0;}
#outerwrapper {
	background-repeat: no-repeat;
	/* width: 1251px; */
width:100%;
background-position:top center;
	margin: 0 auto;
	padding-top: 60px;
}
#innerwrapper {
	width: 920px;
	margin: 0 auto;
	background-color: #C2D1E1;
	padding: 15px;
	padding-bottom: 20px;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 266px;
	background-position: bottom;
	margin-top: -90px;
}

#sponsor {
	width: 920px;
	margin: 0 auto;
	padding: 15px;
	background-image: url(images/sponsorbg.png);
	border-top:1px solid #193E15;
}

#topmenu {
	width: 860px;
	margin: 0 auto;
	padding: 0px 15px;
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
height:30px;
}
#topmenu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px 25px 3px 10px;
	font-weight: bold;
	float:left;
	font-size:17px;
	text-transform: uppercase;
}
#divider {
	background-image: url(images/divider.jpg);
	background-repeat: repeat-x;
	height: 31px;
	margin-bottom: 25px;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
}
#sa {
	background-color: #4E9DC4;
	color: #FFFFFF;
	height: 18px;
	border: 1px solid white;
}

#divider img {
	float: right;
	padding-top: 3px;
}


#topmenu a:hover{
color:#C2D1E1;}
#sidebar {
	float: left;
	width: 190px;

}
#menuhead, #newshead {
	color: #FFFFFF;
	text-align: center;
	background-color: url(images/menubg.jpg);
	background-image: url(images/menubg.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
#menuhead h3, #newshead h3 {
	font-size: 18px;
	padding: 4px;
	font-weight: normal;
}

#newsblock {
	background-color: #EAEFF5;
	margin-bottom: 15px;
	padding: 10px;
}
#newsblock a {
	text-decoration: none;
	color: #275078;
}
#newsblock a:hover {
	color: #000000;
}





#content {
	float: right;
	width: 655px;
	margin-left: 30px;
	font-size: 14px;
font-family:arial;
	line-height: 140%;
}
#welcomebox{
	background-repeat: repeat-x;
	background-color:#336699;
	padding: 0 10px;
	color: #FFFFFF;
	font-weight: bold;
	min-height:85px;
	margin-bottom: 20px;
}
#welcomebox ul{
text-align:center;
width:500px;
margin:0 auto;
margin-top:15px;
}
#welcomebox li{
	background-repeat: no-repeat;
padding:2px;
margin-right:5px;
margin-left:5px;
text-align:center;
list-style-type:none;
}
#welcomebox li a {
padding:2px;
text-align:center;
text-decoration:none;
font-size:16px;
font-weight:bold;
color:#C2D1E1;
}
#welcomebox li a:hover{
color:black;
}

#mainbox{
	padding: 20px;
	color: #333333;
	background-color: #FFFFFF;
margin-bottom:30px;
min-height:640px;
}
#mainbox table{
max-width:450px;
}
#mainbox img{
margin:0 10px;
}
#googlead {
	width: 120px;
	float: right;
	min-height: 600px;
	margin-left: 15px;
	padding: 5px 15px;
}

#mainbox h1 {
	font-size: 22px;
	color: #275078;
padding:10px 0;
border-bottom:1px solid #C2D1E1;
margin-bottom:10px;
}


#footer {
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
}
#footer .left {
	background-image: url(images/fl.jpg);
	background-repeat: no-repeat;
	float: left;
}
#footercontent {
	background-color: #020167;
	float: left;
	width: 867px;
	height: 40px;
	padding-top: 23px;
}
#footer .right {
	background-image: url(images/fr.jpg);
	background-repeat: no-repeat;
	float: right;
}

/* MENUS */

#leftmenu ul{
padding-bottom:20px;
}
#leftmenu li{
	list-style-type:none;
	margin:10px 15px;
	border-bottom:1px solid white;
	font-weight: bold;
}
#leftmenu li a{
padding:2px 5px 2px 5px;
color:#275078;
text-decoration:none;
font-size:16px;
display:block;
}
#leftmenu li a:hover{
background-image:url(images/menuover.png);
}
#leftmenu ul ul{
padding:0;
}
#leftmenu li li{
border:none;
margin:0;
}
#leftmenu li li a{
font-size:14px;
padding-left:25px;
}

#leftmenu li.menu-current a{
font-weight:bold;
color:#000000;
}

#leftmenu li.menu-current li a{
font-weight:normal;
color:#000000;
}


#mainbox ul, #mainbox ol{
margin:0px 25px 15px 25px;
}
#mainbox li{
padding:5px 0;
}
h2{
font-size:18px;
color:#275078;
padding:4px 0;
}

/* NEWS */
.date{font-size:15px; color:#275078;text-align:left;}
.title{font-family:Arial;font-size:14px;font-weight:bold;padding:0;margin:0;line-height:100%;color:#275078;}
.news{
	font-size:14px;
	color: #666666;
}
.more{font-size:13px;text-align:right;border-bottom:1px solid white;margin-bottom:20px;}
.more a{
	font-style:italic;
	text-decoration:none;
	text-transform:uppercase;
	color: #275078;
}
#byline {
	padding: 10px;
	font-size: 12px;
}


    #sponsor .prev, #sponsor .next {
        display: block;
        float: left;
        width: 49px;
height:110px;
        text-decoration: none;
background: url("images/spl.png") no-repeat;
    ;}

        #sponsor .next {
            background: url("images/spr.png") center no-repeat;
       float:right; }
        #sponsor .prev {
            background: url("images/spl.png") center no-repeat;
margin-right:10px;
        }
            #sponsor .next:hover {
                background-image: url("images/spron.png");
				cursor:pointer;
				            }
            #sponsor .prev:hover {
                background-image: url("images/splon.png");
				cursor:pointer;
            }    
            #sponsor a:hover, #sponsor a:active {
                border: none;
                outline: none;
            }                 
        #scroll li img, 
        #scroll li p {
            width: 150px;
            height: 100px;
            margin: 5px;
        }
#scroll li a img:hover{
border:5px solid #193E15;
margin-top:0px;
margin-left:0px;
}