@charset "utf-8";
/* CSS Document */

.mainWrapper {
	background:#a7041b url(images/wrapper-bg.gif) top left repeat-y;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.mainColumn {
	width:731px; float:left;
	background:#003360;
}
.middleColumn {
	width:272px; background:#08172e;
	float:left;
}
.leftColumn {
	width:533px; background:#e3e3e3; color:#ffebef;
	float:left; padding:10px 10px 0 10px;
}
.rightColumn {
	width:178px; background:#6e903a;
	float:left;
}
.imgLink UL {
	background:#036;
	list-style:none;
	text-align:center;
	margin:0px; padding:0px;
}
.imgLink LI a {
	display:inline-block;
	padding:6px; text-decoration:none;
	color:#b2ccf1;
	width:127px; height:145px; overflow:hidden;
}
.imgLink a:hover {
	background:#011b33; text-decoration:none;
	color:#a58e7c;
}

.imgLinkAll UL {
	list-style:none;
	text-align:center;
	margin:0px; padding:0px;
}
.imgLinkAll LI a {
	display:block;
	padding:9px; text-decoration:none;
	color:#333; text-align:left;
	width:238px;
	overflow:hidden;
	margin-bottom:5px;
	position:relative;
}
.imgLinkAll LI a:hover {
	background:#e9edf2; text-decoration:none;
	color:#000; padding:9px;
}
.imgLinkAll H2 {
	margin:0 0 5px 0; font-size:15px;
	padding-bottom:2px; color:#333300;
}
.interBox {
	background:#0c1f3d url(images/box-bg.gif) top repeat-x; 
	color:#63909e; border:1px solid #081529; width:250px; margin:0 0 10px 0;
}
.interBoxHead {
	font:bold 18px 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#ffffff; height:25px; padding: 5px 15px 6px 55px;
}
.interBox UL {
	margin-left:30px; padding:0px;
	line-height:1.3;
	font:normal 13px Arial, Helvetica, sans-serif;
}
.interBox LI {
	color:#63909e;
	list-style-image:url(images/list-arrow.png);
	text-decoration:none;
}
.interBox LI a {
	color:#63909e;
	text-decoration:none;
}
.interBox LI a:hover {
	text-decoration:underline;
}


.menu {
	font:Normal 12px Arial,Tahoma, Geneva, sans-serif;
	background:#0f2a54 url(images/btn-bg.gif) top left repeat-x; color:#FFF;
	border-top:1px solid #FFF; border-bottom:1px solid #FFF;
	height:31px;
}
.menu UL {
	list-style:none;
	margin:0px; padding:0px;
}
.menu LI {
	float:left;
}
.menu LI.seperator {
	border-left:1px solid #030810; border-right:1px solid #334e77;
	height:30px;
}
.menu LI a {
	text-decoration:none; color:#FFF; padding:8px 20px 8px 20px; display:block;
	background:#16bbe3 url(images/btn-bg.gif) top left repeat-x; 

}
.menu LI a:hover {
	background:#069 url(images/menu-bg-hover.gif) top left repeat-x;
}


.navigation {
	color:#666; 
	border:0px;
	padding:0 10px 10px 10px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #ffcccc;
	background:#305d7a;
	border:1px solid #305d7a;
	padding:2px 6px 3px 6px; margin:0 5px 5px 0;
	font:Bold 11px Arial, Verdana, Geneva, sans-serif;
}

.navigation a:hover {
	background:#a7041b;
	color:#FFF;
	border-color:#a7041b;
}

.navigation span.selected {
	background:#a7041b;
	color:#FFF;
	border-color:#a7041b;
}

.navigation span {
	text-decoration:none;
	color: #ffcccc;
	background:#305d7a;
	border:1px solid #305d7a;
	padding:2px 6px 3px 6px; margin:0 0px 5px 0;
	font:Bold 11px Arial, Verdana, Geneva, sans-serif;
}
.caption {
	font:normal 11px Tahoma, Geneva, sans-serif; color:#b2ccf1;
	padding:5px; margin:5px;
}
.comment {
	color:#666666;
	font:italic 11px Tahoma, Geneva, sans-serif;
	padding:4px; background:#F4F4F4;
	margin-top:4px;
}
.imgWrap {
	float:left; margin:0 6px 2px 0;
}
/* Box ------------------------------ */

		.teaser {
			background:#F9F9F9; color:#333;
			font:normal 13px Tahoma, Geneva, sans-serif;
			padding:10px;
			position:relative;
			margin-bottom:10px;
			height:1%;
			overflow:hidden;
		}
		
		.teaser .top-left,
		.teaser .top-right,
		.teaser .bottom-left,
		.teaser .bottom-right {
			height:10px;
			width:10px;
			overflow:hidden;
			position:absolute;
		}
		
/*		
		.teaser .top-left {
			background:url(images/corner-top-left.gif) no-repeat;
			top:0;
			left:0;
		}
		.teaser .top-right {
			background:url(images/corner-top-right.gif) no-repeat;
			top:0;
			right:0;
		}
		.teaser .bottom-left {
			background:url(images/corner-bottom-left.gif) no-repeat;
			left:0;
			bottom:0;
		
		}
		.teaser .bottom-right {
			background:url(images/corner-bottom-right.gif) no-repeat;
			right:0;
			bottom:0;
		}
*/
		.teaser H1 {
			font:bold 15px Arial, Helvetica, sans-serif; color:#0068c3; text-transform:uppercase;
			padding:2px 0 4px 2px; margin:0 0 6px 0;
			border-bottom:1px dotted #AAAAAA; line-height:1.5;
		}
*/		