﻿@import url("layout.css");
body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/background_tile1.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #588C57;
}
#container {
	background-color: #fff;
	margin-top: 20px;
}
#masthead {
	background-color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;

}
#masthead p{
	color: #F4FAFF;
	font-size: large;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-style: italic;


}
#tab {
	background-image: url('../images/tabback1.gif');
	background-position: top right;
	height: 27px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}
#tab a {
	color: #96EF93;
	Float: right;
	font-size: small;
	text-decoration: none;
	margin: 0px;
	margin-left: 20px;
	padding-top: 5px;
}
#tab a:hover {
	color: #FFCC66;
}

#navigation {
	border-style: none;
	border-width: 1px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #734518;
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;

}
html>body #navigation {
	list-style: circle;
	overflow: hidden;
}
#column_l {
	width: 362px;
	padding: 15px;
	padding-bottom: 100px;
	background-color: #fff;
	background-color: #E1F0FF;

}
html>body #column_l {
	
	width: 370px;
	padding: 0 15px;
	background-color: #E1F0FF;
}
#column_r {
	width: 217px;
	padding: 15px 0px;
	background-image: url('../images/background_content.gif');
	background-repeat: repeat-y;
	background-color: #F4FAFF;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 5px;
	background-position: right center;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #E1F0FF;
}
#content {
	background-position: top left;
	background-color: #E1F0FF;
	background-image: url('../images/background_content.gif');
	background-repeat: repeat-y;

}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	background-color: #FFFFFF;
}
/* Masthead */
/* #masthead h1 {
	color: #588c57;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	width: 100%;
	margin: 0 0 0 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	text-align: center;
	
}
#navigation li {
	
	text-align: center;
	list-style-type: circle;
	display: inline;
}
#navigation a {
	list-style: circle;
	font-weight: bold;
	text-decoration: underline;
	color: #FFCC66;
	display: inline-block;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;;
	background-repeat: repeat-x;
}
#navigation a:hover {
	font-weight: bold;
	color: #DDEEFF;
	text-decoration: underline;
	list-style-position: outside;
}
/* Right Column */
#column_r img {
	border: 0px solid #808080;
	padding: 0;
}
/* Site typography */
h1 {
	border-width: thin;
	font-size: x-large;
	color: #734518;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-left: 7px;
	border-bottom-style: double;
	padding-top: 5px;
}
h2 {
	font-size: large;
	color: #006699;
	margin-bottom: 0;
	padding-bottom: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style: normal;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 5px;
}
h3 {
	font-size: medium;
	color: #B20101;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: normal;
	margin-bottom: 0;
	padding-bottom: 0px;

}
h4 {
	font-size: medium;
	color: #b20101;
	margin-bottom: 0;
	padding-bottom: 0px;

}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Links */
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
#footer a {
	font-weight: lighter;
	text-decoration: underline;

}
#footer a:hover {
	font-weight: lighter;
	color: #006699;
	text-decoration: underline;
}

/* Links */
a {
	color: #734518;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 0;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/*Ian's Work*/

.formatlist{
	list-style-type: square;
	color: #006699;
}
#checkranking{
	border-bottom-color: #B20101;
	padding: 5px;
	border: 2px;
	color: #734518;
	background-color: #FFCC66;
	border-bottom-style: ridge;
	font-size: large;
	margin-left: 70px;
	margin-right: 70px;
	border-left-style: ridge;
	border-right-style: ridge;
	text-align: center;
	border-top-style: ridge;
	font-weight: bold;
}
#checkranking p{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
#checkranking a:hover{
	color: #B20101;
	text-decoration: none;
}
#column_rfooter a{
	color: #734518;
}
#column_rfooter a:hover{
	color: #006699;
}
/*Ian's Work*/
p {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type: decimal-leading-zero;
	margin-top: 5px;
	padding-top: 0px;
	font-size: small;
	margin-left: 4px;
	margin-right: 4px;
}
.indent {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	border: 1px solid #006699;
	text-indent: 10px;
	padding-left: 10px;
	font-style: italic;
}
.wsite-images {
	border: medium dotted #FFCC66;
	padding: 4px;
	margin: 4px;
}
#logoimage{
	margin-left: 25px;
	margin-bottom: 25px;
	float:left;
}