@charset "UTF-8";
/* CSS Document */
#mainContent #leftCol {
	display: none;
}
#mainContent #rightCol {
	width: 85%;
}
h2 {
	margin-top: 15px;
	clear: both;
}
.boldred {
	font-weight: bold;
	color: #F00;
}
#cme {
	width: 90%;
	padding: 0px 10px;
	border: 1px solid #322762;
}
.medTable  {
	background-color: #fff;
	
}
.medTable td {
	background-color: #CCDFE3;
	color: #0E2546;
}
.medTable th {
	background-color: #866BA0;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.medTable input[type=text], .medTable input[type=password], .medTable textarea, .medTable select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #6384B6;
	color: #333;
	padding: 3px;
}

#medHomeVideo {
	float: left;
	width: 525px;
	height: 350px;
}
#medHomeLogos {
	float: left;
	width: 225px;
	margin-left: 25px;
	text-align: right;
}
#medHomeMain {
	clear: both;
	width: 100%;
}
button.css3button {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 2px 6px;
	cursor: pointer;
	background-color: #866BA0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #0F2964;
}
#toolkitTable {
	border-top: 1px none #322762;
	border-right: 1px solid #322762;
	border-bottom: 1px solid #322762;
	border-left: 1px none #322762;
}
#toolkitTable td,#toolkitTable th {
	font-size: 12px;
	border-top: 1px solid #322762;
	border-right: 1px none #322762;
	border-bottom: 1px none #322762;
	border-left: 1px solid #322762;
}
#toolkitTable th {
	font-weight: normal;
	background-color: #F9EDC2;
}