body {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: red;
}

#certs {
	text-align: center;
}

#certs img {
	border: 0px;
}

#header {
	background-color: #A1A6BE;
	font-size: 28pt;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	text-align: right;
	padding: 2px;
	padding-right: 15px;
	border: 0px;
	border-bottom: 5px;
	border-color: black;
	border-style: solid;
	height: 45px;
}

#quicklinks {
	font-size: 10.5pt;
	border-style: solid;
	background-color: #F1F3FC;
	padding: 8px;
	border-width: 1px;
	margin-right: 10px;
	margin-top: 20px;
}



#quicklinks_header {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}



#lucky {
	font-size: 10.5pt;
	border-style: solid;
	background-color: #F1F3FC;
	padding: 8px;
	border-width: 1px;
	margin-right: 10px;
	margin-top: 20px;
	text-align: right;
}


#lucky_header {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

#lucky_body {
	margin-right: 40%;
}


#conLeft {
	position: absolute;
	left: 20px;
	top: 70px;
	width: 100px;
}

#conMiddle {
	margin-left: 180px;
	margin-right: 230px;
	margin-top: 16px;
	
}

#conRight {
	position: absolute;
	width: 190px;
	right: 10px;
	top: 50px;
}


#conLeft p {
	margin: 0px;
	text-align: right;
}



.story {
}

.story_header {
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	font-size: 18pt;

	padding: 2px;

	background-color: #A1A6BE;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}

.story_header table {
	width: 100%;
}

.story_title {
}

.story_tabs {
	font-size: 12pt;
	text-align: right;
	vertical-align: bottom;
	height: 100%;
}


.story_body {
	background-color: #F1F3FC;

	border-width: 0px 1px 0px 1px; 
	border-style: solid;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;

	font-family: sans-serif;
	font-size: 10.5pt;
}

