body {
    background-color:#c0c0c0;
    text-align:center;
    margin:0px 0px;
    padding:0px;
    font-family: "Arial Narrow", Arial;
}

#main {
    margin:0px auto;
    text-align:left;
    width:798px;
}

.submenu
{
	z-index: 100;
	width: 250px;
	position:absolute;
	display:none;
	color:#606060;
	background-color:#ffffff;
	background-image:url("submenu-background.gif");
	background-position: top left;
	background-repeat: repeat-x;
	border:1px solid #01436c;
}

.submenu a:link, .submenu a:visited
{
	display:block;
	width:100%;
	color:#606060;
	background-color:transparent;
	background-image:url("green-triangle.gif");
	background-position: 5px 50%;
	background-repeat: no-repeat;
        text-decoration:none;
	padding:8px 5px 8px 20px;
}

.submenu a:hover
{
	text-decoration:underline;
}

a {color: black;}

a.menu:link {text-decoration:none;}

a.menu:hover {text-decoration:none; font-weight: bold;}

a.menu:visited {text-decoration:none; color: black;}

a.menu:visited:hover {text-decoration:none; font-weight: bold; color: black;}

#content {
        vertical-align:top;
	padding-top:0px;
        padding-botton:0px;
        margin-bottom:0px;
        top:0px;
        margin-top:0px;
	background-color:#FFFFFF;
	min-height:500px;
}

#leftmenu {
        font-family: "Arial Narrow", Arial;
        vertical-align:top;
        margin-top: 0px;
        font-size: large;
        font-style: italic;
	color: black;
	}

#leftmenu ul {
        margin-top: 0px;
	margin-left: 0px;
        padding-left: 0px;
	border: none;
	}

#leftmenu ul li {
	list-style: none;
        text-align: center;
        padding: 10px;
	}

.footer {
        background-color: #dcc850;
        color: black;
        height: 40px;
        padding: 15px;
        }

.footer p {
        margin-top: 0px;
        margin-bottom: 0px;
        }

.footer a:link {color: black;}

.footer a:visited {color: black;}

/* Editor specific styles */

.edit {
	padding:10px;
	text-align:left;
	background-color:#ffffff;
}

.edit td
{
	border:1px dashed #F58A0C;
}

/* Content area stuff */

.html_content {
    margin-left:15px;
    margin-right:15px;
}

.html_content h1 {
	margin: 0.7em 0.0em;
	font-size:1.8em;
	font-weight:normal;
	color: #749a55;
}

.html_content h2 {
	margin: 0.7em 0.0em;
	font-size:1.5em;
	font-weight:normal;
	color: #749a55;
}

.html_content h3 {
	margin: 0.7em 0.0em;
	font-size:1.2em;
	font-weight:bold;
	color: #749a55;
}

.html_content h4 {
	margin: 0.7em 0.0em;
	font-size:1.2em;
	font-weight:bold;
	color: #749a55;
}

.html_content h5 {
	margin: 0.7em 0.0em;
	font-size:1.2em;
	font-weight:bold;
	color: #749a55;
}

.html_content h6 {
	margin: 0.7em 0.0em;
	font-size:1.2em;
	font-weight:bold;
	color: #749a55;
}

.html_content p {
	margin: 0.7em 0.0em;
	font-size:medium;
	font-weight:normal;
}

.html_content table {
	border-collapse:collapse;
        font-size:medium;
}

.html_content table td {
	text-align:left;
	vertical-align:top;
}

.html_content table.data {
	border:1px solid #606060;
	border-collapse:collapse;
}

.html_content table.data td {
	border:1px solid #606060;
	padding:4px;
}

.html_content table.data th {
	background-color:#303030;
	color:#ffffff;
	border:1px solid #606060;
	padding:4px;
}

.html_content table.layout {
}

.html_content table.layout td {
	padding:5px 5px 5px 0px;
}

.html_content table.layout50 {
}

.html_content table.layout50 td {
	padding:0px 10px 10px 0px;
	width:50%;
}

.html_content table.course  td {
	padding:5px;
}

.html_content table.course td a:link, .html_content table.course td a:visited {
	background-image:url("green-triangle.gif");
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding:0px 0px 0px 15px;
	text-decoration:none;
}

.html_content table.course td a:hover {
	color:#204020;
	text-decoration:underline;
}

.html_content a:link, .html_content a:visited {
	color:#204020;
}

.html_content .edit td {
	border:1px dashed #F58A0C;
}

.html_content img {
	margin:0px 5px;
	border: none;
}

.html_content ul {
	list-style: disc;
	margin-left: 2.0em;
}

.html_content ul ul {
	list-style: circle;
}

.html_content ul ul ul {
	list-style: square;
}

.html_content ol {
	list-style: decimal;
	margin-left: 2.0em;
}

.html_content b, .html_content strong {
	font-weight:bold;
        color: #446a25
}

.html_content i, .html_content em {
	font-style: italic;
}

#content.home {
	background-color:#01436c;
	border:0px;
	background-image:url("home-background.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	color:#ffffff;

}

.home table.jumplist {
	margin:10px 0px;
	width:100%;
}
.home table.jumplist td {
	padding:0px;
}
.home table.jumplist td img {
	margin:0px;
	border:none;
	border-top:0px;
}
.home #wave {
	margin:-10px;
	margin-top:115px;
	border:0px;
}
.home p {
	margin: 10px;
        font-size: smaller;
}

.home #news {
	border:1px solid #303030;
	background-color:#ffffff;
	padding:0px;
	background-image:url('templates/Default/menu-background.gif');
	background-repeat:repeat-x;
}
.home #news-ticker {
	margin:0px;
	color:#303030;
	line-height:22px;
	overflow:hidden;
}
.home #news-ticker strong {
	background-color:#990000;
	color:#ffffff;
	border:1px solid #990000;
	padding:3px 25px;
	margin-right:10px;
}
.home #news-ticker a:link, .home #news-ticker a:visited {
	text-decoration:none;
	color:#303030;
}
.home #news-ticker a:hover {
	color:#990000;
}
