﻿html
{
    width: 100%;
    height: 100%;
}

body
{
    margin: 0px;
    font-family: Calibri, Tahoma, Arial;
    font-size: 14px;
    background-color: #000000;
    min-height: 600px;
    min-width: 900px;
    width: 100%;
    height: 100%;
}

#wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: -100px auto -100px;
    background-color: #000000;
    position: relative;
   /* width: 894px;*/
    width: 918px;
}

#content
{
    float: left; width: 619px; height: 400px; background-image: url('Images/shadow2.jpg');
        background-position: left; background-repeat: no-repeat;
}

#homeImage
{
	float: left; width: 648px; height: 500px; background-image: url('Images/img1.jpg');
        background-position: right; background-repeat: no-repeat; margin-left: 0px; /* 17px */
}

#contentImage
{
	float: left; width: 275px; height: 400px; background-image: url('Images/img1.jpg');
        background-position: right; background-repeat: no-repeat; margin-left: 0px;
}

#text
{
    float: left;
    width: 380px;
    height: 230px;
    text-align: justify;
}

#image
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    border: 1px solid #8b0029;
}

#fader
{
    float: left;    
    width: 300px;
    height: 100%;
    vertical-align: top;
    text-align: justify;
    border-left: dashed 1px #8b0029;
}

#bottombar
{
		float: left;
		margin-top: 60px;
		border-top: dashed 1px #8b0029;
		width: 100%;
		/*background-color: Red;*/
}

#bottombar td
{
		border-right: dashed 1px #8b0029;
		padding-right: 10px;		
		padding-left: 10px;
}

#bottombar table
{
		margin-left: 98px;
}

.menuItemWrapper {width: 257px; height: 28px; background-color: #8b0029; margin-left: 17px;}
.menuItemBorder {border-bottom: dashed 1px #f4dfad; background-color: inherit; width: 247px;
            height: 22px; margin-left: 5px; margin-right: 5px; color: #f4dfad; padding-top: 3px; padding-bottom: 2px;}
.menuItemBorder A:hover {background-color: #f4dfad; color: #8b0029; }
.menuItemBorder A { color: #f4dfad; display: block; height: 18px; width: 245px; text-decoration: none; padding: 2px;}
.subMenuItem A {width: 194px; margin-left: 50px; }

.menuItemWrapper2 {width: 257px; height: 50px; background-color: #8b0029; margin-left: 17px;}

.title 
{
    margin-left: 17px; 
    padding-bottom: 17px;
    padding-top: 17px; 
    font-size: 24px; 
    text-align: left;
    color: #8b0029;
    font-family : Arial;
}

.title2
{
	font-size: 14px; 
    text-align: justify;
    color: #8b0029;
    font-family : Arial;
}

.normal
{
    margin-left: 17px; 
    padding-bottom: 28px;
    position: relative;
    color: #8b0029;
    font-size: 10pt;
    font-family : Arial;
}

.smallesttext
{
    font-size: 13px;
    color: #8b0029;
}

.smallertext
{
    font-size: 10pt;
    color: #8b0029;
    font-family : Arial;
}

.mediumtext
{
    font-size: 15px;
    color: #8b0029;
}

.largertext
{
    font-size: 17px;
}

.largesttext
{
    font-size: 19px;
    font-family : Arial;
}
