body,
html {
	margin:0;
	padding:0;
	background:#b3b3b3;
	color:#000;
}
body {
	min-width:760px;
}

a {
	color : #003298;
	text-decoration : none;
	border-bottom: 1px dotted #b3b3b3;
}

a:hover {
	color : #cc0000;
	text-decoration : none;
	border-bottom: 1px solid #cc0000;
}
#wrap {
	background: repeat-y url(../images/background.gif);
	margin:0 auto;
	width:760px;
}

/*<group=header>*/

#header {
	background: repeat-y url(../images/top.gif);
	height: 77px;
}
#header h1 {
    margin:0;
	text-align: right;
	padding-right: 25px;
	color: #fff;
	font: bold 14px Georgia, Times New Roman, Times, serif;
	padding-top: 57px;
}

#header a {
	text-decoration: none;
	color: #fff;
	border-bottom-style: none;
}

#header a:hover {
	text-decoration: underline;
	color: #fff;
	border-bottom-style: none;
}
	
/*</group>*/

/*<group=nav>*/

#nav {
	background:#c99;
	padding:5px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
	
/*</group>*/

/*<group=main>*/

#main {
	float:left;
	width: 580px;
}

#content {
	padding: 0 20px 10px 30px;
}

#content h1, #content h2, #content h3 {
	font-family: Georgia, Times New Roman, Times, serif;
}

#content h1 {
	font-size: 22px;
	color: #003298;
	margin: 15px 0 15px;
}

#content h2 {
	font-size: 20px;
}

#content h3 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 18px;
}

#content h3.link {
	text-align: right;
}

#content p, #content td, #content li {
	font: 15px Arial, Helvetica, sans-serif;
}

#content p {
	margin-top: 0;
}

#content strike {
	color: #999999;
}

#content .complete {
	color: #00FF00;
}

.more {
	background: #cccdfb;
	width: 250px;
	padding: 20px;
	border: 2px solid #003298;
	text-align: center;
	font: 15px Arial, Helvetica, sans-serif;
}

/*<group=table stuff>*/

.alternate {
	background: #cccdfb;
}

.headerRow {
	background: #003298;
	color: #fff;
	font-weight: bold;
}
	
/*</group>*/
	
/*</group>*/

/*<group=sidebar>*/

#sidebar {
	float:right;
	width: 170px;
	padding-bottom: 10px;
}
   #sidebar h3, #sidebar p {
	padding: 0 24px 0 5px;
   }

#sidebar h3 {
	margin: 0;
	color: #000;
	font: bold 15px Georgia, Times New Roman, Times, serif;
	padding-top: 20px;
	padding-bottom: 0;
}

#sidebar p, #sidebar li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

#sidebar p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 5px 10px 0;
}

#sidebar li {
	margin-bottom: 5px;
}
	
/*</group>*/

/*<group=footer>*/

#footer {
	background: no-repeat url(../images/bottom.gif);
	clear:both;
	height: 35px
}
#footer p {
	padding:5px;
	margin:0;
	text-align: center;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-style: none;
}	
#footer a:hover {
	text-decoration: underline;
}
/*</group>*/
