﻿#wrapper { 
    margin: 0 auto;
    width: 1000px;
}
#header {
    float: none;
    margin: 0px 0px 10px 0px;
    width: 1000px;
    height: 368px;
    color: #333;
    background-image: url(Images/ScorpionsBanner.jpg);
}
#leftcolumn { 
    float: left;
    margin: 0px 5px 0px 0px;
    width: 300px;
    height: 500px;
    color: #333;
    background-image: url('Images/MenuBanner.jpg');
}
#rightcolumn { 
    float: right;
    margin: 0px 0px 0px 5px;
    width: 690px;
    height: 500px;
    color: #FFFFFF;
    background: #003399;
    display: inline;
    Font-Family: Viner Hand ITC;
    Font-Size: xx-large;
}
#footer 
{
    float: none;
    margin: 10px 0px 0px 0px;
    width: 1000px;
    height: 50px; 
    clear: both;
    color: #333;
    background-image: url(Images/FooterBanner.jpg);
}
.NavDynamicMenuStyle
{
    z-index: 1000;
    background-color: Transparent;
    background: transparent;
    width: 0;
}
.NavMenuItemStyle
{
    font-family: Viner Hand ITC;
    color: #FFFFFF;
    font-size: 18px;
    background-color: Transparent;
    background: transparent;
    background-image: url(Images/TransparentBackground.png);
}
.NavHoverItemStyle
{
    font-family: Viner Hand ITC;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    background-color:Transparent;
    background: transparent;
}
.TitleTextStyle
{
    text-align: center;
    font-family: Viner Hand ITC;
    font-size: xx-large;
    background-color: #003399;
    color: #FFFFFF;
    width: 458px;
    height: 112px;
}
.MainTextStyle
{
    text-align: left;
    font-family: Arial;
    font-size: large;
    background-color: #003399;
    color: #FFFFFF;
}

.ListStyle
{ 
    line-height: 1;
} 
.ListItemStyle
{ 
    margin: 0;
    padding: 0;
}

.DrowDownStyle
{
	background: #424242 url(Images/GridHdr.png) repeat-x top;
	font-family: Arial;
	font-size: medium;
	font-weight:bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
} 
.GridViewStyle
{
	width: 100%;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	border: solid 1px #525252;
	border-collapse: collapse;
}   
.GridViewStyle td 
{
    padding: 2px;
	border: solid 1px #c1c1c1;
	color: #717171;
	font-size: 12px;
	font-family: Arial;
}   
.GridViewStyle th 
{
    padding: 4px 2px;
	color: #fff;
	background: #383838 url(Images/GridHdr.png) repeat-x top;
	border-left: solid 1px #525252;
	font-size: medium;
	font-family: Arial;
}
.GridViewStyle .alt 
{
    background: #fcfcfc url(Images/GridAlt.png) repeat-x top;
}
.GridViewStyle .pgr 
{
    background: #424242 url(Images/GridPgr.png) repeat-x top;
}
.GridViewStyle .pgr table 
{
    margin: 5px 0;
}
.GridViewStyle .pgr td 
{
    border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	color: #fff;
	line-height: 12px;
}  
.GridViewStyle .pgr a 
{
    color: #666;
    text-decoration: none;
}   
.GridViewStyle .pgr a:hover 
{
    color: #000;
    text-decoration: none;
}  