/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: top;
	line-height: 1.3em;
	color: #363C4A;
	background-color: #363c4a;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px 10px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}



table {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 12px;
}

.clear
{
	clear: both;
}

a {
	color: #666;
	text-decoration: underline;
}

a:visited {
	color: #888;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

#topBar {
	background-color: #3678BA;
}

#main {
	width: 770px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	background-color: #eae6e4;
}

#contentHeader {
	text-align: center;
	width: 650px;
	margin: 4px auto 10px auto;
}

#contentTitle {
	text-align: center; 
	margin: 0px auto;
	padding: 5px 0px;
}

#content {
	width: 650px;
	margin: 0px auto;
	padding: 10px 10px 20px 10px;
	text-align: center;
}

#header_logo {
	text-align: left;
}

#header {
	padding-top: 92px;
	text-align: center;
	width: 770px;
	margin: 0px auto;
	background-image: url('images/speechfaces.jpg');
	background-repeat: no-repeat;
	background-color: #eae6e4;
}

#header h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
	color: #222222;
}

#header h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#header h3 {
	padding-bottom: 80px;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	margin: 0px;
}

#title {
	text-align: center; 
	margin: 0px auto;
	padding: 5px 0px;
}

#topMenu {
	width: 750px;
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	padding: 10px;
}

#topMenu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#topMenu a:visited {
	color: #fff;
	text-decoration: none;
}

#topMenu a:hover {
	color: #abc;
	text-decoration: underline;
}

#footer {
	width: 770px;
	background-color: #363c4a;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 10px;
	color: #888;
}

#blob {
	text-align: left;
	width: 650px;
	margin-bottom: 10px;
}

#blobLeft {
	float: left;
	text-align: left;
	width: 525px;
}

#testimonial {
	float: right;
	text-align: center;
	width: 120px;
	font-size: 11px;
	color: #555;
	padding-top: 10px;
}

#menu {
}

.full {
	width: 770px;
}

.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}

.leftPic {
	float: left; 
	padding: 5px 10px 5px 5px;
}

.rightPic {
	float: right; 
	padding: 5px 10px 5px 5px;
}

.currentStep {
	font-size: 12px;
	font-weight: bold;
}

.notCurrentStep {
	font-size: 12px;
	color: #888888;
}

/*************** Page bottom related styles ***************/
.bottomLeft {
	background: url(images/pageBottomLeft.gif);
	padding: 0px;
	width: 27px;
	height: 27px;
}

.bottomRight {
	background: url(images/pageBottomRight.gif);
	padding: 0px;
	width: 27px;
	height: 27px;
}

.bottomMid {
	background-color: #EAE6E4;
	font-size: 10px;
}

