
@charset "utf-8";

/* CSS Document */

/*This creates an easy two column layout where you can insert your information. It is currently set up for a left hand sidebar with a right hand content, but can easily be switched by simply switching the float statements of each the #main and #sidebar to the other side*/

#content #main{
	float: left;
	width: 590px;
	/* [disabled]border-color: #000; */
	/* [disabled]border-style: solid; */
	/* [disabled]border-width: 2px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	border-width: thin;
	border-style: solid;
	background:#FFF;
	overflow: auto;
	height: 1600px;
	padding-left: 5px;
	padding-right: 5px;
	font-style: normal;



}



#content #sidebar{
	float: right;
	width: 325px;
	text-align: left;
	border-color: #000;
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-width: 2px; */
	/* [disabled]border-left: solid; */
	/* [disabled]border-right: solid; */
	/* [disabled]border-top: solid; */
	padding-left: 0px;
	padding-right: 0px;
	color: #05112B;

}
/*
     FILE ARCHIVED ON 02:01:08 Feb 16, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:48:17 Sep 02, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/