/* This CSS stylesheet controls the presentation of text  */
/* sizing and positioning should be in layout.css         */
/* Absolutely no BROWSER HACKS in this file. Keep those in separate CSS files */

/* Note this file is also used by the RTE in the Typo3 backend */

body {
    background: #FAFAFA;
    font: 76% arial, helvetica, verdana, sans-serif;
}

abbr, acronym, .abbr {
    border-bottom: 1px dotted #333;
    cursor: help;
}

table {
}


a:link {
    color: #009;
}

a:visited {
    color: #006;
}

a:hover {
    color: #c00;
    text-decoration: none;
}


p {
    margin: 0px 0 1em 0;
    line-height: 130%;
}

h1 {
    font-size: 150%;
    line-height: 100%;
    border-bottom: 1px solid #aaa;
    margin: 6px 0 5px 0; 
    clear: both;
}

h2 {
    color: #c00;
    font-size: 114%;
    font-weight: bold;
    margin: 3px 0 8px 0; 
}

h3 {
    color: #000;
    font-size: 105%;
    font-style: italic;
    font-weight: bold;
    margin: 3px 0 1px 0; 
}

h4 {
    color: #c00;
    font-size: 102%;
    font-weight: bold;
    margin: 3px 0 5px 0; 
}

.redbutton {
   font-family: verdana;
   color:#fff;
   font-size:90%;
   background-color:#c00;
   border:1px solid;
   border-top-color:#f00;
   border-left-color:#f00;
   border-right-color:#8a0000;
   border-bottom-color:#8a0000;
   height: 20px;
   padding: 0;
}

#middle_twocol, #middle_onecol {
}

#container {
	background-color: #fff;
}

#right p {
    margin-top: 2px;
}

#left p {
    margin: 5px 8px 20px 8px;
}


#header-left h6 {
    font-family: serif;
    font-size: 150%;
    margin: 2px 0 0 0;
    font-variant: small-caps;
    font-weight: 100;
    letter-spacing: 1px;
}

#header-left h6.large {
    margin: 3px 0 0 7px;
    padding: 0;
}


#header-left h6 a {
    text-decoration: none;
    color: #fff;
}

#pagetitle h2 {
    color: #000;
    margin: 0 0 0 2px;
    font-size: 130%;
    font-weight: bold;
}

#search a, #search form {
    text-decoration: none;
    color: #fff;
}

#subheader h1 {
    border: none;
    font-size: 180%;
    line-height: 140%;
    margin: 0 0 1px 7px;
    color: #885;
    font-weight: bold;
}
    
#subheader h1 a  {
    color: #996;
    text-decoration: none;
}

#subheader h1 a:hover  {
    color: #996;
    text-decoration: none;
}

#subheader h3 {
    border: none;
    font-size: 140%;
    margin: 0 0 1px 7px;
    color: #885;
    font-weight: bold;
}

#subheader h3 a  {
    color: #996;
    text-decoration: none;
}

#subheader h3 a:hover  {
    color: #996;
    text-decoration: none;
}

#yellowband {
    background-color: #cc9;
    height: 2px;
    white-space: nowrap;
    overflow: hidden;
}

#footer p {
    margin: 5px;
    font-size: 90%;
}

/* Styling for the CoE homepage */

#h2    {
	color: #fff;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #036;
	margin: 0;
	padding-top: 0.25em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 10px;
	font-weight: bold;
}
#h2 a {
  color: #fff !important;
  text-decoration: none !important;
}
#indent {
	padding-left: 10px;
	}