@charset "UTF-8";
/* CSS Document for blue devil band home page*/

/*                      */
/* Page formatting      */
/*                      */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	margin: 0px 0px 20px 0px; 
	padding: 0;
	text-align: center; 
	color: #4c4b4b; background-image:url(../clipart/page_bg.jpg); background-repeat:repeat-x; background-color:#FFF;
}
#container { 
	width: 780px;  
	margin: 0 auto; 
	text-align: left; 
} 
#header { 
	padding: 0 0px 0 0px; 
}
#header h1 {
	margin: 0; 
	padding: 10px 0;
}
#sidebar1 {
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; 	
	margin: 34px 0px 20px 10px;
}
#mainContent { 
	margin: 0px 220px 0 0; 
	padding: 30px 25px 30px 0px; 
	background-color:#FFF; 
}

#ContentArea {
	width:780px;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	background-color:#FFF;
}

#MenuArea {  width:780px; background-color: #d8e0ee; padding-bottom: 1px;  }

#topMenubar { width: 780px;  background-color: #e0e5f2; }

/*                              */
/*      link formatting         */
/*                              */

a:link { color: #17479b; text-decoration:none; }
a:visited { color: #17479b; text-decoration:none; }
a:active { color: #17479b; text-decoration:none; }
a:hover { color: #4c4b4b; text-decoration:underline; }

.topMenuItem { font-family:Verdana, Geneva, sans-serif; font-size:12px;  }
a.topMenuItem:link { color: #17479b; text-decoration:none; }
a.topMenuItem:visited { color: #17479b; text-decoration:none; }
a.topMenuItem:active { color: #17479b; text-decoration:none; }
a.topMenuItem:hover { color: #333; text-decoration:none; }

a.sbitem:link { color: #17479b; text-decoration:none; }
a.sbitem:visited { color: #17479b; text-decoration:none; }
a.sbitem:active { color: #17479b; text-decoration:none; }
a.sbitem:hover { color: #4c4b4b; text-decoration:underline; }

/*                            */
/*      float control         */
/*                            */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*                           */
/* Text area formatting      */
/*                           */

.txtblue { 
	color:#17479b; 
}
.txtheader1 { 
	font-size:14px; 
	font-weight:bold; 
}
.txtheader2 { 
	font-size:12px; 
	color:#17479b; 
	width: 180px; 
	border-bottom:1px #b8bbc2 solid; 
	font-weight:bold; 
}
.sideBarHeader  {
	font-size:1.1em;
	color:#163e84;
	width: 180px; 
	/*font-weight:bold;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7793c4;
}
.sideBarItem { 
	font-size:11px; 
	/*font-weight:bold;*/ 
	margin: 8px 0px 8px 12px; 
	line-height:14px; 
	color: #163e84; 
}
.sideBarItem2 { 
	font-size:11px; 
	/*font-weight:bold;*/ 
	margin: 8px 0px 8px 30px; 
	line-height:14px; 
	color: #163e84; 
}
.sideBarBox {
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px; 
	padding-left:10px;
	background-image:url(../clipart/box_bg.jpg); background-repeat:repeat-x;
	background-color:#f2f5fa;
	margin-bottom: 18px;
}
.newsHeader {
	font-size: 12px;
	text-transform: none;
	color: #17479b;
	margin-top: 12px;
	margin-bottom: 6px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #7793c4;
}
.newsItem {
	font-size: 12px;
	color: #333;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sidebar1 .sideBarItem .sideBarItem2 {
	text-decoration: none;
}
#footer {
	width: 780px;
	margin: 0 auto 0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7793c4;
	padding-top: 8px;
}
#footertext { 
	color: #4c4b4b; 
	font-size:10px; 
	width: 780px; text-align:center;
}
.smallerTxt { font-size:smaller; } 
#mainContent .newsItem a {
	text-decoration: underline;
}
