/* DeMott Enterprises Style Sheet */
/* Created on 8/7/2009 by Aaron DeMott */

/* Set default font for all elements, and background color for workspace */
body         { font-family: Arial;
               font-size: 12 pt;
               background-color: #E8F1FF;
		margin: 0;
		text-align: center; /* IE workaround to center main DIV */
	     }

/* Links in the Navigation portion */
.navlnk      { font-family: Arial;
               color: #FFFFFF;
               text-decoration: underline;
               font-weight: bold;
	     }
a.navlnk:hover { color: #800000 }


/* Links in the Navigation sub-menus portion */

#subnavdiv   { background-color: #FFFFFF; }

.subnavlnk   { font-family: Arial;
	       color: blue;
               text-decoration: underline;
	       font-weight: bold;
	     }
a.subnavlnk:hover { color: #800000 }

/* Links in the Footer */
.footlnk      { font-family: Arial;
               color: #FFFFFF;
               text-decoration: underline;
	     }
a.footlnk:hover { color: #800000 }

/* Set heading styles */
h1 { text-align: center; }
h2 { text-align: center; }
h3 { text-align: center; }

/* Format the FAQ Q's and A's */

.FAQQ        {
		color: #0000FF;
		font-size: 24pt;
		font-weight: bold;
		float: left;
	     }

.FAQA        {
		color: #CC0000;
		font-size: 24pt;
		font-weight: bold;
		float: left;
	     }

/* Set up image bullets for the manuals page (or anywhere you want a graphic bullet for PDF files) */

#epdflist
		{ 
			list-style-image: url(../images/pdf_icon.gif);
		}

/* Create the main section, center it, set color */
#doc {
	margin:auto;text-align:left;
	width:95%;*width:95%;min-width:650px;
	background-color: #E8F1FF
     }

/* Header area settings */
#hd {
	position:relative;
	background-color: #0066FF;
	border-bottom: thin solid #0066FF;
    }

/* Div for the search box */

#desearch {
			position:absolute;
			top:4;
			right:6;
			width:20%;
			background-color: #0066FF;
		  }

/* Main Content Area */
#mcontent {
		background-color: #FFFFFF;
		border: thin solid #FFFFFF;
	  }

/* Additional divs to have a sidebar on the main page */
#fpcon {
		background-color: #FFFFFF;
		float: left;
		width:80%;*width:80%;
		}
#fpsb {
		background-color: #FFFFFF;
		float: right;
		width:20%;*width:20%;
		}

#sbcon {
		background-color: #99CCFF;
		}

/* Footer */
#ft {
	  clear: both;
      background-color: #0066FF;
      border-top: thin solid #0066FF;
    }

.footer	{ text-align:center }
