/* Main Page Tags */
body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: .80em;
	background-color: White;
}
p{
	margin: 0 0 10px 0;
}
h1{
	font-size: 2em;
	font-weight: normal;
	color: Teal;
	margin: 0 0 10px 0;
}
h1 img{
	vertical-align: bottom;
}
h2{
	padding: 5px;
	font-size: 1.25em;
	font-weight: normal;
	color: White;
	background-color: #06AFAA;
	border-bottom: 3px solid #DDDDDD;
	margin: 0 0 10px 0;
}
h2 a:link, a:visited{
	color: White;
	text-decoration: underline;
}
strong{
	color: Silver;
	margin: 0 0 5px 0;
}
ul a{
	font-size: 1.10em;
}
li {
	margin: 0 0 10px 0;
}
img {
	border: 0px;
}
a:link, a:visited {
	color: Teal;
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color: Orange;
	text-decoration: underline;
}

/* Main Page ID's */
#wrapper{
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 700px;
}
#sidebar{
	float: left;
}
#sidebar img{
	border: none;
}
#content{
	padding: 5px;
	margin: 0 0 0 290px;
}
#contentwide{
	margin: 0 0 0 10px;
}
#footer{
	clear: left;
	text-align: center;
	margin: 10px 0 0 0;
}
#footer img{
	vertical-align: middle;
}

/* Main Page Classes */
.linkbox{
	padding: 5px;
	background-color: Silver;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: Aqua;
	border-top-color: Aqua;
	border-top-style: solid;
	border-top-width: 2px;
}
.boxhdr{
	margin: 0;
}
.button{
	display: block;
	background-image: url(images/buttonBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 0 0 47px;
	line-height: 3.5em;
}
.button:link, .button:visited {
	color: White;
	font-size: 1.10em;
	font-weight: bold;
	text-decoration: none;
}
.button:hover, .button:visited:hover {
	color: Orange;
	text-decoration: underline;
}