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

html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-size: 12px;
}

A:link {
	text-decoration: none;
	font-weight: bold;
	color: #295595;
}

A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #295595;
}

A:hover {
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
}

#banner {
	background-image:url(../images/banner_background.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height: 200px;
	width: 100%;
	background-color: #000000;
}
#content {
	text-align:left;
}
#content_wrapper {
	margin-left: 28px;
}
#milestone_text {
	font: Verdana;
	font-size: 10px;
}
#wide_spacer {
	width:100%;
	height:20px;
}
#bottom_spacer {
	width: 100%;
	height: 200px;
}
.title {
	background-image: url(../banners/csotm_bg.jpg);
	background-repeat: no-repeat;
}
.smalltext {
	font-size: 10px;
	font-family: Verdana;
	color: black;
}
.instructions {
	padding-left: 21pt;
	font-size: 10px;
	font-family: Verdana;
	color: #999999;
	font-style: italic;
}
.indented {
	padding-left: 21pt;
   	font-size: 10px;
	font-family: Verdana;

   }
.style2 {
	font-size: 10px;
	font-weight: bold;
}
.milestone_title {
	font-weight: bold;
	font-size: 1.2em;
}
#milestones {
	background-image: url(../buttons/milestones.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 345px;
	vertical-align: middle;
	margin-left: 26px;
}
#magazine {
	background-image: url(../buttons/magazine.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 345px;
	vertical-align: middle;
	margin-left: 26px;
}
#csotm {
	background-image: url(../buttons/csotm.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 345px;
	vertical-align: middle;
	margin-left: 26px;
}
#rygen {
	background-image: url(../csotm/info_rygen_off.jpg);
	background-repeat: no-repeat;
	height: 146px;
	width: 408px;
	vertical-align: middle;
	margin-left: 26px;
	display: inherit;
}

#breadcrumbs {
	padding-left: 28px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.intro {
	padding-left: 26px;
	padding-top: 1em;
	width: 570px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}