﻿* {
	margin: 0px;
	padding: 0px;
}

body, html
{
	margin: 0;
	padding: 0;
    background-image: url('../images/backgrounds/teal_gradient_bg1.jpg');
}

#wrapper 
{
    top: 0px;
    left: 0px;
	width: 750px;
	margin: 0 auto;
}

/*****************************************************
******************************************************
definition information for header section
******************************************************
******************************************************/
#header
{
	top: 0px;
	width: 750px;
	height: 175px;
}

/*****************************************************
******************************************************
definition information for header menu section
******************************************************
******************************************************/
.classMenu
{
    font-family: Arial;
/*	font-family: Garamond, "Book Antiqua", "Times New Roman", serif; 
*/    font-size: 20px;
    font-weight: bold;
}

/*****************************************************
******************************************************
definition information for content section
******************************************************
******************************************************/
#wrapper1
{
	display: block;
	position: absolute;
	top: 175px;
	width: 750px;
	height: auto;
	background-color: transparent;
}

#header_menu
{
	display: block;
	position: relative;
	width: auto;
	height: auto;
	text-align: left;
	background-color: transparent;
}

.classTitleItalBold
{
	font-family: Garamond, "Book Antiqua", "Times New Roman", serif; 
	font-size: medium;
    font-weight: bold;
    font-style: italic;
}

.classTitleNormal
{
	font-family: Garamond, "Book Antiqua", "Times New Roman", serif; 
    font-size: medium;
    font-weight: normal;
}

.classPoliciesAriel12BoldRed
{
	font-size: 12pt;
	font-weight: Bold;
	font-family: Ariel;
/*	color: Red;
*/	color: #F9966B;
}

.classPoliciesAriel12BoldBlack
{
	font-size: 12pt;
	font-weight: Bold;
	font-family: Ariel;
	color: Black;
}

.classPoliciesAriel12Red
{
	font-size: 12pt;
	font-weight: Normal;
	font-family: Ariel;
/*	color: Red;
*/	color: #F9966B;
}

.classPoliciesAriel12Black
{
	font-size: 12pt;
	font-weight: Normal;
	font-family: Ariel;
	color: Black;
}

.classPoliciesAriel14BoldRed
{
	font-size: 14pt;
	font-weight: Bold;
	font-family: Ariel;
/*	color: Red;
*/	color: #F9966B;
}

.classPoliciesAriel14BoldBlack
{
	font-size: 14pt;
	font-weight: Bold;
	font-family: Ariel;
	color: Black;
}

.classPoliciesAriel14Red
{
	font-size: 14pt;
	font-weight: Normal;
	font-family: Ariel;
/*	color: Red;
*/	color: #F9966B;
}

.classPoliciesAriel14Black
{
	font-size: 14pt;
	font-weight: Normal;
	font-family: Ariel;
	color: Black;
}

.classFourteenPtArial
{
	font-size: 14pt;
	font-weight: Normal;
	font-family: Ariel;
	color: Black;
}

.classFourteenPtArialBold
{
	font-size: 14pt;
	font-weight: Bold;
	font-family: Ariel;
	color: Black;
}

.classSixteenPtArial
{
	font-size: 16pt;
	font-weight: Normal;
	font-family: Ariel;
	color: Black;
}

.classSixteenPtArialBold
{
	font-size: 16pt;
	font-weight: Bold;
	font-family: Ariel;
	color: Black;
}

/*****************************************************
******************************************************
definition information for footer section
******************************************************
******************************************************/
#footer
{
/*	display: block;
	position: relative;
*/	width: 750px;
	height: auto;
	text-align: center;
/*	left: 0px;
*/	background-color: transparent;
}
/*#footer
{
	display: block;
	position: relative;
	top: 600px;
	width: 750px;
	height: auto;
	left: 0px;
	background-color: transparent;
}
*/

H1 
{ 
	font-size: 24pt; 
	font-weight: Bold;
	font-family: Ariel;
	color: blue; 
}

.h1 
{ 
	font-size: 24pt; 
	font-weight: Bold;
	font-family: Ariel;
	color: orange; 
}

H2 
{ 
	font-size: 13pt; 
	font-weight: bold;
	color: #000000; 
}

H3 
{ 
	font-size: 12pt; 
	font-weight: bold; 
	text-align: left;
	color: #336699; 
}
