body {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_main/mechPgbg.jpg */
	background-image: url(../assets/img_main/ec_pBG.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	/* Sets page content to start 162px from the top to clear NavBar */
	margin: 150px 0px 0px;
	padding: 0px;
}

/* Font Family for entire Document */
body, td, div, ul, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Headings */
h1, h2, h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #990000;
}

h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
	border-bottom: 1px dotted #003399;
}

/* Main Contant Area */
#mncontent {
	font-size: 13px;
	/* The Double Comment Markers hide the line height property from Netscape 4 */
	/*/*/line-height: 1.5; /* */
}
#mncontent a:link {
	color: #000000;
	font-weight: bold;
	font-variant: normal;
}
#mncontent a:visited {
	color: #666666;
	font-weight: bold;
	font-variant: normal;
}
#mncontent a:hover, #mncontent a:active {
	color: #FFFFFF;
	background-color: #3366FF;
	text-decoration: none;
}

/* Sidebar */
#sidebar {
	font-size: 12px;
	line-height: 1.5;
}
#sidebar h3 {
	margin: 0px 0px 6px 0px;
	font-size: 15px;
}
#sidebar p {
	margin: 0px 0px 8px 0px;
}
#sidebar a:link {
	color: #000000;
}
#sidebar a:visited {
	color: #999999;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3366FF;
}

/* Middle Column for Vertical Page Rule */
#midcolumn {
	/* NN4! Change URL to Absolute (http://www.yourdomain.com/assets/img_main/ecVrule.gif*/
	background-image: url(../assets/img_main/ecVrule.gif);
	background-repeat: repeat-y;
}

/* Footer Area */
#footertable { /* Provides offset from the main table */
	margin: 30px 0 0;
}
#footer {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
#footerbg {
	background-image: url(../assets/img_main/ecFtrBG.gif);
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
#footer a:link {
	color: #000000;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	background-color: #3366FF;
	text-decoration: none;
}

/* floating elements */
.floatLeft{float: left;}
.floatRight{float: right;}
.image-left{float: left; vertical-align: text-top; padding-right: 5px;}
.image-right{float: right; vertical-align: text-top;}
div.wrapContainer{width:99.5%; float:left;}

/* Rounded box - http://www.neuroticweb.com/recursos/css-rounded-box/index.php*/
/* set millions of background images */
.rbroundbox { background: url(/assets/img_main/nt.gif) repeat; }
.rbtop div { background: url(/assets/img_main/tl.gif) no-repeat top left; }
.rbtop { background: url(/assets/img_main/tr.gif) no-repeat top right; }
.rbbot div { background: url(/assets/img_main/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/assets/img_main/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; color: #000000; }
.rbroundbox { width: 50%; margin: 1em auto; }

/* The UL rule Double Comment Markers make it invisible to Netscape 4 which does not support the properties used */
ul {
	/*/*/margin-left: 1em; /* */
	/*/*/padding-left: 1em; /* */
	/*/*/list-style-image:  url(../assets/img_main/ec_bullet.gif); /* */
	/*/*/list-style-type: none; /* */
}

/* Describes the Layer that holds the Skip Nav Link */
/*see accessibility section */
#skipnav {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	background-color: #CCCCCC;
	border: 1px dashed #990000;
	width: 100%;
	margin: 0px 0px 8px;
}
.greyback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	background-color: #FFFF99;
	padding: 0px;
}
greybackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	background-color: #CCCCCC;
	padding: 1px;
	border: 1px dashed #990000;
}
