BODY {
    background-color:#B8E9FF;
    color:#5C66FF;
	font-size: small;
}

OL,UL {
	padding-left: 20px;
	margin-left: 0px;
}

A:link {
	color: #002B71;
	text-decoration: none;
}

A:visited {
	color: #002B71;
	text-decoration: none;
}

A:hover {
	color: white;
}

FORM {
	margin: 0px;
	padding: 0px;
}

FIELDSET {
	border: none;
}

INPUT {
	border: outset 1px #5C66FF;
	background-color: #5C66FF;
	color: #002B71;
	font-size: x-small;
}

INPUT.textarea, TEXTAREA {
	border: solid 0px #5C66FF;
	background-color: #5C66FF;
	color: #002B71;
	font-size: x-small;
}

SELECT {
	border: outset 2px #5C66FF;
	background-color: #5C66FF;
	color: #002B71;
	font-size: x-small;
}

#site-body {
    width:980px;
}

#site-header {
    padding-left:5px; padding-right:5px;
	color: #5C66FF;
	text-align: right;
	vertical-align: top;
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

#site-title {
    float:left; width:20px;
	color: #5C66FF;
	text-align: center;
	font-size: large; font-style: italic; font-weight: bold;
}

#site-menu {
    float:left; width:150px;
    margin-right:0px;
    border-right:2px solid #5C66FF;
}

#site-content {
    float:left; width:800px;
}

#site-footer {
    float:left; width:980px;
    padding-left:5px; padding-right:5px;
    text-align:right;
    font-size:x-small;
}

#progress {
    width:150px;
    position:absolute;
    text-align:center;
    color:#B8E9FF; background-color:#5C66FF;
}

.site-copyright {
    border-top:1px dotted #002B71; border-bottom:1px dotted #002B71
}

.site-menu-group-title {
    padding-left:5px; padding-right:5px;
	border-bottom: solid 2px #5C66FF;
	border-top: solid 2px #5C66FF;
	color: #5C66FF;
	text-align: right;
	font-style: italic; font-weight: bold; font-size: medium;
}

UL.site-menu {
	list-style:none;
	padding-left:0px;
}

.site-menu LI {
    display:block;
	margin-left:5px; margin-right:5px; margin-bottom:5px;
	background-color: #A9D4FF;
}

.site-menu LI A {
    display:block;
    padding-left:5px;
	font-weight: bold;
}

.site-menu LI A:hover {
	background-color: #002B71;
}

.site-menu LI A:focus {
    color: #B8E9FF;
	background-color: #FFFFFF;
}

UL.site-hmenu {
	list-style:none;
	padding-left:0px;
	border-bottom: solid 2px #5C66FF;
}

.site-hmenu LI {
    display:inline;
	margin-left:0px; margin-right:0px; margin-bottom:0px;
	background-color: #002B71;
}

.site-hmenu LI A {
	background-color: #5C66FF;
    padding-left:10px; padding-right:10px;
    padding-top:5px; padding-bottom:0px;
	font-weight: bold;
}

.site-hmenu LI A:hover {
	background-color: #002B71;
}

.site-hmenu LI A:focus {
    color: #B8E9FF;
	background-color: #FFFFFF;
}

.section-title {
    padding:10px;
    margin:10px;
    border:solid 5px #5C66FF;
    text-align:center;
    font-size:large;
}

.section-content {
    padding:10px;
    margin:10px;
    border:solid 2px #5C66FF;
}

.section-model {
    padding:10px;
    margin:10px;
}

.left {
    text-align:left;
}

.center {
    text-align:center;
}

.right {
    text-align:right;
}

.site-button {
    background-color: #5C66FF;
    border: outset 1px #5C66FF;
}

#tooltip {
	position:absolute;
	padding:2px;
	background-color: #B8E9FF;
    border: solid 1px #5C66FF;
}

#tooltip-title {
	background-color: #5C66FF;
}

#tooltip-content {
}