body{
    background-color:#eeeeee;
    font-family:arial;
    margin:0 auto;
    
    background-color: #dfdfdf;
	background-repeat:repeat-x;
	background-image:url('../images/background.jpg');
	/* font-family:Verdana; */
							font-family:    helvetica,		
										    sans-serif;

	background-attachment: fixed;
    
}

a{
	text-decoration:none;
	color:#103c65;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
a:hover{
	color: #f38420;

}

h1, h2{
	font-size:medium;
	font-weight:bold;
	color:#183762;
	padding-top:10px;
	padding-bottom:10px;
}
h2{
	font-size:medium;
	color: #183762;
}
#container{
	width:960px;
	margin: auto;
    background:white;
    border:1px solid silver;

    
}
.white{
    background-color:white;
}
.date{
	background:white;
	border:1px solid silver;
	color:#cc6633;
	font-size:medium;
	font-weight:bold;
	width:1.3em;
	height:1.8em;
	padding:5px;
	float:left;
	margin-right:10px;
	text-align:center;
	line-height: normal;
    
}
.month{
	font-size:x-small;
	font-weight:normal;
	color:#BB5522;
}
#header .tagline h1 .month {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #F93;
	font-weight: bold;
}

.news-item{
	color:#183762;
	height:65px;
	text-decoration: none;
	text-indent: 10;
	text-align: justify;
	font-size: small;
	font-weight: normal;
}

.news-item a{
	color:#103c65;
	text-decoration:none;
	font-weight: bold;
	font-size: small;
    
}
.news-item a:hover{
	color:#f38420;
	font-size: small;
}
.news-item .item{
    padding:10px;
}
.bar-right, .bar-left{
    background-color:white;
    background-image:url('../images/bar-right.jpg');
    background-repeat:repeat-y;
	height:100%;

}
.bar-left{
	
}

#header{
    background-color:#47609b;
    background-image:url('../images/banners/generic.jpg');
    height:272px;
}
#header .tagline h1{
	font-size:xx-large;
	font-weight:bold;
	color:#FFF;
}
#header .tagline strong{
	font-style:normal;
	color:#FFF;
}
#header .tagline{
	color:white;
	font-size:medium;
	width:450px;
	padding-top:25px;
	padding-left:10px;
	text-align:justify;
	font-weight: lighter;
}

#footer{
    text-align:center;
    color:#555555;
    padding-top:10px;
    font-size:small;
}
.padding{
	padding:0px;
}



.links li a{
	text-decoration:none;
	color:black;
	padding:10px;
	display:block;
	border:1px solid transparent;
	font-size: medium;
}
.links li a.more{
    font-weight:normal;
    color:#555555;
}
.links li a:hover{
	color:#183762;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	font-size: medium;
}
.links li{
    list-style:none;

}
ul.links{
	margin:0;
	padding:0;
	font-size: medium;
}

ul{
	list-style:circle;
	margin-left:20px;
}
ul li{
	padding:1px;
	font-size: small;
}
#menubar{
    background-image:url('../images/menuback.jpg');
}
#menu{
    float:right;
    margin-top:40px;
}
#menu ul{
    margin:0;
    padding:10px;
    width:100%;
}
#menu li {
    display:inline;
    	margin:0;
    	padding:0px;
    	width:200px;
    	


}
#menu li a{
    font-size:large;
    width:200px;
    padding:5px 17px;
    display:inline;
	border-bottom:none;
}
#menu li a:hover{
    color:#f38420;
}
#footer-logos{
    text-align:center;
    

}
.links li{
	padding:0px;
	margin:none;
	text-decoration: none;
}

.mag{
	text-align:justify;
	font-size:medium;
}
.mag img{
	border:1px solid #CCC;
}

.mag p{
	margin-bottom:20px;
}

p{
	margin-bottom:10px;
	font-size: small;
	color: #000;
}
strong{
	color:#6185b5;
	font-size: small;
}
.next {
	text-align:right;
	margin-right:10px;
}
.floatleft { float: left; margin: 0px 5px 5px 0px; }
.floatright { float: right; margin: 0px 0px 5px 5px; 
} 

