body { /* body text style and outside background color */
	font-family: verdana, sans-serif;
	background-color: #990000;
	color: #000000;
	margin-top:8px; /* Fixes IE */
}
#content { /* colors, alignment, and border of content box */
	float: left;
	width: 900px;
	max-width: 900px;
	min-height:720px;
	background-color: #FEFEFE;
	margin-left: 0px;
	padding-left: 0px;
	background:url("images/sompagetop.jpg"); background-repeat:no-repeat; height: auto;
}
#main { /* adjusts padding and alignment of everything below the banner and menubar */
	float: left;
	width: 900px;
	max-width: 900px;
	min-height: 720px;
	background-image: url('./images/sompagebottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
html>#main {
	padding: 5px;
}
#main a {
	color: #CC0000;
}
#main a:hover {
	color: #330000;
}
#sidebar {
	font-size:12px;
	color:#000000;
	text-align: center;
}
td.sidebar { /* alignment and width of left column of homepage */
	width: 280px;
	padding-right: 10px;
	text-align: center;
}
td.sidebar img {
	width: 200px;
	text-align: center;
	display: block;
	margin: 30px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 10px;
}
.right { /* text style of right side on main page */
	font-size: small;
	color: #444422;
	padding-right: 20px;
	font-family: arial, verdana, sans-serif;
}
.right-nopad { /* text style of right side on main page */
	font-size: 0.9em;
	color: #444422;
	padding-right: 0px;
	font-family: arial, verdana, sans-serif;
}
.left { /* text style of news and updates on main page */
	font-size: x-small;
	color: #666633;
	font-family: arial, verdana, sans-serif;
	padding-left: 10px;
}
#main h3 { /* text style of section headers */
        color: #990000;
	font-family: garamond,times,serif;
	border-bottom: 1px #999966 solid;
	width: 95%;
	margin-left: 5px;
}
p.small { /* Reduces text size for copyright and disclaimer */
	font-size: 0.7em;
	color: #666633;
}
p {
	font-size: small;
}

.banner { height: 290px;}

.menuLink { color:white; font-weight:bold; font-size:11pt; text-align:center; height:28px; width:135px; background:url("bar.png"); cursor:default;}

.menuLinkO { color:white; font-weight:bold; font-size:11pt; text-align:center; height:28px; width:135px; background:url("bar_lt.png"); cursor:pointer; }
.menuLoc { color:#ffcf3f; font-weight:bold; font-size:11pt; text-align:center; height:28px; width:135px; background:url("bar.png"); }
.menuFiller{ text-align:right; background:url("bar.png"); color:white; font-weight:bold; font-size:11pt; width:325px; }

.large { /*Increases text size for the date of the blog section */
	font-size: 1.2em;
	color: #FFFFCC;
	margin-left: 5px;
	font-weight: bold;
	font-family: garamond, times, serif;
	font-style: italic;
}
.small { /* Reduces text size */
	font-size: 0.7em;
	color: #666666;
}


.mainLink{ color:#cf0000; text-decoration:none; }
a:hover.mainLink { color:black; }

.footLink{ color:#cf0000; text-decoration:none; } 
a:hover.footLink { color:black; }


.noJavascript {
        font-weight:bold;
        font-style:italic;
        color: #ffff00;
}

.menuRoot {
    font-size:0.8em;
    width:100px;
    color: #FFFFCC;
    text-align:center;
    cursor:default;
}

.menuRootO {
    color: #999966;
    font-size:0.8em;
    width:100px;
    text-align:center;
    cursor:pointer;
}
.menuRoot1 {
    font-size:0.8em;
    width:250px;
    color: #ffffcc;
    text-align:center;
    cursor:default;
    background-color:#9a0000;
    opacity:.9;
    filter:alpha(opacity=90);
}

.menuRoot2 {
    color: #999966;
    font-size:0.8em;
    width:250px;
    text-align:center;
    cursor:pointer;
/*  text-decoration: underline; */
    background-color:#9a0000;
    opacity:.9;
    filter:alpha(opacity=90);
}


#div.menu {
    position:absolute;
    z-index:2;
    height:50px;
}
