/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #f7f4f4;
	color: #333333;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #41437b;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #41437b;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .5em
}
h3{
	color: #41437b;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 .5em;
	text-align: center;
}
h4{
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1.2em
}
p{
	line-height: 1.3em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	width: 960px
}
/*=== Header ===*/
#header{
	height: 265px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	margin: 0 auto 10px;
	text-indent: -9999px;
	width: 440px
}
#header h1 a{
	display: block;
	height: 175px;
	text-decoration: none
}
/*- Slogan -*/
.slogan{
	color: #eb141b;
	font-size: 24px;
	text-align: center
}
.slogan a{
	color: #eb141b
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: url(../images/nav1-bgr.gif) top repeat-x;
	font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 46px;
	padding: 0 0 0 40px;
	position: relative;
	z-index: 100
}
#nav1 li{
	float: left;
	line-height: 46px
}
#nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 16px;
	text-decoration: underline
}
#nav1 li a:hover,
#nav1 li.active a{
	background: #27295f;
	color: #ffffff;
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 19px 26px 10px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: url(../images/box-bgr.gif) #999999 repeat-y;
	height: 314px;
	margin: 0 0 1.1em;
	width: 908px
}
.box .content{
	height: 305px;
	padding: 0 0 0 5px;
	position: absolute;
	width: 900px;
	z-index: 10
}
.box .content img{
	border-right: 5px solid #000000;
	float: left
}
.box .content .last img{
	border-right: 0
}
.col1{
	float: left;
	width: 435px
}
.col2{
	float: right;
	width: 435px;
	background-color: #DDE8E8;
}
.star-left{
	margin: 104px 0 0 -20px;
	position: absolute;
	z-index: 100
}
.star-right{
	margin: 104px 0 0 865px;
	position: absolute;
	z-index: 100
}
/*- Box2 -*/
.box2{
	margin: 0 0 .5em;
	width: 908px
}
.box2 .top,.box2 .bot{
	background: url(../images/box2-top.gif) top no-repeat;
	clear: both;
	height: 9px;
	overflow: hidden
}
.box2 .bot{
	background: url(../images/box2-bot.gif) top no-repeat
}
.box2 .content{
	background: url(../images/box2-bgr.gif) repeat-y;
	height: 1%;
	padding: 0 5px
}
.box2 .content-{
	height: 1%;
	padding: 0 7px 8px;
	background-repeat: repeat-x;
	background-position: top;
}
.box2 h2{
	text-align: center;
	text-decoration: underline
}
.box2 li{
	padding: 0 0 1em
}
/*=== Styling Lists ===*/
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 .5em
}
.pic.fl img{
	margin-right: 8px
}
.pic.fr img{
	margin-left: 8px
}
/*=== Footer ===*/
#footer{
	padding: 15px 0 20px;
	text-align: center
}
#footer h4{
	margin: 0 0 2em
}
.copyr{
	font-size: .8em
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
h4 {
	font-size: 16px;
	color: #C00;
	text-align: center;
}
td {
	vertical-align: top;
}
.sponsors tr td {
	vertical-align: middle;
}

