﻿/* 0 BASIC TAGS */

body {
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #ddddff;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 5px auto;
	font-family: Georgia, Times, Times New Roman, sans-serif;	
}

.header h1 {
	position: absolute;
	left: 20px;
	top: 12px;
	font-size: 20px;
	font-weight: bold;
	filter: 
}

.header h2 {
	position: absolute;
	left: 20px;
	top: 45px;
	font-size: 12px;
	font-style: italic;
}

.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform: uppercase;
	font-size: 12px;
}
.menua a:link, .menua a:visited, .menua a:hover
{
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: 13px;
	color: #DBB94F;
	text-decoration: none;
}
.menua a:hover
{
    text-decoration: underline;
    color: White;
}

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 11px;
}
.nav a:link, .nav a:visited, .nav a:hover
{
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: 13px;
	color: #DBB94F;
	text-decoration: none;
}
.nav a:hover
{
    text-decoration: underline;
    color: White;
}



/************************************************************************
* 
* 2 Column Layout 
*
************************************************************************/
#content 
{
    width: 770px;
    margin: 0px auto 0px auto;
    padding: 0 0 0 0;
    text-align: left;
	color: black;
	font-size: 100%;
}

#columnleft
{
    position: relative;
    float: left;
    width: 500px;
    margin-right: 12px;
}

#columnright
{ 
    position: relative;
    margin: 0 0 0 510px;
    padding: 0 0 0 0;
    width: 250px;
}

#columnfull
{
    width: 770px;
    margin: 0px auto 0px auto;
    padding: 0 0 0 0;
    text-align: left;
	color: black;
	font-size: 100%;
}

.leftblock
{
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #333399;
    padding: 15px;
    margin-bottom: 15px;
    background-color: White;
    vertical-align: top;
    text-align: left;
    background: url(images/background-light.gif);
    background-repeat: repeat;
}

.rightblock
{
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #333399;
    padding: 15px;
    vertical-align: top;
    text-align: left;
    background-image: url(images/background-light.gif);
    background-repeat: repeat;
    margin-bottom: 15px;
}

.fullblock
{
    width: 730px;
    margin: 0px auto 15px auto;
    border-width: 1px;
    border-style: solid;
    border-color: #333399;
    padding: 15px;
    background: url(images/background-light.gif);
    background-repeat: repeat;
    text-align: left;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}


/* 3 FOOTER */

.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 770px;
	height: 50px;
	text-align: center;
	font-family: Georgia, Times, Times New Roman, sans-serif;	
	font-size: 10px;
	color: #ffffff;
}

.menubar
{
    position: static;
    margin: 0;
    padding: 0;
    height: 45px;
    font-size: 11px;
}

.menub {
    position: absolute;
    margin: 8px;
	right: 37px;
	top: 5px;
}
.menub a:link, .menub a:visited, .menub a:hover
{
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: 13px;
	color: #DBB94F;
	text-decoration: none;
}
.menub a:hover
{
    text-decoration: underline;
    color: White;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #333399;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}
