﻿* {
	margin: 0;
	padding: 0;
}

html 
{
	/*background-color: #c3ced5;*/
	background-color: White;
	text-align: center;
	font-family: Arial;
}

.shadow
{	
    background:  white url('../images/bodyShadow.png') repeat-y center top;
	/*background:  #f8f8f8 url('../images/bodyShadow.png') repeat-y center top;*/
	margin-right: auto; 
	margin-left: auto;
	position: relative; 
}

/* Home Page Design */
#hmContainer
{
	width: 776px;
    background-color: White;
    text-align: center;
    padding: 0px 0px 15px 0px;
    margin-left: auto;
    margin-right: auto;	
}

#hmGrad
{
	background:  #fff url('../images/HmGrad.png') repeat-y center top;
	width: 100%;
    margin-left: auto;
    margin-right: auto;	
}

#hmContent
{
    background-image: url('../images/HmContent.png');
    height: 1100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#hmMenu
{
	height: 138px;
	width: 723px;
	font-family: Britannic Bold, Arial;
	font-size: 13pt;
	text-align: left;
	color: White;
	position:relative;
	margin-left: auto;
    margin-right: auto;
}


#hmMenu ul
{
	text-align: center;	
	width: 100%;	
	position: absolute;
	bottom: 7px;	
	margin: 0;
    padding: 0;
	list-style-type: none;
	
}

#hmMenu ul li
{
	float: left;
	margin: 0;
    padding: 0 21px;	
}

#hmMenu ul li a:link
{
	color: #2e3192;
    text-decoration: none;
}

#hmMenu ul li a:visited
{
	color: #2e3192;
    text-decoration: none;
}


#hmMenu ul li a:hover
{
	color: Red;
}


h1
{
	color: #2e3192;
	text-align: center;
	font-size: 24px;
	font-family: Gisha,Arial;
}

h2
{
    padding-top: 10px;
    color: #2e3192;
	text-align: center;
	font-size: 18px;
	font-family: Britannic Bold, Arial;
}

#contentTop
{
    text-align: left;    
    padding: 55px 99px;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
}

#contentBottom
{
    text-align: left;    
    padding-top: 250px;
}
#contentBottom p
{
    padding: 10px 40px;
    font-weight: bold;
    font-family: Arial;
    font-size: 17px;
    line-height: 30px;
}

.hmLink a:link,a:visited
{
    color: #2e3192;
}

.hmLink a:hover
{
    color: Red;
}

#hmFooter
{
	clear:both;
	text-align: center;
	font-size: 10px;	
}


