﻿/*
      Created by didsburydesign.com
*/
body {
	margin:0px;
	background: #999;
	color: #000000;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 1em;
}
#statusBar{
	text-align:center;
	padding:4px;
	margin-bottom:4px;
	border-bottom:2px #000000 solid;
	background-color: #777;
	font-size: 1.4em;
	color:#000000;
	font-weight:bold;
}
#statusBar a{
	color:#ffffff;
	font-weight:bold;
}
#container {
	width: 880px;
	margin: auto;
	background: #fff;
	border: 2px solid #000;
	margin-top:5px;
}

#header {
	background: #fff;
	margin-bottom: -3px;
	height:125px;
}

#MainLeft UL {
	padding: 0px;
	margin: 0px;
	margin-left: -5px;
}

#MainLeft li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.navSpan {
	width: 200px;
	height:40px;
	display: block;
	border-bottom: 1px solid #000;
	background: #aaaaaa;
}

.navSpan:hover {
	background: #cccccc;
}

#MainContainer {
	width: 860px;
	/*background-image: url(Graphics/bg.jpg);
	background-repeat: repeat-y;*/
	padding: 10px;
	Position:relative;
}

#MainLeft {
	width: 200px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	padding-left: 5px;
	float: left;
}

#MainRight {
	width: 640px;
	margin-left: 215px;
}

#contentArea {
	background: #fff;
	border: 0px solid #000;
	width: 620px;
	padding: 10px;
	padding-top: 0px;
	min-height: 350px;
}

/*a.link{
	color:#000000;
	text-decoration:underline;
}

a.link:hover{
	color:#cccccc;
}*/

p a { color:#000; text-decoration:underline; font-weight:bold}
p a:visited { color:#000; font-weight:bold}
p a:hover { color:#222;}

#Footer {
	width: 870px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 1em;
	padding: 5px;
}

#Footer a,a:visited {
	color: #fff;
}

#Footer a:hover {
	color: #fff;
}

.line {
	color: #BA8747;
	font-size: 0.2em;
	background-color: #f29400;
	height: 6px;
	padding: 0px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}


blockquote {
	color: #808080;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
}

.confirm{
	border: 1px solid #000000;
	background-color: #33FF33;
	text-align:center;
}

img{
	border: 0px;
}

h1{
	font-size: 1.4em;
	color:#444;
	font-weight:bold;
	margin-top: 0px;
	padding-top: 0px;
}

h2{
	font-size: 1.2em;
	color:#444;
	font-weight:bold;
}
h3{
	font-size: 1.1em;
	color:#444;
	font-weight:bold;
}
td{
	padding: 1px;
	text-align: center;
}

p{
margin-top:3px;
}
/* Boot Camp Step title */
.stepTitle {
	color: #b11419;
	font-weight: bold;
}

.toprightMainContent {
	position: absolute;
	right:0;
	top:0;
	z-index: 5;
	display: block;
	margin: 5px;
	margin-right: 20px;
	height: 15px;
	width: 40px;
	background: url(../images/edit.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}
#rightcolumnblog {
	margin-left:20px;
}
