/* CSS Document */

html, body {
    height: 100%;
}

body {
	background-color: #0b1c2e;
	font-family: "Trebuchet MS", "Verdana";
	color: #1c2d3f;
	font-size: 12px;
	margin: 0px 0px;
}

td {
	background-color: transparent;
	font-family: "Trebuchet MS", "Verdana";
	color: #1c2d3f;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.contrast-bold {
	color: #254567;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: -8px;
}

.subtitle {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -8px;
}

.title-contrast {
	color: #051d37;
	font-size: 14px;
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: -12px;
}

.title {
	font-size: 14px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:-5px;
}

.minitext {
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -10px;
}

a {
	font-family: "Trebuchet MS", "Verdana";
	font-size: 12px;
	color: #254567;
}

A:link {
	color: #254567;
}

A:hover, A:active {
	color: #1f3145;
}

A:visited {
	color: #111e2c;
}

.minilink a{
	font-family: "Trebuchet MS", "Verdana";
	font-size: 10px;
	color: #254567;
}

.minilink A:link {
	color: #254567;
}

.minilink A:hover, .minilink A:active {
	color: #1f3145;
}

.minilink A:visited {
	color: #111e2c;
}

.imglinkborder a img, .imglinkborder A:link img {
	border: 1px solid #254567;
}

.imglinkborder A:hover img, .imglinkborder A:active img {
	border: 1px solid #1f3145;
}

.imglinkborder A:visited img {
	border: 1px solid #111e2c;
}

.spacer {
	clear: all;
	line-height: 50px;
}

#list { 
	list-style:disc; 
	margin-left:12px;
	margin-top:0px;
	padding-left:12px;
	padding-top:0px;
}

.LI-spaced { 
	margin-top: 5px;
	margin-bottom: 10px;
}

hr {
	color: #364a5f;
	background-color: #364a5f;
	height: 1px;
	border: 0;
	width: 90%;
}

#container {
	width: 689px;
	min-height: 100%;
	overflow: auto;
	margin: 0px;
	background-image: url("http://starsprinkles.net/pics/contentbg.gif");
	background-repeat: repeat-y;
}

#content {
	float: left;
	display: inline;
	width: 390px;
	background-color: transparent;
	position: relative;
	padding: 0px 6px;
	margin-top: -20px;
}

#rightcolumn {
	clear: both;
	float: right;
	display: inline;
	width: 218px;
	background-color: transparent;
	position: relative;
	text-align: left;
	margin-top: 8px;
	margin-right: 60px;
}