@charset "UTF-8";
html,
    body {
        margin:0;
        padding:0;
        height:100%;
    }
    #container {
        min-height:100%;
        position:relative;
    }
    #header {
        padding:0px;
    }
    #body {
	padding-bottom:0px;    /* Height of the footer */
	background-image: url(../images/TOoT.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 430px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
    }
    #footer {
	bottom:0px;
	position:absolute;
	width:100%;
	height:30px;            /* Height of the footer */
	text-align: center;
	background-color: #003;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/footerimg.png);
    }
body {
	background-color: #CCC;
}


.column {
	float: left;
}
#container #mainLContent {
	text-align: center;
	padding: 10px;
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 80px;
}
#container #flashCont {
	padding-top: 10px;
	float: right;
	margin-top: 10px;
	margin-right: 80px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 400px;
}
#container #mainContent p {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.my #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.my #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.my #sidebar{
	width: 200px;
}
.my #footer p {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 100%;
}
.my_menubar {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 25px;
}
.quote {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.indexspc {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 14px;
}
a {
	text-decoration: none;
	outline: none;
	font-size: 10px;
}
a:visited {
	color: #009;
	text-decoration: none;
	font-family: Verdana;
}
a:hover {
	color: #127318;
	font-family: Verdana;
	text-decoration: none;
}
a:active {
	color: #009;
	font-family: Verdana;
	text-decoration: none;
}
a:link {
	color: #009;
	text-decoration: none;
	font-family: Verdana;
	text-align: center;
}
#container #footer p {
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
	margin-bottom: 0px;
	text-align: center;
}
