﻿/* ================================================== */
/*  HTML Global                                       */
/* ================================================== */
*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

body
{
	text-align: left;
}

p
{
	font-family: "Times New Roman" , Helvetica;
	font-size: 11pt;
}

h1
{
	text-align: center;
	color: black;
	font-family: Comic Sans MS;
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

h2
{
	text-align: left;
	margin: 0px 0px 8px 20px;
	font-family: Gourmand, Times New Roman, Helvetica;
	color: #125245;
	font-size: 16px;
	font-weight: bold;
}
h3
{
	text-align: center;
	margin: 0px 8px 0px 8px;
	font-family: Times New Roman, Helvetica;
	color: #125245;
	font-size: 15px;
	font-weight: bold;
}
label
{
	font-size: 15px;
	font-weight: Bold;
	color: #125245;
	font-family: Times New Roman, Helvetica;
}
strong
{
	font-weight: bold;
}

a, a:visited
{
	color: Blue;
}

a:hover
{
	text-decoration: underline;
}

/* ================================================== */
/*  Site Frame Global                                 */
/* ================================================== */

#main
{
	width: 900px;
	margin: 0 auto;
}
body
{
	background: url(../images/Image14.jpg);
	width: 900px;
	margin: 0px auto;
	text-align: center;
	font-family: "Comic Sans MS";
}


/* ================================================== */
/*  Header                                            */
/* ================================================== */
#header
{
	padding: 5px 0px 5px 0px;
}


#menubar
{
	display: inline;
	height: 20px;
	width: 700px;
}

#menubar table
{
	margin: 0px 100px 0px 100px;
	font: Comic Sans;
	background: url(../images/Menu6.png);
	width: 700px;
	height: 22px;
}

#menubar table td
{
	vertical-align: middle;
	text-align: center;
	width: 87px;
}
#menubar table a
{
	color: black;
	text-decoration: none;
	font-family: Comic Sans MS;
	font-size: 15px;
	font-weight: bold;
}

#menubar table a:hover
{
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

/* ================================================== */
/*  Footer                                            */
/* ================================================== */
#footertop
{
	background: url(../images/top1.png) no-repeat;
	height: 6px;
	width: 650px;
	margin: 25px 125px 0px 125px;
}
#footer
{
	margin: 0px 125px 0px 125px;
	width: 650px;
	background-color: white;
	padding: 10px 0px 10px 0px;
	background: url(../images/middle2.png) repeat-y;
}
#footer p
{
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
}
#footerbottom
{
	background: url(../images/bottom1.png) no-repeat;
	height: 6px;
	width: 650px;
	margin: 0px 125px 0px 125px;
}

/* ================================================== */
/*  Drop Down Menu                                    */
/* ================================================== */
#dropmenudiv
{
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: Comic Sans MS;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
}

#dropmenudiv a:hover
{
	/*hover background color*/
	background-color: #c2d5f9;
}

/* ================================================== */
/*  Content                                           */
/* ================================================== */

#mainpagetop
{
	background: url(../images/top1.png) no-repeat;
	height: 6px;
	width: 650px;
	margin: 25px 125px 0px 125px;
}

#mainpagemiddle
{
	background: url(../images/middle2.png) repeat-y;
	margin: 0px 125px 0px 125px;
	width: 650px;
	padding: 25px 0px 25px 0px;
	text-align: center;
}

#mainpagemiddle table
{
	text-align: right;
	margin: 0px 100px 0px 100px;
}
.right
{
	display: inline;
	float: right;
	margin: 0px 0px 15px 15px;
}

#mainpagebottom
{
	background: url(../images/bottom1.png) no-repeat;
	height: 6px;
	width: 650px;
	margin: 0px 125px 0px 125px;
}
#mainpagemiddle p
{
	margin: 0px 35px 25px 35px;
	font-family: Comic Sans MS;
	text-align: left;
}
