﻿h1
        {
        font-family:Comic Sans ms; font-size:36.0pt;
        }
h2
        {
        font-family:Arial, sans-serif; font-size:24.0pt;
        }
h3
        {
        font-family:Arial, sans-serif; font-size:16.0pt;
        }
h4
        {
        font-family:Comic Sans ms; font-weight:400; font-size:12.0pt;
        }
.StdText-C
        {
        font-family:Arial, sans-serif; font-size:12.0pt;
        }
.SmallText-C
        {
        font-family:Arial, sans-serif; font-size:10.0pt;
        }
.BoldText-C
        {
        font-family:Arial, sans-serif; font-weight:700; font-size:12.0pt;
        }
.BigMenu-C
        {
        font-family:Arial, sans-serif; font-weight:700; font-size:18.0pt;
        color:#005c9c;
        }
.SmallMenu-C
        {
        font-family:Arial, sans-serif; font-weight:700; font-size:14.0pt;
        color:#005c9c;
        }
.ErrorMsg
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: red;
    padding:5px;
}

#container {
	position:absolute;
	top: 0;
	left:0;
	margin: 0px auto;
	padding: 0px;
	width: 100%; /* width of the layout -- can be set to any value including percentages */
	overflow: hidden;
	}
	
#sidebar-left {
	float: left;
	width: 175px; /* width of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding-right: 3px;
	overflow: hidden;
	background-image: url('../lace.gif');
	background-repeat: repeat-y;
}
 
#content {
	margin: 0px;
	padding: 0px;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}
 
#content-inner
{
	width: 100%;
	overflow: hidden;
}
.message
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: red;
}

