@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../images/photos/backgroundtile.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* for understanding browsers */
    min-height:700px;
	height:auto;
	background-image: url(../images/bluetemplate/images/bluetemplate_08.gif);
	background-repeat: no-repeat;
}

/* for Internet Explorer */
/*\*/
* html .container {
    height: 700px;
}
/**/

.twoColFixLtHdr #header {
	background-color: #000000;
	background-image: url(../images/redtemplate/images/redtemplate_01.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	border: none;
	height: 101px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	position: static;
	width: 785px;
	min-width: 785px;
} 


/* for Internet Explorer */
/*\*/
* html .footer {
    width: 785px;
}
/**/
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #999999;
}
.twoColFixLtHdr #sidebarred {
	float: left; /* since this element is floated, a width must be given */
	width: 275px;
	background-color: #FFFFFF;
	background-image: url(../images/redtemplate/images/redtemplate_08.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 475px;
	padding: 0 0 0 0px;
	min-height: 475px;
}
.twoColFixLtHdr #sidebargreen {
	float: left; /* since this element is floated, a width must be given */
	width: 275px;
	background-color: #FFFFFF;
	background-image: url(../images/greentemplate/images/greentemplate_08.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 475px;
	padding: 0 0 0 0px;
}
.twoColFixLtHdr #sidebarpurple {
	float: left; /* since this element is floated, a width must be given */
	width: 275px;
	background-color: #FFFFFF;
	background-image: url(../images/purpletemplate/images/purpletemplate_08.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 475px;
	padding: 0 0 0 0px;
}
.twoColFixLtHdr #sidebarblue {
	float: left; /* since this element is floated, a width must be given */
	width: 275px;
	background-color: #FFFFFF;
	background-image: url(../images/bluetemplate/images/bluetemplate_08.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 475px;
	padding: 0 0 0 0px;
	min-height: 475px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 275px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 5px 10px 5px 5px;
	/* for understanding browsers */
    min-height:455px;
	height:auto;
}

/* for Internet Explorer */
/*\*/
* html .maincontent {
    height: 455px;
}
/**/
} 
a img {
	border: 0px;
	}
	
a.footer:link {
	color: #999999; background: #ffffff; font-weight: bold;
	}
a.footer:active {
	color: #999999; background: #ffffff; font-weight: bold;
	}
a.footer:visited {
	color: #999999; background: #ffffff; font-weight: bold;
	}
a.footer:hover {
	color: #999999; background: #ffffff; font-weight: bolder;
	}
	
a.header:link {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	text-decoration: none;
	}
a.header:active {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
a.header:visited {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	text-decoration: none;
	}
a.header:hover {
	color: #999999;
	background: #000000;
	font-weight: bold;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #topnavbar {
	background-color: #000000;
	height: 50px;
}
.twoColFixLtHdr  #toprightnav {
	margin: 0px 5px 5px 5px;
	text-align: right;
	border: none;
	position: relative;
	width: 770px;
	height: 101px;
	padding: 5px 0 0 0;
}
.twoColFixLtHdr #topleftlogo {
	float: left;
	background-color: #000000;
	width: 200px;
	height: 101px;
	border: none;
	text-align: left;
}
.twoColFixLtHdr #topbannerred {
	background-color: #FFFFFF;
	background-image: url(../images/redtemplate/images/redtemplate_08.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #topbannergreen {
	background-color: #FFFFFF;
	background-image: url(../images/greentemplate/images/greentemplate_08.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #topbannerpurple {
	background-color: #FFFFFF;
	background-image: url(../images/purpletemplate/images/purpletemplate_08.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #topbannerblue {
	background-color: #FFFFFF;
	background-image: url(../images/bluetemplate/images/bluetemplate_08.gif);
	background-repeat: no-repeat;
}
a.sidebarred:link {
	color: #FFFFFF;
	background-color: #9B0000;
	font-size: 12px;
	font-weight: bold;
}
a.sidebarred:active {
	color: #FFFFFF;
	background-color: #9B0000;
	font-weight: bold;
}
a.sidebarred:visited {
	color: #FFFFFF;
	background-color: #9B0000;
	font-weight: bold;
}
a.sidebarred:hover {
	color: #999999;
	font-weight: bold;
}
a.sidebargreen:link {
	color: #FFFFFF;
	background-color: #0F7F00;
	font-size: 12px;
	font-weight: bold;
}
a.sidebargreen:active {
	color: #FFFFFF;
	background-color: #0F7F00;
	font-weight: bold;
}
a.sidebargreen:visited {
	color: #FFFFFF;
	background-color: #0F7F00;
	font-weight: bold;
}
a.sidebargreen:hover {
	color: #999999;
	font-weight: bold;
}
a.sidebarpurple:link {
	color: #FFFFFF;
	background-color: #7201A6;
	font-size: 12px;
	font-weight: bold;
}
a.sidebarpurple:active {
	color: #FFFFFF;
	background-color: #7201A6;
	font-weight: bold;
}
a.sidebarpurple:visited {
	color: #FFFFFF;
	background-color: #7201A6;
	font-weight: bold;
}
a.sidebarpurple:hover {
	color: #999999;
	font-weight: bold;
}
a.sidebarblue:link {
	color: #FFFFFF;
	background-color: #02109A;
	font-size: 12px;
	font-weight: bold;
}
a.sidebarblue:active {
	color: #FFFFFF;
	background-color: #02109A;
	font-weight: bold;
}
a.sidebarblue:visited {
	color: #FFFFFF;
	background-color: #02109A;
	font-weight: bold;
}
a.sidebarblue:hover {
	color: #999999;
	font-weight: bold;
}
.twolinerolloverred  a {
	display:block;
	width: 190px;
	padding:17px 0px 10px 0px;
	font: bold 12px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
}
.onelinerolloverred  a {
	display:block;
	width: 150px;
	padding:15px 0px 5px 20px;
	font: bold 12px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
}.twolinerollovergreen a {
	display:block;
	width: 190px;
	padding:17px 0px 10px 0px;
	font: bold 12px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
}
.onelinerollovergreen a {
	display:block;
	width: 150px;
	padding:15px 0px 5px 20px;
	font: bold 12px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
}
.twolinerolloverpurple a {
	display:block;
	width: 190px;
	padding:17px 0px 10px 0px;
	font: bold 12px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
}
.onelinerolloverpurple a {
	display:block;
	width: 150px;
	padding:15px 0px 5px 20px;
	font: bold 12px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
}
.twolinerolloverblue a {
	display:block;
	width: 190px;
	padding:17px 0px 10px 0px;
	font: bold 12px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
}
.onelinerolloverblue a {
	display:block;
	width: 120px;
	padding:15px 0px 5px 20px;
	font: bold 12px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
}
.twoColFixLtHdr #containergreen {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* for understanding browsers */
    min-height:700px;
	height:auto;
	background-image: url(../images/greentemplate/images/greentemplate_08.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #containerblue {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* for understanding browsers */
    min-height:700px;
	height:auto;
	background-image: url(../images/bluetemplate/images/bluetemplate_08.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #containerred {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* for understanding browsers */
    min-height:700px;
	height:auto;
	background-image: url(../images/redtemplate/images/redtemplate_08.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #containerpurple {
	width: 785px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* for understanding browsers */
    min-height:700px;
	height:auto;
	background-image: url(../images/purpletemplate/images/purpletemplate_08.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
* html .containerblue {
	height: 700px;
}
* html .containerred {
	height: 700px;
}
* html .containerpurple {
	height: 700px;
}
* html .containergreen {
	height: 700px;
}
.twoColFixLtHdr #contactform {
	text-align: left;
	width: 350px;
	background-color: #CCCCCC;
	padding: 0 10px 5px 5px;
}
