body {
    background-image:url("background.jpg");
    background-repeat: repeat-x;
    background-color: #1254a5;
    text-align:center;
    margin:0px 0px;
    padding:0px;
    font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size:75%;
    line-height:1.5;
}

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

#footer_wrap {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#1254A5 url("footer.jpg") repeat-x scroll left top;
    clear:both;
    min-height:100px;
    width:905px;
}

.submenu
{
	z-index: 100;
	position:absolute;
	display:none;
        text-align: center;
	background-color:#ffffff;
        font-size:12px;
        font-weight:bold;
}

.submenu a:link, .submenu a:visited
{
	display:block;
	color:#876214;
	background-color:#ffe09f;
        text-decoration:none;
	padding:8px;
}

.submenu a:hover
{
	text-decoration:none;
        background-color:#ffcc5f;
}

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

#login_status {
    color:#FFFFFF;
    float:right;
    padding-right:10px;
}

#login_status a {
    color:#FFFFFF;
    text-decoration:none;
}

#login_status a:hover {
    text-decoration:underline;
}

.radMenu {
    background:url(menu_background.jpg) repeat-x scroll left top;
    margin:0px;
    padding:0px;
    position:static;
    white-space:nowrap;
    clear:both;
    float:left;
    height:32px;
    width:905px
}

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

#menu {margin-top: 0px;}

#menu ul {
        margin-top: 0px;
	margin-left: 0px;
        padding-left: 0px;
	border: none;
	display: inline;
	border: none;
        font-family:Verdana,Verdana,Geneva,sans-serif;
        font-size:12px;
        font-weight:bold;
        color: white;
	}

#menu ul li {
        height: 32px;
        line-height: 32px;
        margin-left: 0;
	list-style: none;
        text-align: center;
	display: inline;
        float: left;
        color: white;
	}

#menu ul li:hover {
        background-color: #ffe09f;
}

#menu ul li:hover a {
        color: #876214;
}

.footer {
        text-align: center;
        color: white;
        height: 40px;
        padding: 15px;
        }

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

/* Editor specific styles */

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

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

/* Content area stuff */

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

.html_content h1, h2, h3, h4, h5, h6 {
    color:#005595;
    font-family:Tahoma,Geneva,sans-serif;
}
.html_content h1 {
    border-bottom:1px solid #1254A5;
    font-size:2em;
}

.html_content h2 {
    font-size:1.5em;
}

.html_content h3 {
    font-size:1em;
}

.html_content h4 {
    font-size:1.2em;
}

.html_content h5 {
    font-size:1em;
}

.html_content h6 {
    font-size:1em;
}

.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;
}
