BODY
{
    BACKGROUND-COLOR: #ffffec;
    COLOR: #640000;
    FONT-FAMILY: "Trebuchet MS", Gautami, Verdana, "Times New Roman"; 
	background-repeat: repeat;
    MARGIN:20px 0px; padding:0px;
    TEXT-ALIGN:CENTER;	
	background-image: url("../images/bg.gif")
}
H1
{
    COLOR: #e3c036;
    FONT-FAMILY: "Trebuchet MS", Gautami, Verdana, "Times New Roman"; 
    TEXT-TRANSFORM: capitalize;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold
}
button
{
	width: 100px;
	height: 30px;
	color: white;
	background-color: #550006;
	cursor: pointer;
	background-image: url("../images/menu/menuMiddle.gif");
	background-repeat: repeat-x;
	border-style: outset;
	border-width: 1px;  
}

.hoverbutton
{
	width: 100px;
	height: 30px;
	color: #640006;
	background-color: #ff4f4f;
	cursor: pointer;
	background-image: url("../images/menu/menuMiddleHighlight.gif");
	border-style: outset;
	border-width: 1px;  
	
}

textarea
{
   	
}

select
{
   	
}

input
{	
	
}





H2
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H3
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H4
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H5
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H6
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
TH {
 color: #6060cc
}

#content
{	
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	width:950px;
	text-align:left;	
    border-style: solid;
   	border-width: 1px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -16px;
	margin-top: 5px;
	background-color: white;
	border-color: #004080;
}

#contentHeader
{	
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	width:950px;
	text-align:left;	
    border-style: solid;
   	border-width: 1px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -25px;
	margin-top: 0px;
	background-color: #1e1e1e;
	border-color: #004080;
	background-image: url("../images/headerbg.jpg");
	background-repeat: repeat;
}

#contentFooter
{	
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	width:950px;
	text-align: center;	
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 6pt;
	font-family: "Trebuchet MS", Gautami, Verdana, "Times New Roman"; 
}

.menuLeft
{
	background-image: url("../images/menu/menuLeft.gif");
	background-repeat: no-repeat;

	width: 18px;
	height: 28px;
	color: white;
	font-size: 12pt;
	font-family: Verdana;
}

.menuMiddle
{
	background-image: url("../images/menu/menuMiddle.gif");
	background-repeat: repeat-x;

	height: 28px;
	color: white;
	font-size: 10pt;
	font-family: Verdana;
	padding-top: 3px;
    cursor: pointer;
	font-weight: bold;
}


.menuRight
{
	background-image: url("../images/menu/menuRight.gif");
	background-repeat: no-repeat;

	width: 18px;
	height: 28px;
	color: white;
	font-size: 12pt;
	font-family: Verdana;
}

.menuLeftHighlight
{
	background-image: url("../images/menu/menuLeftHighlight.gif");
	background-repeat: no-repeat;

	width: 18px;
	height: 28px;
	color: #004080;
	font-size: 12pt;
	font-family: Verdana;
}

.menuMiddleHighlight
{
	background-image: url("../images/menu/menuMiddleHighlight.gif");
	background-repeat: repeat-x;

	height: 28px;
	color: #640006;
	font-size: 10pt;
	font-family: Verdana;
	padding-top: 0px;
    cursor: pointer;
	font-weight: bold;
}


.menuRightHighlight
{
	background-image: url("../images/menu/menuRightHighlight.gif");
	background-repeat: no-repeat;

	width: 18px;
	height: 28px;
	color: white;
	font-size: 12pt;
	font-family: Verdana;

}

.largeSize
{
	width: 300px;	
}

.invalidLargeSize
{
	width: 300px;
	background-color: yellow;
	border-color: #870006;
	border-width: 1px;
	border-style: solid;
}