/* GENERAL STYLES */
html, body { 		
	height: 100%; 
	margin: 0;
	padding: 0;
	overflow:hidden;
}

BODY
{
	background-color: #e00008;
	font-family: Verdana, Arial;
    font-size: 0.8em;
    font-weight: normal; 
    color: #ffff00;       
}

a:link { color: #750e73; text-decoration:underline; }
a:active { color: #750e73; text-decoration:none; }
a:visited { color: #750e73; text-decoration:none; }
a:hover { color: #750e73; text-decoration:none; }

.ContentTable
{
	border-style: solid;
	border-color: Yellow;
	border-width: 1px;
	
	margin-left: auto;
    margin-right: auto;
    width: 910px;
}

#ContentArea {
	height: 607px;
	clear: left;
}

#VerticalSpacer {
	height: 50%;
	width: 100px;
	margin-bottom: -303px;
	float: left;
}

#MenuBar
{
	border-style: none;
	border-color: White;
	border-width: 1px;

	position:relative;
	top: -466px;

	margin-left: auto;
    margin-right: auto;

	width: 690px;
	height: 40px;
	
	overflow: hidden;	
}

div.MenuLink a:link { color: #cb0011; text-decoration:none; }
div.MenuLink a:active { color: #cb0011; text-decoration:none; }
div.MenuLink a:visited { color: #cb0011; text-decoration:none; }
div.MenuLink a:hover { color: #750e73; text-decoration:none; }

.MenuLink 
{
	float: left;
	margin-right: 20px;
	color: #cb0011;
}

.Content 
{
	border-style: none;
	border-color: White;
	border-width: 1px;
	
	position:relative;
	top: -460px;

	margin-left: auto;
    margin-right: auto;
    
    padding-left: 10px;
    padding-right: 10px;
	
	width: 690px;
	height: 374px;
	
	overflow:auto;
	
	scrollbar-face-color: #d92d0c;
	scrollbar-highlight-color: #750e73;
	scrollbar-3dlight-color: ;
	scrollbar-darkshadow-color: ;
	scrollbar-shadow-color: ;
	scrollbar-arrow-color: #e87008;
	scrollbar-track-color: #d01310;

}

div.Content IMG {	padding: 5px 5px 5px 5px;  filter:progid:DXImageTransform.Microsoft.Shadow(color='#2d1013', Direction=135, Strength=6); }

.whiteText {
    color: #ffffff;
}

/* EDITOR PROPERTIES */
