body {
	background-color: #292C6B;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
table.outside {
	background-color: #292C6B;
	padding: 2px;
	width: 100%;
	border: thin solid #999999;
}
table.main {
	padding: 0px;
	width: 100%;
	border: thin solid #CCCCCC;
	background-color: #292C6B;
}
strong {
	font-weight: bold;
}
strong.orange {
	color: #FFCC66;
}
hr {
	width: 95%;
}
hr.frontpage {
	width: 75%;
	border: 1px solid #CCCCCC;
}
a.image {
	text-decoration: none;
}
a.image:hover {
	text-decoration: none;
}
td.bannertop {
	padding: 0px 0px 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(http://www.cmascenter.org/images/site_wide/background.jpg);
}
a.menu {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFCC;
	font-weight: bold;
	letter-spacing: 2px;
}
a.menu:hover {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFCC00;
	font-weight: bold;
	letter-spacing: 2px;
}

td#leftmenu {
	padding:0px 0px 0px 2px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 18.5em;
	vertical-align: top;
	background: #003399;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#leftmenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 1px 0px 0px;
}
#leftmenu, #leftmenu ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 18.3em;
	}
	
	#leftmenu li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 18.3em;
	}
	
	#leftmenu li:hover {
	position: static;
	}
	
	#leftmenu li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 18.35em;
		margin-top : -1.35em;
	}
	
	#leftmenu li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#leftmenu li a {
	width: 17.3em;
	w\idth : 17.3em;
	display : block;
	color : #FFFFCC;
	font-weight : bold;
	text-decoration : none;
	background-color : #292C6B;
	border : 1px solid #CCCCCC;
	padding : 0 0.5em;
	text-transform: uppercase;
	}
	#leftmenu li a.daddy {
	background-image: url(http://www.cmascenter.org/images/site_wide/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
	#leftmenu li a:hover {
		color : #FFCC00;
		background-color : #292C6B;
	}
	#leftmenu li a.daddy:hover {
	background-image: none;
	}
	
	/*#leftmenu li:hover ul ul, #leftmenu li:hover ul ul ul, #leftmenu li.sfhover ul ul, #leftmenu li.sfhover ul ul ul {
		left: -999em;
	}
	*/
	#leftmenu li:hover ul, #leftmenu li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

table.menu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}

td.bottomborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding:2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
td.bottombordernone {
	padding:2px 0px;
}
table.suggestions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	width: 80%;
	border: medium solid #666666;
	background-color: #FFCC33;
}
td.suggestions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding: 5px;
	border: thin dashed #CCCCCC;
}
td.content {
	padding: 5px 5px 0px;
	width: 80%;
	vertical-align: top;
	
}
table.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 100%;
	padding: 5px;
}
table.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	padding:0px;
}
td.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	text-align:left;
	padding-left: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
p.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
}
td.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 2px;
	text-align:left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	text-decoration: underline;
}
p.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
a.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFCC66;
	text-decoration: none;
	font-weight: bold;
}
a.header2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFCC66;
	text-decoration: underline;
	font-weight: bold;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:5px 0px 0px;
}
h6.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin:5px 0px 0px;
}
input.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #292C6B;
	border: thin solid #CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
input.searchterm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #292C6B;
	border: thin solid #CCCCCC;
	margin: 0px;	
	padding: 1px 1px 1px 3px;
	font-weight: bold;
}
td.banner {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
 label
{
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}


input
{
	color: #000000;
	border: 1px solid #292C6B;
}

.submit input
{
	color: #FFFFCC;
	background: #292C6B;
	border: 2px outset #999999;
	font-weight: bold;
}
td.topmenu {
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	vertical-align: top;
}
td.topmenu2 {
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	vertical-align: top;
	background-color: #003399;
	font-weight: bold;
}
div {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
table.user_details {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #003399;
}

table.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	padding: 5px;
	width: 100%;
	height: 100%;
	border: thin solid #FFFFFF;
}
table.image_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
	padding: 5px;
	width: 100%;
	height: 100%;
	border: thin solid #FFFFFF;
}
table.events_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336600;
	padding: 5px;
	width: 100%;
	height: 100%;
	border: thin solid #FFFFFF;
}
table.releases_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	padding: 5px;
	width: 100%;
	height: 100%;
	border: thin solid #FFFFFF;
}
td.content_layout {
	vertical-align: top;
	padding: 5px 5px 0px;
	height: 100%;
	width: 65%;
}
td.content_layout2 {
	vertical-align: top;
	padding: 5px 5px 0px;
	height: 100%;
	width: 35%;
}
table.slim_border {
	padding: 2px;
	border: thin solid #999999;
}
td.slim_border {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 2px;
}
th.slim_border {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 2px;
}
td.slim_border_right {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 2px;
}
th.slim_border_right {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 2px;
}
table.releases {
	padding: 2px;
	border: thin solid #000000;
	width: 100%;
	background-color: #FFFFFF;
	height: 100%;
}
td.releases {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	vertical-align: top;
}
th.releases {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #666666;
	vertical-align: top;
}
td.releases_right {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	vertical-align: top;
}
th.releases_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #666666;
	vertical-align: top;
	padding: 1px;
}
a.releases {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0000FF;
	text-decoration: none;
}
a:hover.releases {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	text-decoration: underline;
}
td.releases_col {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #666666;
	padding: 1px;
}
td.releases_col_bt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #666666;
	padding: 1px;
}
td {
	padding: 5px;
}
td.nopad {
	padding: 0px;
}
a.bread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0000FF;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover.bread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	text-decoration: underline;
	text-transform: uppercase;
}
span.bread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
table.wide {
	padding: 2px;
	width: 100%;
}
td.left_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	/*border-left-width: medium;
	border-left-style: solid;
	border-left-color: #666666;*/
	border-width: medium;
	border-style: solid;
	border-color: #666666;
	vertical-align: top;
	background-color: #FFFFCC;
	width: 20%;
}
h5.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	margin:5px 0px 0px;
	text-align: left;
}
a.conference {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.conference:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
textarea.suggestions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	border: thin solid #666666;
	margin: 2px;
	padding: 8px;
}
input.suggestions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #292C6B;
	border: thin solid #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
td.sitemap {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 2px;
}
ul.front_page{
	list-style-position: outside;
	list-style-type: square;
	margin: 0px;
	color: #FFFFFF;
	text-align: left;
}
li.front_page {
	margin: 0px;
}
h3 {
	margin: 2px;
	font-size: 16px;
}
font {
	color:#FF0000;
}
font.front {
	color:#CCCCCC;
	font-size: 12px;
}
p.bottomborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 1px 0px 0px;
}
fieldset
{
	border: 1px solid #292C6B;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

legend
{
	color: #000000;
	background: #FFFFCC;
	border: 1px solid #292C6B;
	padding: 2px 6px;
	font-weight:bold;
}