/*General Look of the Page*/
body
{
	background: #760e0e url('/images/drflbackg.gif');
	padding-left: 125px;
	scrollbar-face-color: #b22222;
	scrollbar-arrow-color: #dc143c;
	scrollbar-track-color: #dc143c;
	scrollbar-highlight-color: red;
	scrollbar-3dlight-color: red;
	scrollbar-shadow-color: #8b0000;
	scrollbar-darkshadow-color: #8b0000;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 12pt;
	color: #fffafa /*Snow*/
}
#page-wrap{width: 1004px;}
#header{text-align: center;}
#content{}
#content-main
{
	border: black solid 2px;
	padding: 1px;
	width: 744px;
	float: left;
}
#content-side{}
#side-wrap
{
	border: black solid 1px;
	width: 245px;
	margin-bottom: 5px;
	padding: 1px;
	float: right;
}
#side-wrap h3
{
	display: inline;
}
/*Update Box*/
div.update
{
	border: #760e0e solid 1px;
	background: #760e0e url('/images/update.gif');
	width: 700px;
	height: 400px;
	text-align: left;
}
div.updateText
{
	/*border: #b22222 solid 1pt; padding: 1pt;*/
	margin-top: 60px;
	margin-left: 145px;
	width: 350px;
	height: 165px;
	overflow: auto;
}
div.support
{
	/*background: #cc0000;*/
	margin-left: 220px;
	width: 250px;
	height: 100px;
	overflow: auto;
}
div.updateDate 
{
	margin-top: 10px;/*110px;*/
	margin-left: 220px
}
/*Textbox Input and Dropdown Select*/
input, textarea, select {background-color: #760e0e; color: #fffafa}
input:focus, textarea:focus {background-color: #cc0000; color: #fffafa}
/*Unused Link, Visited Link*/
a:link, a:visited {text-decoration: none; color: blue}
/*Cursor Hovering Over Link*/
a:hover {text-decoration: underline; color: purple}
/*Link in Use*/
a:active {text-decoration: none; color: red}
/*Headers*/
h1 {text-align: center}
/*Horizontal Line*/
hr	/*General*/
{
	border: #760e0e solid 1px;
	background: #760e0e url('/images/drflbar.gif');
	width: 300px; height: 30px;
	text-align: center
}