﻿body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0;
	padding: 0 0 0 0;
	color: #6B6676;
	background-color: #020943;
	line-height: 1.5em;
}
body.welcome
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0 0 0 0;
	color: #6B6676;
	background-color: #1e297d;
}
a,a:hover,table,tr,td,div
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* welcome */
#welcome_banner
{
    width: 100%;
    height: 192px;
    background-color: #020943;
}
#welcome_text
{
    width: 644px;
    text-align: justify;
    color: #ffffff;
}
#welcome_footer
{
    width: 644px;
    text-align: center;
    color: #ffffff;
}
#welcome_links a
{
    color: #ffffff;
    text-decoration: none;
}
#welcome_links a:hover
{
    color: #996600;
    text-decoration: underline;
}
#welcome_enter a
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6em;
}
#welcome_enter a:hover
{
    color: #996600;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.6em;
}

/* layout */
#container
{
    width: 740px;
    background-color: #1e297d;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
}
#sub-menu
{
    width: 30%;
    background-color: #1e297d;
}
#content-container
{
    width: 70%;
    background-image: url(../images/bg-panel.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    padding: 10px 10px 10px 10px;
}
hr
{
    color: #201571;
}

/* footer */
#footer-text
{
    background-color: #020943;
    border-top: solid 2px black;
}
#footer-left
{
    position: relative;
    float: left;
    color: #ffffff;
    text-align: left;
}
#footer-right
{
    position: relative;
    float: right;
    color: #ffffff;
    text-align: right;
}
#footer-right a
{
    color: #ffffff;
    text-decoration: none;
}
#footer-right a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

.submenu
{
    text-align: left;
    padding-left: 30px;
}
.submenu a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.submenu a:hover
{
    color: red;
    font-weight: bold;
    text-decoration: none;
}
a.blink
{
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}
a:hover.blink
{
    font-size: 13px;
    font-weight: bold;
    color: #f0930f;
}