/* This is the default CSS*/
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {

}

td, th, p {
	
}

a:link {color: #CE1024;}
a:visited {color:#CE1024;}
a:active {color:#CE1024;}
a:hover {color:#CE1024;}
li { line-height:160%; }

#maincontainer {
}
#header {}
#exchangemodule {padding:10px;}
#exchangemodule h1 {background-image:none;}
#footer {}

.button {background-color:#990134; color:#FFFFFF; padding:2px; font-weight:bold;}
.alert { color:#990000; font-weight:bold;}
.tableband { color: #FFFFFF; font-weight: bold; background-color:#990134; font-size: 85%; text-align:left;} 
.tableband a:link { color: #FFFFFF; text-decoration:underline;} 
.tableband a:visited { color: #FFFFFF; text-decoration:underline;}
.tableband a:active { color: #FFFFFF; text-decoration:underline;}
.tableband a:hover { color: #FFFFFF; text-decoration:underline;}
.small { font-size:85%;}
.box {border:solid; border-color:#000000; border-width:1px; border-top:#990134; border-top-width:10px; border-top-style:solid; padding:5px; margin-bottom:10px;}
.indent20 {
	margin-right: 20px;
	margin-left: 20px;
}

#bookmarks { width:250px; float:right; border:solid; border-color:#000000; border-width:1px; border-top:#990134; border-top-width:10px; border-top-style:solid; padding:10px; margin-left:10px;}

.evenrow {background-color:#FFFFFF;}
.oddrow {background-color: #EBEBEB;}

/*For the Module navigation buttons */
#module_nav { margin-top:-20px;}
#module_nav #navlist ul{padding-left:0; margin-left:0; font-size:85%;}
#module_nav #navlist ul li { display: inline; margin-left:-8px;}
#module_nav #navlist ul li a { padding:5px; margin-right:2px; background-color:#000000; color: #FFFFFF; font-weight:bold; text-decoration: none; line-height:240%; }
#module_nav #navlist ul li a:hover { color: #FFFFFF; font-weight:bold; background-color:#990134;}
#sideLinks ul li a {color:#FFFFFF;}