/* - Body ------------------------------------------------------------------- */

body, th, td {
    color: #000;
    font-family: Helvetica;
    font-size: 14px;
    vertical-align: top;
}

a:link, a:visited {   
    text-decoration: underline;
    color: #0000FF;
}

a:hover {  
    text-decoration: none; 
}

strong {
}

img {
    border: none;
}

img.framed {
    border: 2px solid #888;
}

ul {
    margin-left: 1em;
    padding-left: 1em;
}

h1 {
	font-family: Georgia;
	font-size: 21px;
	font-weight: normal;
    margin: 0 0 10px 0;
}

/* - Header ----------------------------------------------------------------- */

div#header {
    margin: 0 0 20px 0;
    padding: 20px 5% 0 5%;

    background: url(../images/header_background.gif);
    background-repeat: repeat-x;
    background-position: top;

    text-align: right;
    vertical-align: bottom;
}

ul.menu {
    margin: 0;
    padding: 10px;

    text-align: left;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: bold;
}

ul.menu li {
    display: inline;
    list-style: none;
    background: #DFF1FF url(../images/tab_arrow.gif) no-repeat;
    background-position: 0 100%;
    padding: 10px 15px 25px 15px;
}

ul.menu li.current {
    background: #C3DEF5 url(../images/tab_arrow.gif) no-repeat;
    background-position: 50% 100%;
}

ul.menu li:hover {
    background-color: #6FA7FF;
}

ul.menu li.current:hover {
    background-color: #C3DEF5;
}

ul.menu a, ul.menu a:visited {
    color: #000;
    text-decoration: none;
}

ul.menu a:hover {
    text-decoration: underline;
}

div#submenu {
    padding: 2px;
    background-color: #E5E5E5;
}

/* - Footer ----------------------------------------------------------------- */

#footer {
    border-top: 1px dotted #DDD;
    padding: 5px 0 5px 0;
	font-family: Verdana;
    font-size: 10px;
    text-align: center;
}

/* - Content ---------------------------------------------------------------- */

#content {
    padding: 0 5% 0 5%;
}

table.plain {
	margin: 15px 0 15px 0; 
	background: #BBB;
}

table.plain th, td {
	padding: 5px;
}

table.plain th {
	background-color: #F0F0F0;
	text-align: left;
}

table.plain td {
	background-color: #FFF;
}

div.contentbox {
    margin: 0;
    padding: 0;
}

div.smallbox {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

div.smallbox h1 {
    font-size: 14px;
	font-weight: bold;
}

span.important {
	color: #D00;
	font-weight: bold;	
}

span.highlight {
    background: #FFC;
}

span.itemdate {
    font-family: "Trebuchet MS", Trebuchet, Arial, Georgia, Verdana, Helvetica;
    font-size: 8pt;
    color: #999;
    letter-spacing: 2px;
    text-transform: uppercase;
}
