﻿/* CSS for coloringpagesource site */



html, body {
	height: 100%;
	font-family:Veranda, Arial, Helvetica, sans-serif;
/*	background-image: url(images/backgroundspectrum2.gif);*/
	font-size: medium;
	background-color: #FFFFE0;
}

li {
	font-size: small;
	list-style-type: square;
}


p {
	font-size: medium;
	color: black;
}

em {
	text-transform: uppercase;
}

h1, h2, h3 {
	font-family: font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

h1 {
	font-size: x-large;
	color: orange;
	background color: #FFFFFF;
/*	padding-top: 2em;          */
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
/*	background: navy url(backgrounds/header-bg.jpg) repeat-y right;*/
}

h2 {
	color: navy;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
}

h3 {
	color: navy;
	font-size: 110%;
	font-weight: normal;
	padding-top: 15px;
}

h2, ul {
	margin-top: 15px;
}



a {
	font-weight: normal;
	text-decoration: none;
	font-size: medium;
	font-color: blue;
}

table {
	border: none;
	/*border-collapse: collapse;*/
	/* border: 1px solid black; */
}


th {
	text-align: center;
	background: white;
	padding: 0.2em;
}

td {
	border: none;
	/* border: 1px solid black;*/
	padding: 10px;
	valign: top;
	align: center;
	width:225px;

}

a:link {
	color: blue;
}

a:visited {
	color: grey;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: blue;
}

a:active {
	color: aqua;
	background-color: navy;
}


#container {

	position: relative;
/*	height: 100%;*/
	height: 1200px;
	width: 1200px;
	margin: 0 auto;
 	text-align: left;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 10px 10px;
	border-style: solid;
	border-color: #6633CC;
}




#longcontainer {
   	position: relative;
 	width:1200px;
 	margin-left: auto;
 	margin-right: auto;
	height:2500px; 
 	text-align: left;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 10px 10px;
	border-style: solid;
	border-color: #6633CC;
	
}

#exlongcontainer {
   	position: relative;
	height: 4800px;
 	width:1200px;
 	margin-left: auto;
 	margin-right: auto;
 	text-align: left;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 10px 10px;
	border-style: solid;
	border-color: #6633CC;

}



#navigation {
	width: 180px;
	background-color: #7da5a8
	
}

#header {
	position: absolute;
	top: 10px;
	left: 325px;
/*border-top: 3px solid #7da5d8;*/
/*	width: 750px;*/
    
}


#gsearchbox {
	position: absolute;
	top: 5px;
	left: 200px;
}



#menu {
	margin: 0 auto;
	position: absolute;
	top: 310px;
	left: 260px;
}

#linkunit {
	position: absolute;
	top: 330px;
	left: 250px;
}


#bodycontent {
	margin: 0 auto;
	position: absolute;
	left: 360px;
	top: 390px;
	width: 800px;
	border-left: 2px solid #6633CC;
	padding-left: 20px;
	margin: 10px;
	display: block;

}

#footer {
	position:absolute;
	bottom: 0;
	height: 103px;			/* Height of the footer */
	width: 798px;
	background: #fff;
	text-align: center;
	line-height: 103px;
}

#adrectangle1 {
	position: absolute;
	left: 25px;
	top: 390px;
	width: 300px;
	height: 250px;
/*	border: 2px solid black;*/
}


#adrectangle2 {
	position: absolute;
	left: 25px;
	top: 890px;
	width: 300px;
	height: 250px;
/*	border: 2px solid black;*/
}

.fun {
	color: #339999;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em;
}

.termtopics {
	text-decoration: underline;
	font-weight: bold

}

.boyanddog {
	position: relative;
	top: 200px;
	float: right;
}

.girlanddog {
	position: relative;
	top: 220px;
	float: left;
}


.boycrayon {
	float:right;
	padding: 15px;
/*position: absolute;*/
/*	top: 200px;*/
/*	left: 550px;*/
}

.crayongirl {
	float:left;
	padding: 15px;
}





.footertext {
	font-family:Veranda, Arial,  Helvetica, sans-serif;
	font-color: navy;
	font-size: small;
}


