@charset "utf-8";
/* CSS Document */


/*  Universal Selector Setting Default Values for All Browsers  */
* {
    padding: 0;
	margin: 0;
	border: 0;
 /*  border: 1px dashed red;  */
}



/*  Tag Replacements  */
body {
	background-color: #FFFFCC;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
}



/*  Division Definitions and Formatting  */
#wrapper {
	width: 90%;
	min-width: 720px;
	margin: 5px auto;
	color: #0000FF;
}

#header {
    width: 100%;
	font-weight: bold;
	border-bottom: 2px solid #000000;
	position: relative;
  	background-image: url(../images/Blue_Gradient_Background.png);
	background-repeat: repeat-y;
}

#header img {
	position: absolute;
	top: 1.4em;
	left: 1.5em;
	z-index: 1
}

#header h1 {
    margin: 0 0 0 5.5em;
	padding: 1em 0 1em 0;
	font-family: "Comic Sans", "Comic Sans MS", cursive;
    font-size: 2.5em;
	font-style: italic;
	color: #FFFF2F; 
	text-align: center;
}



#left_column {
    float: left;
	margin-top: 8.6em;
	padding: 0 0 10px 0;
	width: 14em;
	border-top: 1px solid #0000D0;
}

#left_column h1 {
    padding: 5px 0 5px 0;
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
    text-align: center;
}

#left_column ul, #left_column ol {
    padding: 0px 0 0 20px;
    font-size: .9em;
	text-align: left;
}

#left_column li {
    padding: 5px 0 0 0;
}

/*  Unvisited and visited links in "left_column" section  */
#left_column a:link, #left_column a:visited {
    color:#0000FF;
}

/*  Hover links in "left_column" section  */
#left_column a:hover {
    color:#52609E;
}

/*  Active link in "left_column" section  */
#left_column a:active{
    color:#0000FF;
}



#content {
    margin: 0 0 0 14em;
	padding: 2em 15px 5em 15px;
	background-color: #ffffff;
    border-left: 1px solid #0000D0;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
    padding: 0 0 1em 0;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

#content h1 {
    font-size: 1.6em;
}

#content h2 {
    font-size: 1.3em;
}

#content p {
    padding: 0 0 15px 0;
    text-align: center;
}

#content table {
    margin: 0 auto 0 auto;
}



#information {
    margin: 1em auto 1em auto;
 	width: 30em;
    font-size: 16px;
}

#information p {
    padding: 0 0 10px 0;
    text-align: left;
	color: #000000;
}



#footer {
    clear: both;
	width: 100%;
	margin: 0 0 50px 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	text-align: center;
    border-top: 2px solid #000000;
}

#footer p {
	font-size: 1em;
	text-align: left;
}

/*  Unvisited and visited links in "footer" section  */
#footer a:link, #footer a:visited {
    color:#0000FF;
}

/*  Hover links in "footer" section  */
#footer a:hover {
    color:#52609E;
}

/*  Active link in "footer" section  */
#footer a:active{
    color:#0000FF;
}	