﻿.body
{
	background-color:#000000;
}
.master1
{
	width:926px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	background-color:#FFFFFF;
	vertical-align:top;
}
.pageTitle
{
   	color: # 3B3B3B;
}
.mainContainer
{
margin-left:10px;
margin-right:10px;
}

/*changes GTA logo*/
.logo
{
    float:left;
	height: 150px;
	width:125px;
	font-size:1pt; 
	font-family: tahoma;  
	padding-bottom:3px;
	padding-top:3px;
	padding-left:4px;
	padding-right: 0px;
}

.logo a
{
	color: #ffffff;
	background-image:url("../../images/logo.gif");
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	padding:150px 5px 0px 125px;
}
/*changes title font*/

.title
{
	color:#000000;
	font-size: 12pt;
	font-family:Tahoma;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
/*changes body font*/
.bodyfont
{
	color:#666666;
	font-size: 9pt;
	font-family:Tahoma;
	font-weight:normal;
	text-decoration:none;
	
}
/*changes header picture */
.topArea
{
	background-image:url("../../images/GTA_header.jpg");
	background-color: #ffffff;
}
.authoringRegion
{
	background-color:#000000;
	color:#ffffff;
}

/*Defines top navigation */
.topNavItem
{
	background-image: url('../../Images/bl_Navbar_Splitter.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	font-family: arial;  
	font-size: 12pt; 
	color: #3a4663;	
	font-weight: bold
}
.topNavItem a
{
	display:block;
	padding:8px 5px 0px 5px;
	height:32px;
}
.topNavSelected a
{
	background-image: url('../../Images/bl_Navbar_Gd_Hover.jpg');
	background-repeat:repeat-x;
	background-position:top right;
	color: #EFF4FA;
}
.topNavHover a
{
	color:#FFFFFF;
	background-image: url('../../Images/bl_Navbar_Gd_Hover.jpg');
	background-repeat:repeat-x;
	background-position:top right;
}
.topNavFlyOuts
{
	border-top:1px #CBD1E0 solid;
}
.topNavFlyOutsItem
{	
	font-family: arial; 
	font-size: 10pt; 
	background-color: #ECEFF3;
	border:1px #CBD1E0 solid;
	border-top-style: none;
	color:#EFF4FA; 
	min-width:150px;
	*width:100%;
}
.topNavFlyOutsItem a
{
    display:block;
    padding:4px 5px 4px 5px;
}
.topNavFlyOutsHover
{
	background-color: #B2BCD3;
	font-weight:bold
}
.topNavRoundLeft, .topNavRoundRight
{
    width:0px;
}

