BODY, H1, H2, H3, H4, H5, H6, P, DIV {
	background: #788ACE;
	color: #000000;
	font-family: Arial,Helvetica,Sans-serif;
}

H1 {
    font-size: 1.6em;
    font-weight: 100;
}
H2 {
    font-size: 1.3em;
    font-weight: 100;
}
H3 {
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 2px;
}

IMG {
    border: 0;
}

ACRONYM, ABBR {
    font-size: 90%;
    font-variant: small-caps;
    color: #ffffff;
    background-color: inherit;
}

.content BLOCKQUOTE {
    font-size: smaller;
    border-left: 1px dotted #cccccc;
    padding-left: 1em;
    padding-right: 1em;
}

/* Definition lists */

DT {
    margin-top: 5px;
    font-weight: normal;
    border-bottom: 1px dotted #FFFFFF;
}

/* Table related styles */

CAPTION {
    caption-side: top;
    text-align: left;
    vertical-align: middle;
    padding-bottom: 5px;
    margin-left: -1px;
    margin-bottom: 5px;
    border-bottom: 0px dotted  #FFFFFF;
    font-size: smaller;
    font-weight: 700;
}

TABLE {
    border-collapse: collapse;
}

TABLE.narrow TD {
    font-size: smaller;
    padding: 0.5em;
}

TR {
    border: 1px solid #788ACE;
}

TD {
    padding: 0.5em;
}

/* showborders class: Display small font and all cell borders */

TABLE.showborders {
    border: 1px solid #788ACE;
    border-collapse: collapse;
    empty-cells: show;
}

TABLE.showborders TD, TH {
    border-collapse: collapse;
    padding: 0.5em;
    border: 1px solid #788ACE;
    font-size: smaller;
}

/* 
   Symbol style, such as copyright and trademarks 
   Note: font variant is set to normal. 'c' and 
   'tm' symbols are acronyms, but do not require 
   global small caps setting 
*/

.symbol {
    font-size: 70%;
    font-variant: normal;
    vertical-align: super;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
    background-color: #788ACE;
	text-decoration: none;
	padding-right: 3px;
}

a:hover {
	color: #000000;
    background-color: #788ACE;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
    background-color: #EEA531;
	text-decoration: none;
}

a:visited {
	color: #000000;
    background-color: #788ACE;
    text-decoration: underline;
}

/* Special blocks */
DIV.content {
    margin-left: 20%;
    margin-right: 5%;
}

DIV.footer {
    font-size: smaller;
}

.nav {
    font-size: 0.9em;
}

/* Special formatting */
.center {
    text-align: center;
}

.important {
    background: #ff9900;
    font-size: smaller;
    padding-left: 0.2em;
    padding-right: 0.2em;
    color: #333366;
    font-weight: 700;
}

.subnav {
    text-align: right;
    font-size: smaller;
}

