@charset "UTF-8";
/* Screen CSS Document */
/* Copyright 2008 to... */
/* Author Justin Stevens */

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		IMPORT ADDITIONAL SHEETS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	@import url("./reset.css");
	@import url("./gecko.css");
	@import url("./webkit.css");
	@import url("./opera.css");

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS, anything sitewide
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	body {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #ffffff;
		margin:50px 0 0;
		padding: 0;
		text-align: center;
		color: #000000;
		}
		.oneColFixCtrHdr #container {
			width: 805px;
			background: #FFFFFF;
			margin: 0 auto;
			text-align: left;
			}
			.oneColFixCtrHdr #header {
				background: #91ccda url(../img/header.gif) left top no-repeat; 
				width:805px;
				height:124px;
				padding:0;
				margin:0;
				clear:both;
				}
				.oneColFixCtrHdr #header h1 {
					margin: 0;
					padding: 10px 0;
					text-indent:-999em;
					}
			.oneColFixCtrHdr #mainContent {
				padding:0;
				margin:0;
				background: #91ccda;
			}
			#content {background:#FFF;margin-right:250px;padding:0;}
				#content p {color:#666;margin:5px 20px 10px 40px;}
				#content h2 {color:#333;margin:5px 20px 5px 0px;}
				.dropcap {font-family:"Times New Roman", Times, serif, Scala-Regular;font-size:30px;float:left;padding:2px 15px 0 0;}
				.answers {padding:15px 10px 15px 25px;}
				.answers strong {font-size:14px;color:#333;}
				.odd {background:#DCEFF4;}
			.oneColFixCtrHdr #sidebar {
				float:right;width:200px;
				text-align:center;
				}
				#sidebar  p {color:#666;}
			.oneColFixCtrHdr #footer {
				padding:0;
				margin:0;
				background:#91ccda url(../img/footer.gif) left bottom no-repeat;
				width:805px;
				height:150px;
				}
				.oneColFixCtrHdr #footer p {
					margin: 0; 
					padding:40px 320px 20px 60px;
					}

/* =HEADINGS= */

#examplFont1 {font-size:85%;}  /*renders 11px */
#examplFont2 {font-size:100%;} /*renders 13px */ 
#examplFont3 {font-size:108%;} /*renders 14px */
#examplFont4 {font-size:123.1%;} /*renders 16px */
#examplFont5 {font-size:138.5%;} /*renders 18px */

p {font-size:13px;line-height:150%;color:#FFF;}
/* =LINKS= */			
a {color:#91ccda;text-decoration:none;border-bottom:1px dotted #91ccda;}     /* unvisited link */
a:visit {color:#91ccda;}
a:hover {color:#91ccda;border-bottom:1px solid #91ccda;}   /* mouse over link */
/* =IMAGES= */

/* =TABLES= */

/* =FORMS= */

/* =MISC= */
.logo {display:none;}
.legal, .legal a {color:#999;font-size:10px;line-height:190%;padding-top:10px;}
.clearall {clear:both;}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		ALL MENUS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */