body {
	margin-left: 50%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	}

#content{
	margin-left: -375px;
	}

a:link, a:visited, a:active {
	color: #0480fe;
	text-decoration: none;
	}
	
a:hover {
	color: #fe0404;
	text-decoration: underline;
	}
	
#header {
	width: 750px;
	height: 108px;
	position: absolute;
	top: 10px;
	left: 0px;
	}
	
#quotes {
	position: absolute;
	top: 123px;
	color: #000080;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	left:9px;
	z-index:100;
	width: 280px;
	height:21px;
	line-height:21px;
	vertical-align:middle;
	}
	
#current_date {
	height: 21px;
	line-height: 21px;
	position: absolute;
	top: 123px;
	color: #000080;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-align:right;
	left:524px;
	width:221px;
	z-index:1;
	}	

th.blue {
	background-color: #648ffe;
	color: #ffffff;
	font-family: Arial, san-serif;	
	font-size: 16px;
	text-align: center;
	font-weight:normal;
	}
	
th.seablue {
	background-color: #64b4fe;
	color: #000080;
	font-family: Arial, san-serif;	
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	}
		
th.red {
	background-color: #fe6468;
	color: #000080;
	font: Arial, san-serif;
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	}
	
th.limegreen {
	background-color: #9afe64;
	color: #ffffff;
	font: Arial, san-serif;
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	}

th.darkcyan {
	background-color: #008b8b;
	color: #ffffff;
	font: Arial, san-serif;
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	}
	
th.darkolivegreen {
	background-color: #556b2f;
	color: #ffffff;
	font: Arial, san-serif;
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	}

th.darkgoldenrod {
	background-color: #b8860b;
	color: #ffffff;
	font: Arial, san-serif;
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	}

th.darkkhaki {
	background-color: #bdb76b;
	color: #ffffff;
	font: Arial, san-serif;
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	}
	
th.darksalmon {
	background-color: #e9967a;
	color: #ffffff;
	font: Arial, san-serif;
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	}
	
th.yellow {
	background-color: #fcfe64;
	color: #000080; 
	font-family: Arial, san-serif;
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	}

th.peach {
	background-color: #fea964;
	color: #000080; 
	font-family: Arial, san-serif;
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	}

th.yellowgreen {
	background-color: #9acd32;
	color: #000080; 
	font-family: Arial, san-serif;
	font-size: 14px;
	text-align: center;
	font-weight:normal;
	}

hr.navyblue {
	color: #000080;
	}


hr.darkolivegreen {
	color: #556b2f;
	}
	
hr.darkcyan {
	color: #008b8b;
	}

hr.darkorange {
	color: #ff8c00
	}


	
#footer {
	position: absolute;
	top: 850px;
	left: 0px;
	color: #000000;
	font-family: Arial, san-serif;
	font-size: 12px;
	text-align: center;
	line-height: normal;
	vertical-align: middle;
	}


/* Begin Homepage pics and additional links */


	
#table_pics {
	border-collapse: collapse;
	position:absolute;
	top: 148px;
	left: 129px;
	width: 450px;
	}	

#mostusedlinks {
	border-collapse:collapse;
	border:thin solid #648ffe;
	position:absolute;
	top: 148px;
	left: 595px;
	text-align: center;
	width: 150px;
	background-color: #FFFFFF;
	}
	
td.odd_left {
	background-color:#bfefff;
	border-left: thin solid #648ffe;
	padding-left: 5px;
	text-align: left;
	}
	
td.odd_right {
	background-color: #bfeffe;
	border-right: thin solid #648ffe;
	padding-right: 5px;
	text-align: right;
	}	
	
td.even_left {
	background-color: #bfefff;
	border-left: thin solid #648ffe;
	padding-left: 5px;
	text-align: left;
	}

td.even_right {
	background-color: #bfefff;
	border-right: thin solid #648ffe;
	padding-right: 5px;
	text-align: right;
	}
	
td.bottom_even_left {
	background-color: #8eb6fa;
	border-left: thin solid #648ffe;
	border-bottom: thin solid #648ffe;
	padding-left: 5px;
	text-align: left;
	}
	
td.bottom_odd_left {
	background-color: #bfefff;
	border-left: thin solid #648ffe;
	border-bottom: thin solid #648ffe;
	padding-left: 5px;
	text-align: left;
	}

td.bottom_even_right {
	background-color: #8eb6fa;
	border-right: thin solid #648ffe;
	border-bottom: thin solid #648ffe;
	text-align: right;
	padding-right: 5px;
	}
	
td.bottom_odd_right {
	background-color: #bfefff;
	border-right: thin solid #648ffe;
	border-bottom: thin solid #648ffe;
	padding-right: 5px;
	text-align: right;
	}

td.left {
	padding-left: 5px;
	text-align: left;
	}
	
td.right {
	padding-right: 5px;
	text-align: right;
	}	
	 	
td.odd {
	background-color: #bfefff;
	border-left: thin solid #648ffe;
	border-right: thin solid #648ffe; 
	padding-left: 5px;
	}

td.even {
	background-color:#bfefff;
	border-left: thin solid #648ffe;
	border-right: thin solid #648ffe;
	padding-left: 5px;
	}

td.odd_green {
	background-color: #bfffda;
	border-left: thin solid #64fd9e;
	border-right: thin solid #64fd9e; 
	padding-left: 5px;
	}
td.even_green {
	background-color:#bfffda;
	border-left: thin solid #64fd9e;
	border-right: thin solid #64fd9e;
	padding-left: 5px;
	}

td.bottom_odd_green {
	background-color: #bfffda;
	border-right: thin solid #64fd9e;
	border-bottom: thin solid #64fd9e;
	border-left: thin solid #64fd9e;
	padding-left: 5px;
	}
	
td.bottom_even_green {
	background-color: #bfffda;
	border-right: thin solid #64fd9e;
	border-bottom: thin solid #64fd9e;
	border-left: thin solid #64fd9e;
	padding-left: 5px;
	}

td.odd_red {
	background-color: #ffbfbf;
	border-left: thin solid #fe6468;
	border-right: thin solid #fe6468; 
	padding-left: 5px;
	}
	
td.even_red {
	background-color:#ffbfbf;
	border-left: thin solid #fe6468;
	border-right: thin solid #fe6468;
	padding-left: 5px;
	}

td.bottom_odd_red {
	background-color: #ffbfbf;
	border-right: thin solid #fe6468;
	border-bottom: thin solid #fe6468;
	border-left: thin solid #fe6468;
	padding-left: 5px;
	}
	
td.bottom_even_red {
	background-color: #ffbfbf;
	border-right: thin solid #fe6468;
	border-bottom: thin solid #fe6468;
	border-left: thin solid #fe6468;
	padding-left: 5px;
	}

td.yellow {
	background-color: #fdffbd;
	border-left: thin solid #fcfe64;
	border-right: thin solid #fcfe64;
	}
	
td.even_yellow {
	background-color:#fdffbd;
	border-left: thin solid #fcfe64;
	border-right: thin solid #fcfe64;
	padding-left: 5px;
	}

td.bottom_odd_yellow {
	background-color: #fdffbd;
	border-right: thin solid #fcfe64;
	border-bottom: thin solid #fcfe64;
	border-left: thin solid #fcfe64;
	}
	
td.bottom_even_yellow {
	background-color: #fdffbd;
	border-right: thin solid #fcfe64;
	border-bottom: thin solid #fcfe64;
	border-left: thin solid #fcfe64;
	padding-left: 5px;
	}

td.peach {
	background-color: #fdffbd;
	border-left: thin solid #fea964;
	border-right: thin solid #fea964;
	}


td.bottom_odd {
	background-color: #ffffff;
	border-right: thin solid #648ffe;
	border-bottom: thin solid #648ffe;
	border-left: thin solid #648ffe;
	padding-left: 5px;
	}
	
td.bottom_even {
	background-color: #bfefff;
	border-right: thin solid #648ffe;
	border-bottom: thin solid #648ffe;
	border-left: thin solid #648ffe;
	padding-left: 5px;
	}

td.middle {
	background-color: #ffffff;
	border-right: thin solid #648ffe;
	border-left: thin solid #648ffe;
	}
	
td.middle_top {
	background-color: #ffffff;
	border-top: thin solid #648ffe;
	border-right: thin solid #648ffe;
	border-left: thin solid #648ffe;
	}
	
td.middle_bottom {
	background-color: #ffffff;
	border-right: thin solid #648ffe;
	border-bottom: thin solid #648ffe;
	border-left: thin solid #648ffe;
	}

td.middle_odd {
	background-color: #b9cdfd;
	border: none;
	padding-right: 5px;
	text-align: right;
	}
	
td.middle_even {
	background-color:#8eb6fa;
	border: none;
	padding-right: 5px;
	text-align: right;
	}

td.middle_bottom_odd {
	background-color: #b9cdfd;
	border-bottom: thin solid #648ffe;
	padding-right: 5px;
	text-align: right;
	}
	
td.middle_bottom_even {
	background-color: #8eb6fa;
	border-bottom: thin solid #648ffe;
	padding-right: 5px;
	text-align: right;
	}

td.middle_top {
	background-color: #b9cdfd;
	padding-right: 5px;
	text-align: right;
	}

td.middle_odd_vertical {
	background-color: #b9cdfd;
	border-right: thin solid #648ffe;
	border-left: thin solid #648ffe;
	padding-right: 5px;
	text-align: right;
	}

td.middle_even_vertical {
	background-color: #8eb6fa;
	border-right: thin solid #648ffe;
	border-left: thin solid #648ffe;
	padding-right: 5px;
	text-align: right;
	}

td.top_odd {
	background-color: #b9cdfd;
	border-top: thin solid #648ffe;
	border-right: thin solid #648ffe;
	border-left: thin solid #648ffe;
	}
	
ul {
	list-style-type: disc;	
	list-style-position: outside;
	}
	
li {
	list-style-type: disc;
	list-style-position: outside;
	}

li.yellow_list {
	background-color: #fdffbd;
	border-right: solid thin #fcfe64;
	border-bottom: solid thin #fcfe64;
	border-left: solid thin #fcfe64;
	}

li.yellow_bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: yellow;
	list-style-type: disc;
	}
	
li.odd {
	background-color: #ffffff;
	border-left: thin solid #648ffe;
	border-right: thin solid #648ffe; 
	}
	
li.even {
	background-color:#8eb6fa;
	border-left: thin solid #648ffe;
	border-right: thin solid #648ffe;
	}

li.bottom_odd {
	background-color: #ffffff;
	border-right: thin solid #648ffe;
	border-bottom: thin solid #648ffe;
	border-left: thin solid #648ffe;
	}
	
li.bottom_even {
	background-color: #8eb6fa;
	border-right: thin solid #648ffe;
	border-bottom: thin solid #648ffe;
	border-left: thin solid #648ffe;
	}


#goals {
	border-collapse:collapse;
	border: thin solid #648ffe;
	background-color: #cbeafe;
	position:absolute;
	top:388px;
	left:129px;
	width: 444px;
	font-size:12px;
	font-family: Arial, sans-serif;
	color: #000000;
	height: 124px;
	}	
	
#dreams {
	border-collapse:collapse;
	border: thin solid #648ffe;
	background-color: #cbeafe;
	position:absolute;
	top:529px;
	left:129px;
	width:445px;
	height: 138px;
	font-size:12px;
	font-family: Arial, sans-serif;
	}

#hostmonster {
	border-collapse: collapse;
	position: absolute;
	border: thin solid #648ffe;
	top: 477px;
	left: 0px;
	text-align: center;
	width: 110px;	
	}

#radio {
	border-collapse: collapse;
	position: absolute;
	border: thin solid #648ffe;
	top: 573px;
	left: 0px;
	text-align: center;
	width: 110px;
	}

#fonvillemorisey {
	border-collapse: collapse;
	position: absolute;
	border: thin solid #648ffe;
	top: 403px;
	left: 0px;
	text-align: center;
	width: 110px;
	}

#blogs {
	border-collapse: collapse;
	position: absolute;
	border: thin solid #648ffe;
	top: 684px;
	left: 0px;
	text-align: center;
	width: 110px;
	}

		
/* End of Homepage pics and additonal links */


/* Begin Stamps Homepage */

.stamps_header {
	border-collapse:collapse;
	border:none;
	position:absolute;
	top:148px;
	left:610px;
	width:125px;
	font-family:Arial, sans-serif 24px bold;
	font-size:24px;
	font-weight:bold;
	color: #000080;
	text-align:center;
	background-color:#8DA9C6;
	}

.stamps_auctions {
	border-collapse:collapse;
	border:none;
	position:absolute;
	top: 171px;
	left: 610px;
	text-align: center;
	border-bottom:solid thin #8da9c6;
	border-left: solid thin #8da9c6;
	}

/*End Stamps Hompage */
