/* ------------- MODERN BROWSERS ------------- */

DIV.ddsubmenu { display:none; position:absolute; z-index:100; }
DIV.ddsubmenu TABLE { background-color:#ffffff; }
DIV.ddsubmenu TABLE TD { background-color:#7acbe5; font-size:11px; }
DIV.ddsubmenu TABLE TD A { font-family:verdana; display:block; padding: 3px 3px 3px 3px; width:180px; text-decoration:none; }
DIV.ddsubmenu TABLE TD A:link { color:#000000; }
DIV.ddsubmenu TABLE TD A:visited { color:#000000; }
DIV.ddsubmenu TABLE TD A:hover { color:#ffffff; text-decoration:none; background-color:#dc3030; }
DIV.ddsubmenu TABLE TD A:active { }
#ddmain { background-color:#f89a22; }
#ddmain TD { background-color:#f89a22; font-size:12px; }
#ddmain TD A { font-family:verdana; text-decoration:none; }
#ddmain TD A:link { color:#ffffff; }
#ddmain TD A:visited { color:#ffffff; }
#ddmain TD A:hover { color:#dc3030; text-decoration:none; }
#ddmain TD A:active { }

/* ------------- END MODERN BROWSERS ------------- */
/* ------------- NETSCAPE 4.X ------------- */

#ddmainn4 { background-color:#f89a22; }
#ddmainn4 TD { background-color:#f89a22; }
A.ddmainlinkn4 { font-family:verdana; font-size:12px; }
A.ddmainlinkn4:link { color:#ffffff; }
A.ddmainlinkn4:visited { color:#ffffff; }
A.ddmainlinkn4:hover { color:#dc3030; text-decoration:none; }
A.ddmainlinkn4:active { }

/* ------------- END NETSCAPE 4.X ------------- */

body {
	background-color : #F0CCA5;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 76%;
/* In CM3 this will cause the editor to center the text,  */
/* text-align : center; */
	margin : 0;
	margin-top : 0;
	margin-left : 0;
}

table { 
	font-size : 1.0em;
}

div#container {
	background-color : #F89A22;
	text-align : left;
	padding : 0;
	width : 750px;
}

div#masthead {
}

div#menu {
}

div#inside_container {
	padding : 10px 16px 55px 9px;
}

div#global_nav {
}

div#global_nav img {
	border-bottom : 1px solid #ffffff;
}

div#putcontenthere {

	/* Avoid padding and use specific widths to solve the problem where the editor "chops" off the right side when embedded. */
	width:516px;
	margin : 14px 0 0 33px;

	font-size : 0.9em;
	line-height : 16px;
	text-align : left; 
}

/* Directly style the editable area to buymp the font size back up. */

div#putcontenthere #idContent {
	font-size:1.3em;
	line-height:16px;
}

div#putcontenthere a:link, div#putcontenthere a:visited {
	color : #ffffff;
	text-decoration : none;
}

div#putcontenthere a:hover, div#putcontenthere a:active {
	color : #DC3030;
	text-decoration : underline;
}

div#putcontenthere .header1 {
	font-family : arial;
	font-size : 1.5em;
	font-weight : bold;
	color : #DC3030;
}

.cm_header1 {
	font-family : arial;
	font-size : 1.5em;
	font-weight : bold;
	color : #DC3030;
}

.heading {
	font-family : arial;
	font-size : 1.5em;
	font-weight : bold;
	color : #DC3030;
}