﻿@import url(reset.css);
body 
{
	text-align:left;
	background-position:top right;
	background-color:black;
	background-image: url(../images/PageBackground.jpg);
	background-repeat: no-repeat;
	color:black;
	line-height:1.3em;
	font-family:Georgia;
	font-size:12pt;
}
a, a:active, a:link, a:visited
{
	color:#E54E9D;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none !important;
	color:Black;
}
#outerContainer
{
	width:1000px;
	margin:auto;
}
#Banner
{
	background-image:url(../images/Banner.png);
	background-repeat:no-repeat;
	width:976px;
	height:257px;
}
#AdminBanner
{
	margin-left:80px;
	background-image:url(../images/AdminBanner.png);
	background-repeat:no-repeat;
	width:976px;
	height:257px;
}	
#navigation
{
	display:inline-block;
	width:225px;
	height:400px;
	background-image:url(../images/MenuBackground.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	margin-top: -30px;
}
#Menu
{
	display:inline-block;
	width:225px;	
	height:400px;
}
#MenuBar1 a
{
	color:White;
	text-decoration:None !important;
}
.current
{
      color:#E54E9D !important;
}
#MainContainer
{
	display:inline-block;
	width:740px;
	margin-top: -30px;
}
.MainText
{
	display:inline-block;
}
#mainSection
{
	padding: 10px 30px;
	display:block;
}

#containerTop
{
	margin:auto;
	background-image:url(../images/MainBackgroundTop.jpg);
	background-repeat: no-repeat;
	height:20px;
	width:730px;
}
#containerMiddle
{
	margin:auto;
	background-image:url(../images/MainBackgroundMiddle.jpg);
	background-repeat:repeat-y;
	min-height:400px;
	height:auto !important;
	height:400px;
	width:730px;
}


#leftContact
{
	display:inline-block;
	width:300px;
}
#rightContact
{
	display:inline-block;
	width:350px;
}
.labelHeadings
{
	display:inline-block;
	font-weight:bold;
	margin-right:5px;
}
#containerBottom 
{
	margin:auto;
	background-image:url(../images/MainBackgroundBottom.jpg);
	background-repeat:no-repeat;
	height:30px;
	width:730px;
}
#footer
{  
    text-align:center;
    padding-bottom:10px;
	font-size: 7pt;
	line-height:10pt;
	color:white;
	margin-top: 10px;
}
#footer a
{
	color:white;
	text-decoration: underline !important;
	font-size: 7pt;
}
#footer a:hover
{
	color:#E54E9D;
	text-decoration: none;
	font-size:7pt;
}
a.Button
{
    background-image: url(../images/Button.png);
    background-repeat: no-repeat;
    width: 124px;
    height:27px;
    background-position: 0px 0px;
    color: white;
    text-align:center;
    padding-top:5px;
    text-decoration: none !important;
    display: inline-block;
    font-weight: bold;
    font-size:12pt;
}
a.Button:hover
{
    background-position: 0px -34px;
}

hr 
{
	width: 990px;
	margin-left: -8px;
}
strong
{
	color: #E54E9D;
	font-weight:bold;
}
strong.emphasis
{
	color:#E54E9D;	
}
p
{
	margin-bottom: 15px;
}
.clearboth
{
	clear:both;
}
ul
{
	padding-bottom: 5px;
}
li
{
	margin-left: 2em;
}
ul li
{
	list-style: disc outside;
}
blockquote
{
	margin-left: 3em;
}
h1, h2, h3
{
	font-weight:bold;
	font-family:Georgia;
	display:block;
}
h1
{
	color:#E54E9D;
	font-size:18pt;	
	margin-bottom: 10px;
}
h2
{
	color:Black;
	font-size:16pt;	
	margin-bottom:5px;
}
h3
{
	color:#E54E9D;
	font-size: 14pt;
}
.lineBreak
{

}
.lineBreak p
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.hidden
{
	visibility:hidden;
}
.lineBreak p, p.lineBreak
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.HiddenButton
{
	visibility:hidden;
}
strong
{
	font-weight:bold;
}

font[size="1"]{font-size: 8pt !important;}
font[size="2"]{font-size: 9pt !important;}
font[size="3"]{font-size: 12pt !important;}
font[size="4"]{font-size: 14pt !important;}
font[size="5"]{font-size: 18pt !important;}
font[size="6"]{font-size: 24pt !important;}
font[size="7"]{font-size: 34pt !important;}
img[align~=left]{float:left;
	margin-right:15px;}
img[align~=LEFT]{float:left;
	margin-right:15px;}
img[align~=right]{float:right; margin-left:15px;}
img[align~=RIGHT]{float:right; margin-left:15px;}

