/* external CSS file */

body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4 {font-size: x-large; color: #0033CC; font-weight: bold;}
h2 {font-size: large;}
h3 {font-size: medium;}
h4 {font-size: small; font-weight: normal;}
i.rb {color: #0033CC;}
td {vertical-align: top;}
td.small {font-size: 11px;}
td.sub {font-size: 9px;}
span.blue {color: #0033CC;}
span.small {font-size: 10px;}
span.sub {
	font-size: 9px;
	text-align: center;
}
a:link {color: #0033CC; font-weight: bold;}
a:hover {color: #0000FF; text-decoration: none;}

#page {
	position:absolute;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 2500;
	width: 100%;
}

#nameplate {
	background-position: center center;
	height: 100px;
	width: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: fixed;
	padding: 5px;
}

#leftnavbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 120px;
	float: left;
	position: absolute;
	left: 5px;
	top: 150px;
	background-color: #CCCCFF;
	text-align: center;
	padding: 2px;
	margin-right: 10px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	float: right;
	width: 80%;
	border-top-width: 16px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding: 5px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: absolute;
	top: 150px;
	background-color: #FFFFFF;
	left: 140px;
}
#rightads {
	float: right;
	width: 165px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	top: 280px;
	position: absolute;
	right: 48px;
}

#page #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-top-style: groove;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 100%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	position: fixed;
	bottom: 0px;
}
#content #pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	top: -5px;
	width: 60%;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 40px;
	letter-spacing: 10px;
	left: 20%;
	position: relative;
}


table.news { border-collapse: collapse; font-size: 12px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; border-style: none; width: 100%; }
td.blogitem { width: 36px; background-color: #bec0fb; text-align: left; height: 36px; background-repeat: no-repeat; font-size: 12px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; background-position: center center; background-image: url(http://www.rbdeveloper.com/images/icon-blog.png); }
td.newsitem { width: 36px; background-color: #bec0fb; text-align: left; height: 36px; background-repeat: no-repeat; font-size: 12px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; background-position: center center; background-image: url(http://www.rbdeveloper.com/images/icon-pr.png); }
td.noitem { padding-top: 10px; background-color: #bec0fb; text-align: left; font-size: 12px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; }
td.date { padding-top: 20px; border-bottom-color: #6666ff; border-bottom-style: solid; border-bottom-width: 2px; margin-top: 50px; padding-right: 10px; color: #4c4c4c; font-size: 14px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-style: italic; text-align: right; }                                    
td.time { padding-top: 10px; padding-right: 10px; background-color: #bec0fb; color: gray; font-size: 10px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-style: italic; text-align: right; }
