/* ---------- Testing CSS ---------- */
.red
{
	background-color:red;
}
.blue
{
	background-color:blue;
}
black
{
	color:#000000;
}
.white
{
	background-color:white;
}
/* ---------- End Testing CSS ---------- */
/* ----------------------------------------------------------------------------------------- */
/* ---------- Standard CSS ---------- */
html, body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body
{
	background-color:#dddddd;

	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
div, img, table, dl, dt, form, ul, li, p, h1, h2, h3
{
	margin:0;
	padding:0;
}
.center
{
	text-align:center;
}
.center_m
{
	margin-left:auto;
	margin-right:auto;
}
.bold
{
	font-weight:bold;
}
div.spacer
{
	height:30px;
}
div.small_spacer
{
	height:15px;
}
a
{
	text-decoration:none;
	color:#000000;
}
a:hover
{
	color:#000000;
	text-decoration:none;
}
img
{
	border:0;
}
fieldset legend
{
	color:#000000;
}
p
{
	font-family:verdana, arial, sans-serif;
	margin-bottom:15px;
	text-align:justify;
	text-justify:inter-word;
	font-size:12px;
	line-height:18px;
}
span.smallcaps
{
	font-variant:small-caps;
}
li
{
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	line-height:18px;
}
/* ---------- End Standard CSS ---------- */
/* ----------------------------------------------------------------------------------------- */
/* ---------- Tooltip CSS ---------- */
.tip
{
	background-image:url(../images/tipbg.png);
	color:#ffffff;
	padding:10px;
}
.tip-title
{
	color:#ffffff;
	font-weight:bold;
	padding-bottom:5px;
}
/* ---------- End Tooltip CSS ---------- */
/* ----------------------------------------------------------------------------------------- */
/* ---------- fValidator CSS ---------- */
/* ---------- End fValidator CSS ---------- */
/* ----------------------------------------------------------------------------------------- */
/* ---------- Navigation CSS ---------- */
span.top
{
	color:#0000cc;
}
span.top:hover
{
	text-decoration:underline;
	cursor:pointer;
}
div.nav
{
	width:175px;
	height:30px;
	line-height:30px;
	border-bottom:2px solid #ccc;
}
a.nav
{
	color:#787878;
}
a.nav:hover
{
	color:#000000;
}
a.subnav
{
	margin-left:30px;
}
/* ---------- End Navigation CSS ---------- */
/* ----------------------------------------------------------------------------------------- */
/* ---------- Site CSS ---------- */
#main
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	width:800px;
	height:250px;
	background-image:url(../images/header.png);
}
#page_top
{
	width:800px;
	height:30px;
	background-image:url(../images/page_top.png);
}
#page
{
	width:800px;
	height:500px;
	background-image:url(../images/page.png);
}
#page_bottom
{
	width:800px;
	height:30px;
	background-image:url(../images/page_bottom.png);
}
#nav
{
	width:230px;
	float:left;
}
#nav_wrapper
{
	width:160px;
	margin-left:auto;
	margin-right:auto;
}
#content
{
	width:540px;
	float:right;
	padding-right:30px;
}
#footer
{
	width:800px;
	background-image:url(../images/page.png);
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:10px;
}
h1
{
	font-family:"Trebuchet MS", verdana, sans-serif;
	color:#0078ff;
	margin-bottom:10px;

}
h2
{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
h3
{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
#footer_text
{
	font-size:10px;
	color:#000000;
	padding:20px;
	text-align:center;
}
img.remooz
{
	cursor:pointer;
}
/* ---------- End Site CSS ---------- */
