﻿@import url("index_layout.css");
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url('../images/bodyBkgrd.jpg');
	background-repeat:repeat;
}
/* Main Body */
#container {
	width: 900px;
	margin: 0 auto;
}
/*Main Table */
#topmargin {
	height: 275px;
}
#masttable {
	background-image:url('../images/candyBkgrd.png');
	background-repeat:no-repeat;
	width: 900px;
	height: 1074px;
	padding:4px;
	}
	
/* Navigation Column */
#column_l {
	width: 220px;
	margin: 0;
}
#column_l_topmargin {
	text-align:center;
}
.positionNav {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	position: relative;
}

/* Content */
#column_r {
	width: 575px;
	margin: 0;
	float: left;
	padding: 14px;
	position: relative;
}
#column_rMiddle {
	width: 575px;
	margin: 0;
	float: left;
	padding: 14px;
	position: relative;
	background-image: url('../images/navigationBkgrd.jpg');
}

#column_rBottom {
	width: 575px;
	margin: 0;
	float: left;
	padding: 14px;
	position: relative;
}

/* Footer */
#footer {
	width: 900px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #006699;
	margin: 1px;
	padding: 1px;
	text-align:left;
}
#footer a {
	color: #006699;
	text-decoration: none;
	}
#footer a:hover {
	color: #009933;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
}


/* Styles for Navigation */
.navigation {
	height:50px;
	text-align:center;
	vertical-align:middle;
	font-family:"Comic Sans MS", "Trebuchet MS", Arial;
	font-size: 12.5px;
	color:#FFFFFF;
	font-weight:bold;
}

.navigation a{
	height:50px;
	text-align:center;
	vertical-align:middle;
	font-family:"Comic Sans MS", "Trebuchet MS", Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.navigation a:hover {
	height:50px;
	text-align:center;
	vertical-align:middle;
	font-family:"Comic Sans MS", "Trebuchet MS", Arial;
	font-size: 12px;
	color:#FFFF00;
	font-weight:bold;
	text-decoration:none;
}


/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.centeralign {
	text-align: center;
}
.bodyText {
	font:14px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
.mainContent {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	color: #000000;
	text-align: justify;
}
.mainContent a{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight:bold;
	color: #009933;
}
.mainContent a:hover {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight:bold;
	color: #006699;
}

.topLeftAlign {
	text-align: left;
	vertical-align: top;
}
.topJustifyAlign {
	vertical-align: top;
	text-align: justify;
}

/* Styles for Links */

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #008000;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
}

/* hidden white text */
h3 {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: large;
	color: #ffffff;
	margin-bottom: 8px;
}

h4 {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: large;
	font-weight: bold;
	color: #DBA500;
	margin-bottom: 8px;
}
h5 {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: large;
	font-weight: bold;
	color: #008000;
	margin-bottom: 8px;
}
h6 {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: medium;
	font-weight: bold;
	color: #DBA500;
	margin-bottom: 8px;
}


/* Styles for lists */
.footCall {
	vertical-align: middle;
	text-align: center;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial;
	font-size: 24px;
	color: #006699;
}

.footCenter {
	vertical-align: middle;
	text-align: center;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial;
	font-size: 16px;
	color: #009933;
}
.footCenter a{
	vertical-align: middle;
	text-align: center;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial;
	font-size: 16px;
	color: #006699;
	text-decoration:none;
}
.footCenter a:hover {
	vertical-align: middle;
	text-align: center;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial;
	font-size: 16px;
	color: #3399ff;
	text-decoration:none;
}




