﻿body 
{
	background: url(../../Images/Background.jpg) top left repeat-x;
	font-family: Trebuchet MS;
	color: Black;
	font-size: small;
}

div#logo
{
	position: relative;
	border: solid 2px green;
}

div#outer
{
	width: 830px;
	margin: 0 auto;
	background: url(../../Images/BorderBackground.jpg) top right repeat-y;
}

div#content
{
	background-color: White;
	width: 730px;
	margin: 0 auto;
	padding: 40px 40px 40px 40px;
}

div#footer
{
	background-color: #427DB7;
	width: 830px;
	text-align: center;
	color: White;
	margin: 0 auto;
	margin-top: 15px;
}

div#header
{
	position: relative;
	width: 734px;
	min-height: 275px;
}

div#left
{
	background-color: #427DB7;
	width: 165px;
	position: relative;
	color: White;
	padding: 10px 10px 10px 10px;
}

div#right
{
	width: 525px;
	margin: 0 auto;
	position: absolute;
	left: 200px;
	top: 0px;
	color: Black;
}

div#justright
{
	width: 600px;
	margin: 0 auto;
	position: relative;
	left: 115px;
	color: Black;
}

div#mdb
{
	width: 830px;
	color: black;
	font-size: x-small;
	height: 38px;
	margin: 0 auto;
}

h1
{
	color: #427DB7;
	font-weight: bold;
	font-size: medium;
}

h2
{
	color: White;
	font-weight: bold;
	font-size: medium;
}

.link
{
    color: #427DB7;
    font-size: small;
    text-decoration: none;
    font-weight: bold;
    padding: 7px 0px 7px 14px;
}
.link:hover
{
    color: #427DB7;
    font-size: small;
    text-decoration: underline;
    font-weight: bold;
    padding: 7px 0px 7px 14px;
}
.link:hover:visited
{
    color: #427DB7;
    font-size: small;
    text-decoration: underline;
    font-weight: bold;
    padding: 7px 0px 7px 14px;
}
.link:visited
{
    color: #427DB7;
    font-size: small;
    text-decoration: none;
    font-weight: bold;
    padding: 7px 0px 7px 14px;
}

.link2
{
    color: #427DB7;
    font-size: small;
    text-decoration: none;
    font-weight: bold;
}
.link2:hover
{
    color: #427DB7;
    font-size: small;
    text-decoration: underline;
    font-weight: bold;
}
.link2:hover:visited
{
    color: #427DB7;
    font-size: small;
    text-decoration: underline;
    font-weight: bold;
}
.link2:visited
{
    color: #427DB7;
    font-size: small;
    text-decoration: none;
    font-weight: bold;
}

