BODY {
        font-size: 75%;
        font-weight: normal;
        font-family: Verdana,Helvetica,Arial,Geneva;
        color: #000000;
        background-image: url("images/background.gif");
        background-repeat: repeat;
        margin : 0px 0px 0px 0px;
        text-align: center;
        line-height: 1.2em;
        height: 1.em;
}

#header {
        text-align: right;
        font-weight: bold;
/*        background-color: #2952A4;    */
        background-image: url("images/logo.gif");
        background-repeat: no-repeat;
        height: 80px;
        width: 759px;
        margin: 0px 10px 0px 10px;
        padding: 0 0 0 0;
        color: white;
}

.headwidth {
}

.headtitle {
        padding-top: 0px;
        font-weight: bold;
        font-size: 170%;
        text-align: right;
        margin: 0px 0px 0px 00px;
        height: 59px;
        color: yellow;
}

.bold {font-weight: bold; }

.major {color: #FF0000;
        font-weight: bold; }

.minor {color: #555555; }

.info {text-align: right;}

a {text-decoration:none}
a:link {color: #902626}     /* unvisited link */
a:visited {color: #902626}  /* visited link */
a:hover {color: #3E2626; text-decoration: underline}   /* mouse over link */
a:active {color: #3E2626; text-decoration: underline}   /* selected link */

H1 {
	font-weight: bold;
        font-size: 210%;
        color: blue;
}
.lightblue {
        color: #0033CC;
}
H2 {
	font-weight: bold;
        font-size: 130%;
}

H3 {
	font-weight: bold;
        font-size: 115%;
}

#content {
        width: 749px;
        background-color: #ffffff;
     /*   border: 1px 1px 0px 1px solid #1C3871;        */
        text-align: left;
        float: center;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

#subcontent {
        margin: 0px 5px 0px 5px;
        padding: 1px 5px 0px 5px;
}

.leftbar {
        float: left;
        width: 115px;
        padding-top: 10px;
        padding-left:5px;
        padding-right:0px;
        font-weight: bold;
        background-image: ;
}

.mainbar {
        padding: 0px 5px 0px 5px;
        width: 589px;
        float: right;
}




.error {
        color: #FF0000;
}

.selected{
        color: #000000;
        font-weight: bold;
}

.cornerborder {
        width: 749px;
        height: 6px;
        line-height: 6px;
        font-size: 5%;
}

.cornertl {
        float: left;
        width: 6px;
        height: 6px;
        background-image: url("images/corner-tl.gif");
}
.cornertr {
        float: right;
        width: 6px;
        height: 6px;
        background-image: url("images/corner-tr.gif");
}
.cornerbl {
        float: left;
        width: 6px;
        height: 6px;
        background-image: url("images/corner-bl.gif");
}
.cornerbr {
        float: right;
        width: 6px;
        height: 6px;
        background-image: url("images/corner-br.gif");
}


#footer {
        font-size: 80%;
	text-align: center;
        padding-bottom: 2em;
        width: 749px;
        line-height: 1.3em;
        color: #ffffff;
}

.options {
        text-align: left;
}

.menu .options {
        margin-right:2px;
        margin-bottom:1px;
        border: 1px solid #1C3871;
        background-color: #B8CAEE;
}
.menu a {
        color: #1C3871;
        display: block;
        padding: 3px 5px;
        text-decoration: none;
        font-size: 10px;
}
.menu a:active {
        color:#1C3871;
	display:block;
	padding:3px 5px;
        text-decoration: none;
        font-size: 10px;
}
.menu a:visited {
        color:#1C3871;
	display:block;
	padding:3px 5px;
        text-decoration: none;
        font-size: 10px;
}
.menu a:hover {
        background-color:#D4E4FA;
        color:#1C3871;
        text-decoration: none;
}

.sharesite{
	clear:both;
	position:relative;
	border:1px solid #ddd;
	padding:10px;
	margin:15px 0 10px 0;
	font-size:12px;
}
.sharesite p {
	padding:0;
	margin:0;
}
.sharesite p a{
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
	font-size:12px;
}
.sharesite h3{
	padding:0 3px 0 0;
	margin:0;
	margin:0 5px 0 3px;
	font-weight:normal;
}
.sharesite ul{
	text-align:left;
	list-style:none;
	margin:15px 0 0px 15px;
	padding:0;
}
.sharesite ul li{
	text-align:center;
	display:inline;
	padding:0 4px 6px 0 ;
}
.sharesite ul li.delicious{background:url("images/delicious.gif") no-repeat 0 0;}
.sharesite ul li.digg{background:url("images/digg.gif") no-repeat 0 0;}
.sharesite ul li.reddit{
	padding:0 0 0 2px;
        background:url("images/reddit.gif") no-repeat 0 0;
}
.sharesite ul li.facebook{background:url("images/facebook.gif") no-repeat 0 0;}
.sharesite ul li.stumbleupon{background:url("images/stumbleupon.gif") no-repeat 0 0;}
.sharesite ul li a{
	padding:0 0 0 18px;
	margin:0 3px 0 0px;
}

