﻿body
{
	font-family: 'Calibri','ArialMT', 'Arial', sans-serif;
	font-size: 12.0pt;
	color: #ffffff;
	background-color: #f7f7f7;
	background-image: url(Images/back.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	
}
img
{
	border: none
}
a
{
	text-decoration:underline;
	color: #ffffff;
	font-weight: bold;
}
a:visited
{
	text-decoration:underline;
	color: #ffffff;
	font-weight: bold;
}
a:active
{
	text-decoration:underline;
	color: #ffffff;
	font-weight: bold;
}

td
{
	font-size: 12.0pt
}
p
{
	font-size: 12.0pt
}
.big
{
	font-size: 14.0pt
}
.border
{
	border-left: solid 1.0pt  #2B5299;
	border-right: solid 1.0pt #2B5299;
	border-bottom: solid 1.0pt #2B5299;
	border-top: solid 1.0pt #2B5299
}
.hours
{
	font-size: 12.0pt
}
.hoursTime
{
	font-size: 14.0pt
}

.employeeName
{
    color: #3185ff;
    font-size: 16.0pt
}

.factTitle
{
    font-weight: bold;
    width: 110px;
}

.eventTitle
{
	text-decoration: underline;
	font-size: 11.0pt
}
.homePageLink
{
	font-size:20pt
}
.homePageLink a:hover
{
	 color: Black;
	 font-size: 22.0pt
}
.pageTitle
{
	font-size: 20.0pt;
	text-align: right;
}

.homePageTitle
{
	font-size: 22.0pt;
	text-align: center;

}

.homePageSubTitle
{
	font-size: 18.0pt;
	text-align: center;
}

.sectionTitle
{
    color: #3185ff;
    font-size: 14.0pt
}
.sectionSubTitle
{
    font-style: italic;
    font-weight: bold;
}

.center
{
    text-align: center;
}

.copyRight
{
    font-size: 8.0pt;
}

#container
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    top: 10px;
    background-color: #000000
}

#header
{
    /*border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;*/
}

#mainContent
{
    float: left;
    width: 700px;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
}

#footer
{
    clear: both;
    font-size: 10.0pt;
    border-top-style: solid;
    border-top-color: #000000;
    border-top-width: 1px;
}

#spinningLogo
{
    position:relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    background-color: #000000;
}


#credit
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    margin-top: 5px;
    text-align: center;
}

#credit p
{
    color: #999999;
    font-size: 10.0pt;
}

#credit a
{
    color: #999999;
    font-size: 10.0pt;
    text-decoration: none;
}
#credit a:hover
{
    text-decoration: underline;
    color: #999999;
}
