html, body
{
    margin:0;
	height: 100%;
}
#Wrapper{
	margin: 0;
	min-height:100%;
	height: auto !important;
    height: 100%;
}
#Header
{
   margin: 0 auto;
   height: 220px;
   width: 730px;
   background-image: url(../images/BackgroundLogoHeader.png);
   background-repeat: no-repeat;
}
#Content
{
	margin: 10px auto;
    width: 1078px;
    background-color: #FEFEFE;
}
#LeftMenu
{
    float: left;
    width: 214px;
    background-color: #FEFEFE;
}
#LeftMenu li
{
    list-style-type:none;
    margin-left: -40px;
    padding-top: 6px;
    padding-left: 7px;
    height: 30px;
	border-bottom: 1px dashed #C9C9C9;
}
#LeftMenu li a{
    text-transform:uppercase;
    color: #00A1BE;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.0em;
    border: 0;
}
#LeftMenu li a:hover
{
    color: #666666;
}
#MainText
{
    width: 600px;
    float: left;
    background-color: #FEFEFE;
    margin-top: 16px;
    margin-right: 12px;
    padding: 10px;
    border: 1px dashed #D1D1D1;
    margin-left: 14px;
	margin-bottom: 20px;
    
    color: #000000;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.6em;
}
#RightMenu
{
    float: right;
    width: 214px;
    background-color: #FEFEFE;
}
#RightMenu li
{
    list-style-type:none;
    margin-left: -40px;
    padding-top: 6px;
    padding-left: 7px;
    height: 30px;
	border-bottom: 1px dashed #C9C9C9;
}
#RightMenu li a{
    text-transform:uppercase;
    color: #00A1BE;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.0em;
    border: 0;
	}
#RightMenu li a:hover
{
    color: #666666;
} 
.odd{
	background-color: #1697d4;
    border: 1px solid #333333;
}
.even{
	background-color: #d2f0ff;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}
.last
{
    border-bottom: 1px solid #333333;
}
#Footer{
	clear:both;
	margin: -200px auto;
/*	width:980px; */
	width: 450px;
/*	height: 100px; */
	height: 40px;
/*	background-color: #F8F8F8; */
/*	border: 1px dashed #C9C9C9; */
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
	line-height: 1.6em;
}
#LeftFooter{
	margin-top: 15px;
	margin-left: 20px;
/*	width: 550px; */
	width: 300px;
/*	float: left; */
	float: center;
	
	color: #000000;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
	line-height: 1.6em;
}
#RightFooter{
	margin-right: 20px;
	margin-top: 15px;
	height: 50px;
	padding: 0px 10px 10px 10px;
	width: 350px;
	border-left: 1px solid #C9C9C9;
	float: right;
	
	color: #000000;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
	line-height: 1.6em;
}
img{
border:0;
}

#Login input
{
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.0em;
}


