BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

.shortgrad {
	background-color: #006BFE;
	background-image: url(images/sidebar-shortstrip_02.gif);
	background-repeat: repeat-x;
}
.medgrad {
	background-color: #006BFE;
	background-image: url(images/sidebar-longstrip.gif);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 20px;
}
ul {
	font-size: 14px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	line-height: 16px;
}
ul ul {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
li {
	padding-bottom: 6px;
	list-style-image: url(images/bullet.gif);
	font-size: 13px;
	color: #CCCCCC;
}
p a:link, .navlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
p a:visited, .navlinks a:visited {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
p a:hover, .navlinks a:hover {
	color: #00FFFF;
}
.boxbadge {
	position: relative;
	z-index: 4;
	left: -1px;
	top: -15px;
	float: left;
}
.boxborder {
	position: relative;
	border: 1px inset #FFFFFF;
	width: 98%;
}
h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #006BFE;
}
.longdarkgrad {
	background-image: url(images/long-dark-grad2.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.longdarkgrad2 {
	background-color: #000000;
	background-image: url(images/long-dark-grad.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#splash {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height:400px;
	margin-top: -240px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
}
a img {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

