/* CSS Document */
body{
	width: 780px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	color: #999;
	text-align: left;
	background-image: url(Images/BlueBackground.gif);
	background-repeat: repeat;
	background-color: #FFF;
	}
	
#header {
	height: 100px;
	width: 780px;
	background-color: #FFF;
}

#navbar {
	width: 780px;
	height: 50px;
	background-color: #FFF;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: thin;
	}
	
#advert {
	width: inherit;
	height: 110px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
}

#container1 {
	float: left;
	width: 100%;
	background-color: #FFF;
}


#leftbanner {
	float: left;
	width: 26%;
	background-color: #FFF;
}

#content {
	float: left;
	width: 74%;
	background-color: #FFF;
	text-align: justify;
	font-size: 12px;
}

#content h1 {
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-size: 14px;
	color: #C00;
	}
	
	#content h2 {
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-size: 12px;
	color: #666;
	}

#content p {
	padding-left: 0.6em;
	padding-right: 0.6em;
	}

#content a {
	text-decoration:none;
	color: #C00;
}

#content a:hover {
	color: #999;
}

#footer {
	width: 780px;
	background-color: #FFF;
	text-align: center;
	color: #999;
	font-size: 10px;
}

#footer a {
	text-decoration:none;
	color: #C00;
}

#footer a:hover {
	color: #999;
}

#box{	
	margin-top: -8px;
	padding-left: 0.3em;
	padding-right: 0.4em;
}

#box h1 {
	padding-left: 0.2em;
	font-size: 14px;
	color: #FFF;
	background-color: #C00;
	text-align:left;
	line-height: 20px;
	margin-bottom: -12px;
}
	
#box p {
	text-align: left;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border: #C00 solid 1px;
	}
	
#box a {
	text-decoration:none;
	color: #C00;
}

#box a:hover {
	color: #006;
}

.resource {
}

.resource a:link { 
	color: #C00; 
	text-decoration:none; 
} 

.resource a:visited { 
	color: #C00; 
	text-decoration:none;
}

.resource a:hover { 
	color: #CCC; 
	text-decoration:underline; 
	}
	
.resource a:active { 
	color: #999; 
	text-decoration:none;
} 

.resources body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.bigWordProject {
	text-align: center;
}

.sold {
	color: #F00;
}

.delivery {
	padding-left: 1.9em;
	font-size: 18px;
	color: #C00;
}

