* { margin: 0px; padding: 0px; vertical-align: top; }

td, div, p {
	font-family: Lucida Sans, arial;
	font-size: 12px;
}

p {
	font-style: italic;
	padding-bottom: 10px;
}

img {
	border: none;
}

textarea {
	overflow: auto;
}

body {
	background: #4E6F8B;
}

ul {
	padding-left: 30px;
}

a {
	color: #333;
	
}

h1, h2 {
	color: #144C7B;
	font-size: 18px;
	font-weight: bold;
	font-family: comic sans ms;
}

h1 {
	background: url(../images/blue-cup.png) top left no-repeat;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	text-indent: 65px; 
}

h2 {
}

#mainContentBox {
	width: 768px;
	margin: 0px auto 0px auto;
	background: url(../images/skylineMedium.gif) top left no-repeat;
	background-color: #0b406c;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding-top: 110px;
}

#mainTextSpace {
	width: 631px;
	margin: 0px auto 0px auto;
}

#leftColumn {
	width: 155px;
	float: left;
}

#roastMasterCorner {
	width: 125px;
	background: url(../images/roastmasterBg.png) top left repeat-y;
	margin-left: 15px;
	font-size: 11px;
	font-family: trebuchet ms;
	color: #5d6c75;
}

#roastMasterCorner * {
	font-family: trebuchet ms;
}

div.mainnewsletter,
div.newsletterbutton,
div#subscribelayout {
	border: none;
}

div#subscribelayout {
	text-align: left;
	background: none;
	padding-left: 15px;
	padding-top: none;
}

div#subscribelayout label {
	font-weight: bold;
	font-size: 11px;
	color: #5d6c75;
}

div#subscribelayout input {
	border: 1px solid #5d6c75;
	padding: 1px;
}

div.moduletableccNews p {
	display: none;
}

div.moduletableccNews {
	width: 95px;
	margin: auto 0px auto 10px;
	text-align: center;
}

div.moduletableccNews input.text {
	width: 95px;
	border: 1px solid #cecece;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 3px;
}

div.moduletableccNews input.button {
	margin: 0px auto 0px auto;
}	

#rightColumn {
	width: 431px;
	float: right;
	overflow: auto;
}

#headerArea {
	height: 250px;
	background: url(../images/headerPic.png) top left repeat-y;
}

#menuArea {
	height: 85px;
	background: url(../images/menuBg.png) top left no-repeat;
}

ul.mainMenu {
	padding: 0px;
}

ul.mainMenu li {
	padding-right: 15px;
	text-align: center;
	width: 100px;
	list-style: none;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	position: relative;
	top: 0px;
	left: 0px;
}

ul.mainMenu li a {
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	font-family: comic sans MS;
}

ul.mainMenu li a:hover {
	color: #0b406c;
	text-decoration: none;
}

div ul.mainMenu li ul {
	position: absolute;
	top: 34px;
	left: 0px;
	border-bottom: 2px solid black;
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	width: 200px;
}

div ul.mainMenu li ul li {
	background: white;
	border: 2px solid black;
	padding: 3px;
	height: 20px;
	line-height: 20px;
	width: 190px;
	list-style: none;
	float: none;
	border-bottom: none;
	color: black;
	font-size: 12px;
}

div ul.mainMenu li ul li.hover {
	color: white;
	background: #0b406c;
}

div ul.mainMenu li ul li a {
	color: black;
}

div ul.mainMenu li ul li.hover a {
	color: white;
}

#mainBodyArea {
	width: 606px;
	padding-left: 15px;
	padding-right: 10px;
	background: url(../images/repeatBg.png) top left repeat-y;
	overflow: auto;
	padding-top: 10px;
}

#footerSpace {
	height: 11px;
}

#footer {
	color: white;
}

#footer * a,
#footer * {
	color: white;
	font-size: 11px;
}

#footer .left {
	float: left;
	margin-left: 20px;
	margin-top: 8px;
	width: 200px;
}

#footer .right {
	float: right;
	margin-right: 20px;
	margin-top: 8px;
	width: 500px;
	text-align: right;
}

ul.footerMenu {
	padding: 0px;
	display: none;
}

ul.footerMenu li {
	text-align: center;
	margin-right: 2px;
	list-style: none;
	float: right;
}

.textInput {
	width: 110px;
	border: 1px solid #666;
	background: #dedede;
	padding: 2px;
}

.formLabel {
	font-weight: bold;
}