@charset "utf-8";
/*---------------------------------------------------------------*\
|                                                                 |
|    Spires CSS                                                   |
|    Created at Oast One by James Marett, Dec 2007                |
|                                                                 |
|    IMPORTANT NOTES:                                             |
|                                                                 |
\*---------------------------------------------------------------*/

/*-- General --*/

body {
	background: url(images/page_bg.jpg) repeat-y 0px 0px #fff;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.topbar {
	background: url(images/bit_light_blue.jpg) #66CCFF;
	height: 139px;
}

.menushadow {
	background: url(images/menu_shadow.jpg) repeat-x;
}

.date {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.kid {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 420px;
}

.content {
	padding-bottom: 20px;
}

.content a {
	color: #660033;	
	text-decoration: none;
}
.content a:hover {
	color: #660033;	
	text-decoration: underline;
}

.content h1 {
	font-weight: bold;
	font-size: 24px;
	color: #660033;	
	border-bottom: 1px solid #660033;
	padding-bottom: 10px;
}

.content h2 {
	font-weight: bold;
	font-size: 16px;
	color: #660033;	
}

.content h3 {
	font-weight: bold;
	font-size: 16px;
	color: #0066CC;	
}

.content h4 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

.content h5 {
	font-weight: bold;
	font-size: 13px;
	color: #660033;	
}

.content h6 {
	font-weight: bold;
	font-size: 13px;
	color: #0066CC;	
}

.content .blue {
	color: #0066CC;	
}

.content .imgright {
	border: 1px solid #660033;
	margin-left: 10px;
	margin-bottom: 5px;
}

.content .imgleft {
	border: 1px solid #660033; /*#0066CC;*/
	margin-right: 10px;
	margin-bottom: 5px;
}

.dots {
	background: url(images/dots.gif) repeat-x 0px 0px;
}

.footer {
	margin-top: 10px;
	font-size: 10px;
	line-height: 12px;
	clear: both;
}
.footer strong {
	color: #0066CC;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #0066CC;
	text-decoration: none;
}

.copyright {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
.copyright a {
	color: #666666;
	text-decoration: none;
}

.acrobat {
	font-size: 11px;
	/*padding: 6px;*/
	border-top: 1px solid #EEEEEE;
	padding-top: 5px;
}
.acrobat img{
	margin-left: 0px;
	padding-right: 10px;
	border: none;
}

.content td {
	background: #F1F8FE;
}
.content .tabletop {
	background-color: #68A6E2;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 13px;
	color: #0066CC;	
}

.news ul {
	
}

.content .flash {
	background-color: #68A6E2;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	color: #0066CC;
	border: 1px solid #0066CC;
}
.content .flash h3, .content .flash h4, .content .flash p{
	margin: 0px;
}
.content .flash a {
	color: #0066CC;
	text-decoration: none;
}
.content .flash a:hover {
	color: #0066CC;
	text-decoration: underline;
}