/* CSS Document for JDRF Walk */

body {
	background-color: #E8EFF7;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

.header-top{
	width:830px;
	height:55px;
	background-image:url(/images/header-top.gif);
	background-repeat:no-repeat;
}

.shadow-left{
	width:25px;
	background-image:url(/images/shadow-left.gif);
	background-repeat:repeat-y;
}

.shadow-right{
	width:25px;
	background-image:url(/images/shadow-right.gif);
	background-repeat:repeat-y;
}

.bluerow1{
	background-color:#1C62AF;
	width:778px;
	height:15px;
	margin:0px;
	font-size:1px;	
}

.goldrow1{
	background-color:#FBDA0F;
	width:778px;
	height:2px;
	margin:0px;
	font-size:1px;
}

.container{
	width:778px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	background-color:#FFFBE7;
	text-align:left;
}

.navbar {
	width:778px;
	height:17px;
	margin:-3px 0px 0px 0px;
	padding:0px;
}

.nav-shadow {
	width:778px;
	height:8px;
	background-image:url(/images/nav-shadow.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px 0px 0px 0px;
}

.pageheader{
	margin-top:25px;
	margin-left:30px;
	margin-bottom:0px;
}

.content{
	padding:0px 45px 20px 45px;
	line-height:130%;
	margin-top:13px;
	text-align:left;
	width:688px;
}

.content a{
	color:#007696;
}

.content a:hover{
	color:#833784;
}

.footer{
	width:778px;
	height:83px;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	background-color:#DDDDDD;
}

.footer td, .footer a{
	font-size:12px;
	color:#000000;
}

.footer-info{
	width:130px;
	padding-left:30px;
}

.footer-links{
	width:518px;
	text-align:center;
	vertical-align:middle;
	line-height:150%;
}

.footer-links a:hover{
	color:#007696;
}

.footer-logo{
	width:130px;
}

.footer-bottom{
	width:830px;
	height:60px;
	background-image:url(/images/footer-bottom.gif);
	background-repeat:no-repeat;
}

.clear{
	clear:both;
}

h1{
	font-size:18px;
	color:#1C62AF;
}

h2{
	font-size:16px;
	color:#1C62AF;
}