body{
	background-color: #001d67;
	background-image: url('images/bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	font-family: Georgia, Palatino Linotype, Book Antiqua, Times New Roman, Times, Serif;
	font-size: 90%;
	color: #ffffff;
	padding: 0;
	margin: 0px;
}
img{
	border: 0;
}
#header{
	text-align: left;
}
#main_title{
	text-align: center;
}
#main_content{
}
strong{
	font-weight: inherit;
}
.thumbs{
	padding: 5px;
}
.checkbg{
	background: url('images/lcbg.gif');
	border: 1px solid #0b276e;
}
.alertbg{
	background: url('images/alertbg.gif');
	border: 1px solid #0b276e;
	padding: 5px;
}
.donebg{
	background: url('images/donebg.gif');
	border: 1px solid #0b276e;
	padding: 5px;
}
.separator{
	width: 100%;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftContent{
	width: 200px;
	background: url('images/lcbg.gif');
	border: 1px solid #0b276e;
	text-align: center;
}
#rightContent{
	width: *;
	padding-left: 10px;
	text-align: justify;
}
#rightContent a{
	color: #ffffff;
}
#nav{
	padding-left: 10px;
	text-align: center;
	color: #f72828;
	font-weight: bold;
	font-size: 1.1em;
}
#nav a {
	color: #f72828;
	text-decoration: none;
}
.navOption{
	display: inline;
	padding: 3px;
	border: 2px #f72828 solid;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 0.9em;
}
p a{
	color: #ffffff;
}
.quote{
	padding-bottom: 0px;
}
.quoteAuthor{
	padding-bottom: 20px;
}