BODY
{
    background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	margin:0;
	background-image:url(../images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

p{
    font-size:11px;
	color:#000000;
	font-family:Verdana;
}

#maincontainer{
    width:780px;
	height:Auto;

}

#topnavigation{
    width:780px;
	height:39px;
}

#header{
    width:778px;
	height:125px;
}

#left{
    width:217px;
	height:auto;
	margin-left:1px;
 	background-image:url(../images/left_bg.gif);
	background-repeat:repeat-y;
	float:left;
}

#right{
    width:560px;
	height:auto;
	float:right;
	height:425px;
}

#bottemnevigation{
    width:780px;
	height:30px;
	background-color:#0c92b7;
	clear:both;
}

h1{
    font-size:15px;
	margin-top:10px;
	color:#1e809c;
	margin-left:15px;
}

.normaltext{
	font-size:12px;
	color:#000000;
	margin-left:15px;
	margin-bottom:15px;
	line-height:18px;
	text-align:justify;
	margin-right:15px;
	margin-top: 15px;
}

.tabletext{
    font-size:11px;
	color:#000000;
	padding-left:9px;
	padding-right:10px;
	text-align:justify;
	line-height:18px;
}

.footer{
    FONT: 10px Verdana;
    COLOR: #ffffff;
	
}

A.footer
{
    FONT: 10px Verdana;
    COLOR: #ffffff;
	text-decoration:underline;
}

A:hover.footer{
   FONT-WEIGHT: normal;
   FONT-SIZE:10px;
   color:#ffffff;
   FONT-FAMILY: Verdana;
}


A
{
    FONT: 12px Verdana;
    COLOR: #e37787;
	text-decoration:none;
}

A:hover{
   FONT-WEIGHT: normal;
   FONT-SIZE:12px;
   color:#1e809c;
   FONT-FAMILY: Verdana;
   text-decoration:none
}


