/* Style for main yellow box */
.mainArea {
	font-family: Arial, Helvetica, sans-serif;
}
.mainArea h2 {
	font-size: 160%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FF0000;
}
.mainArea p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.mainArea a, .mainArea a:link, .mainArea a:visited {
	color: #FF3333;
	text-decoration: none;
	font-weight: normal;
}
.mainArea a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* Style for left top orange box */
.topArea {
	font-family: Arial, Helvetica, sans-serif;
}
.topArea h2 {
	font-size: 135%;
	margin-bottom: 3px;
	margin-top: 0px;
}
.topArea p {
	padding: 0;
	display: block;
	margin-bottom: 3px;
	margin-top: 0px;
	font-size: 0.95em;
}
.topArea a, .topArea a:link, .topArea a:visited {
	color: #FFFF33;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 20px;
}
.topArea a:hover {
	color: #9900CC;
}
/* Style for left top orange box */
.botArea {
	font-family: Arial, Helvetica, sans-serif;
}
.botArea h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #FFCC00;
}
.botArea p {
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	color:#FFFFFF;
}
.botArea a, .botArea a:link, .botArea a:visited {
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
}
.botArea a:hover {
	color: #FFCC00;
	text-decoration: underline;
}


/* General styling for all boxes */
.framed {
	border: 3px solid #FFFFFF;
	display: block;
	margin-left: 10px;
	clear: both;
	width: auto;
	float: right;
}
#rightimage {
	clear: none;
	float: right;
	width: 200px;
}
.mainArea h3 {
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #1D3C97;
}
.botArea ul {
	font-size: 100%;
	margin-left: 0px;
	color: #FFFFFF;
}
.botArea li {
	padding-bottom: 5px;
	list-style-image: url(../images/g_chicken_bullet.gif);
	list-style-type: disc;
}
.caption {
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
	float: right;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
	width: 190px;
}
.media {
	border: 1px solid #FFFFFF;
}
.media th {
	background-color: #00CC00;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
.media td {
	padding: 5px;
	border: 1px solid #FFFFFF;
	vertical-align: top;
	font-size: 90%;
}
.framedLeft {
	border: 3px solid #FFFFFF;
	display: block;
	margin-left: 10px;
	clear: both;
	width: auto;
	float: left;
}
.mainArea .quoteName {
	color: #009900;
}
.framedC {
	border: 3px solid #FFFFFF;
	display: block;
	margin-left: 10px;
	clear: both;
	width: auto;
	float: none;
	text-align: center;
}
