﻿body 
{
	font-family:Verdana;
	font-size:13px;
	color:Black;
	margin:0;
	padding:0;
	background-color:#0d1429;
}

a
{
    color:Black;
    text-decoration:underline;
    cursor:pointer;
}

a:hover
{
    color:#872121;
    text-decoration:none;
}

/*a:visited
{
    color:#d08080;
    text-decoration:none;
}*/

img
{
    border:0;
    padding:0;
    margin:0;
}

#leftbg
{ 
  background: url(/i/leftbg.png) repeat-y top right; 
  width:50%;
}

#rightbg
{ 
   background: url(/i/rightbg.png) repeat-y top left; 
   width:50%;
}

#mainContent
{
	width:980px;
	margin-right:auto;
	margin-left:auto;
	background-color:White;
}

#topNav 
{
	position:relative;
}

#navBar
{
    position:relative;
    left:0;
	height:39px;
	width:980px;
	background-image:url(/i/navbar.jpg);
	background-repeat:no-repeat;
}

#navLinks
{
    height:34px;
    margin-left:175px;
    display:table;
    position:relative;
    overflow:hidden;
}

.navLink
{
    float:left;
    margin-left:30px;
}

.navLink a
{
    text-decoration:none;
    font-family:Verdana;
    font-size:16px;
    color:#070b25;
    font-weight:500;
}

.navLink a:hover
{
    color:#872121;
}

#mainPane 
{
    position:relative;
	padding:20px 40px 20px 40px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(/i/marbleback.jpg);
}

#footer
{
    height:198px;
    padding-top:40px;
    padding-bottom:20px;
	text-align:center;
	background-color:#4575d1;
	background: Transparent url(/i/footertile.jpg) repeat-x;
}

.logo
{
    width:254px;
    height:120px;
    margin-left:auto;
    margin-right:auto;
}

.logo a
{
    display:block;
    width:254px;
    height:120px;
    background:url(/i/logo.png) 0 0 no-repeat;
}

.logo a:hover
{ 
    background-position: 0 -120px;
}

#copyright
{
    margin-top:15px;
    color:#c0c0c0;
}

#subtitle
{
    font-size:20px;   
    margin-bottom:20px;
}

#getFirefox
{
    padding:25px;
    width:100%;
    background-color: #C0C0C0;
    text-align:center;
    margin-right: auto;
    margin-left: auto;
}

#pageTitle
{
    font-size:12pt;
    text-align:center;
}

#pageSubtitle
{
    font-size:8pt;
    font-style:italic;
    text-align:center;
    margin-top:7px;
}

.levelThumbs
{
    margin-right:auto;
    margin-left:auto;
}

.levelThumbs a
{
    text-decoration:none;
}
