html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Georgia, 'Times New Roman', Times, serif, serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	}

div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.rvclogo {
	display: inline;	
	margin-left: 50px;
	width: 200px;
	text-align: bottom;
	}


.navbar {
	display: inline;	
	margin-left:200px;
	border: 0px;
	color: #1483ff;
}

a.splashLink, a.splashLink:visted, a.splashLink:active, a.splashLink:hover {
	color: #106ED8;
	font-family: verdana;
}	

.page {
	z-index: 0;
	display: block;
	position: absolute;
	width: 95%;
	margin: 50px 0px 50px 10px;
	padding: 0px 0px 0px 0px;
	}

.top-titles {
	z-index: 1;
	display: inline;
	position: absolute;
	margin: 10px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	}

.top-numbers {
	z-index: 2;
	display: inline;
	position: absolute;
	width: 100px;
	margin: 10px 0px 0px 250px;
	padding: 0px 0px 0px 0px;
	}
	
.contents {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-transform: none;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	overflow: visible;
	}

.morecont {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-transform: none;
	margin: 10px 10px 10px 15px;
	padding: 0px 0px 0px 0px;
	overflow: visible;
	}	

.introtext {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-transform: none;
	margin: 50px 0px 50px 10px;
	padding: 0px 0px 0px 0px;
	}	

.title-big {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-transform: lowercase;
	
	width: 300px;
	margin: 10px 50px 0px 10px;
	padding: 0px 0px 0px 0px;

	}

.footer {
	display: block;
	margin: 0px 0px 50px 10px;
	padding: 0px 0px 0px 0px;
	}
	
.footer-nav {
	font-family: Verdana, 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.footer-dl {
	font-family: Verdana, 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #999999;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.footnote-text {
	font-family: 'Courier New', Courier, 'Andale Mono', monospace;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: left;
	text-transform: none;
	margin: 0px 20px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
	
.footnote-num {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1483ff;
	text-align: left;
	text-transform: none;
	margin: 10px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	}	

/* HTML -------------------------------------------------- */
h1 {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-transform: none;
	}

/* ARTICLE TITLE ------------------------------------------------ */
h2 {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-transform: none;
	}

/* SUBTITLES -------------------------------------------------- */
h3 {
	font-family: Monaco, Verdana, Andale Mono, san-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	}

/* LINK NUMBERS -------------------------------------------------- */
h4 {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	}

/* LINK TITLES -------------------------------------------------- */
h5 {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-transform: none;
	}


/*  OTHER MARKUP -------------------------------------------- */

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

p {
	}
	
p.credit {
	padding: 0px 0px 0px 0px;
	
	font-size: 9px;
	color: #666666;
	}
	
	
img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	}
	
sup {
	font-family: Helvetica, Arial; serif;
	font-size: 11px;
	font-weight: bold;
	color: #1483ff;
	text-align: left;
	}	
	
em {
	font-style: italic;
	}
	
h1	{	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

h2, h3	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
h4, h5	{	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

	
/*  FORUM  ------------------------------------------------- */


table.forum_main {
	border: 0;
	width: 100% 
}

td {
	font-family: Verdana, Helvetica, Arial; san-serif;
	font-size: 9px;
	font-weight: regular;
	color: #000000;
	background-color: none;
	text-align: left;
	vertical-align: top;
	text-transform: none;
	table-layout: fixed;
}

td.topheadlf, td.topfootlf {
	width: 50%;
	}

td.topheadrt, td.topfootrt {
	width: 50%;
	text-align: right;
	 }

td.headtopic {
	width: 50%;

	color: #000000;
	background-color: #ccf0ff;
	}

td.headstarted {
	width: 25%;

	color: #000000;
	background-color: #ccf0ff;
	text-align: center;
	}
	
td.headreplies {
	width: 10%;

	color: #000000;
	background-color: #ccf0ff;
	text-align: center;
	}
		
td.headlast {
	width: 15%;

	color: #000000;
	background-color: #ccf0ff;
	text-align: center;
	}			

td.topic {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 12px;
	font-weight: regular;
	color: #000000;
	background-color: #f2f9fd;
	}

td.started {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 12px;
	color: #000000;
	font-weight: regular;
	background-color: #f2f9fd;
	text-align: center;
	}	
	
td.replies, td.last {	
	font-size: 10px;
	color: #000000;
	background-color: #f2f9fd;
	text-align: center;
	}	
	
td.bigtopic {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 12px;
	color: #000000;
	background-color: #ccf0ff;
	font-weight: bold;
	}
	
td.author, .message {
	font-family: Georgia, 'Times New Roman', Times, Helvetica, Arial; serif;
	font-size: 12px;
	color: #000000;
	font-weight: regular;
	background-color: #f2f9fd;
	text-align: left;
	}

td.author {
	width: 20%;	
	}
	
td.message {
	width: 60%;	
	}

td.reply {
	width: 10%;
	background-color: #f2f9fd;
	text-align: center;
	}				
	
.date, .re {
	font-family: Verdana, Monaco, Andale Mono, san-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	}
	
.re {
	font-weight: normal;
	color: #009ec5;
	}

.fo-hr {

	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;

}
		
.fo-curpag {
	font-weight: bold;
}

a.fo-link:hover {
	color: #000;
	background: #ccf0ff;
	text-decoration: none;
}

#splashpage	{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%
}

#splashType {
	position: absolute;
	top: 17px;
	left: 200;
	width: 350px;
	height: auto;
	z-index: 2;
	font-family: georgia;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 1px;
	line-height: 20px;
}


#mainImg {
	margin: 0px 0px 0px 50px;
}

