/* Start of CMSMS style sheet 'Contemporary' */
/*
Donnie Brandt
Elipsus.com
Feb. 24, 2007
*/

body {
	background: #554642 url(images/cms/speak.jpg) repeat-x top;
	margin: 0px;
	border: 0px;
	font: 10pt/1.5em "Times New Roman", Times, serif;
	color: #000000;
}
h1 {
	font-size: 14pt;
	font-weight: lighter;
	color: #AA9767;
	letter-spacing: -0.05em;
}

/*Classes*/
.content {
	width: 800px;
	margin: 0 auto;
}
.header {
	/*background-image: url(images/cms/Speak_01.jpg);*/
	height: 132px;
	width: 800px;
}
.middle {
	width: 800px;
	background-image: url(images/cms/Speak_02.png);
	background-repeat: repeat-y;
}
.footer {
	height: 51px;
	width: 800px;
	background-image: url(images/cms/Speak_04.jpg);
}
.leftcol {
	width: 145px;
	/*border: 1px solid #FF0000;*/
	float: left;
	margin-left: 17px;
}
.centercol {
	width: 400px;
	/*border: 1px solid #FF0000;*/
	float: left;
	margin-left: 35px;
}
.rightcol {
	width: 150px;
	/*border: 1px solid #FF0000;*/
	float: left;
}
.nav {
	border-left: 1px solid #CCCCCC;
	/*border: 1px solid #FF0000;*/
}
.nav ul {
	list-style-type: none;
	/*border: 1px solid #FF0000;*/
}
.nav a {
	width: 140px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 14pt;
	padding-left: 10px;
	margin-left: -80px;
	/*border: 1px solid #FF0000;*/
}
.nav a:hover {
	background-image: url(images/cms/Speak_05.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.leftcol img {
	padding: 5px;
	margin: 0px 0px 15px 12px;
	border: 1px solid #846a57;
	background-color: #b79d89;
}
.leftcol img:hover {
	background-color: #FFFFFF;
}
.bottomtext {
	text-align: center;
	text-transform: uppercase;
	color: #746764;
	font-size: 9px;
}
.bottomtext a, .bottomtext a:hover, .bottomtext a:visited {
	color: #746764;
}
.centercol a, .centercol a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #000000;
}
.centercol a:hover {
	color: #9B7E69;
}

/*IDs*/
#clear {clear: both;}
/* End of 'Contemporary' */

