/* ****************************  site wide styles  ************************** */

body {
    font-family : verdana, arial, helvetica, sans-serif;
    background-color: white;
    margin-bottom: 10px;
}

.mainBody {
    width: 670px;
    position: absolute; left: 145px; top: 145px;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: black;
}

.headingText {
    font-family: arial, helvetica, sans-serif;
    color: #003366;
}

.quote {
    font-family: times, arial, helvetica, sans-serif;
	font-weight: bold;
}

.subHeadingText {
    color: #003366;
}

.normalText {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    color: black;
}

.commonButton {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight : bold;
    background: #C8D2DF;
    color: #003366;
    cursor: pointer;
}

.smallInput {
    font-size: 12px;
    height: 18px;
}

.smallButton {
    font-family: courier, arial, helvetica, sans-serif;
    font-size: 12px;
    height: 18px;
    cursor: pointer;
    background: #A39C90;
}

.commentsTable{
     font-size: 12px;
}

/* ****************************  top menu  ************************** */

.logoDiv {
    width: 800px; height: 102px;
    position: absolute; left: 5px; top: 0px;
}

.menuDiv {
    width: 800px; height: 25px;
    position: absolute; left: 5px; top: 102px;
    background-color: #C8D2DF;
    font: 14px Arial;
    color : #000000;
    font-weight : bold;
    text-decoration: none;
    vertical-align: middle;
}

a.menuItem {
    color : #003366;
    text-decoration: none;
}

a.menuItem:hover {
    color : #990033;
    text-decoration: underline;
}

a.menuItemAt {
    font: 16px Arial;
    color: #990033;
    font-weight: bold;
    text-decoration: none;
}

a.menuItemAt:hover {
    text-decoration: underline;
}

.subMenu {
    font: 12px Arial;
    color: #000000;
    text-decoration: none;
}

/* ****************************  side bar  ************************** */
.sidebarTable {
    font: 12px Arial;
    width: 125px;
    background-color: #C8D2DF;
    position: absolute; left: 5px; top: 165px;
}

.sidebarCell {
    border-bottom: 3px solid #990033;
    vertical-align: middle;
    padding: 3 0 3 0;
}

.sideBarAttract{
    font: bold 14px Arial;
    color: #003366;
}

a.sideBarLink{
    color: #003366;
    text-decoration: none;
}

/* ****************************  forms  ************************** */

fieldset {
    width:450px;
    background: #C8D2DF;
    border: #003366 solid 2px;
}

legend{
    background: #A39C90;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight : bold;
}

.formLabel {
    text-align:right;
    width:120px;
    float:left;
    padding:0.2em;
    margin-top:0.3em;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

.formField {
    margin:3px;
    height:20px;
    border: none;
    background: #A39C90;
}

.formTextArea {
    margin:3px;
    border: none;
    background: #A39C90;
}

.formArea {
    margin:3px;
    height:165px;
    width:200px;
    border: none;
    background: #A39C90;
}

.formGuide{
    font-family: courier, arial, helvetica, sans-serif;
    font-size: 12px;
    color: red;
}



.formError{
    font-family: arial, helvetica, sans-serif;
    font-size: -1;
    color: red;
    background: yellow;
}

/* ****************************  content pages  ************************** */

a.itemTitle {
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}

a.itemTitle:hover {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}
.itemSeparator{
    background: #990033;
}

.demoArea {
    background-color: #C8D2DF;
    font-family: courier, arial, helvetica, sans-serif;
    font-size: 12;
}