/* CSS Document */

body{
font-family: arial, verdana, sans serif;
text-align: left;
font-size: 11px;
padding: 0px;
color: #474747;
background-color: #fff;
background-image: url(images/background.jpg);
background-repeat: repeat-x;
margin: 0px;
}


ul{
list-style: none;
}
.h1
{
	font-size: 13px
}

a{
color: #474747;
font-weight: bold;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

.wrapper{
width: 800px;
height: 311px;
margin: 0px;
}
.wrapper2{
width: 820px;
height: 570px;
margin: 0px;
}

.header{
float: left;
width: 800px;
height: 5px;
margin-left: 120px;

}


html>body .header{
float: left;
width: 800px;
height: 100px;
margin-left: 240px;
margin-top: 0px;
}


.flashbuttons{
float: left;
margin-left: 40px;
margin-top: 20px;
}


html>body .flashbuttons{
float: left;
margin-left: 70px;
margin-top: -18px;
}


.flash{
float: both;
margin-top: 14px;
margin-left: 10px;

}


html>body .flash{
float: right;
margin-top: -22px;
margin-right: 22px;
}


.left{
width:194px;
height: 533px;
margin-left: 36px;
float: left;
color: #474747;
background-image: url(images/bottomleft.jpg);
background-repeat: no-repeat;
padding-left: 15px;
padding-top: 10px;
}

.left p{

text-align: left;
margin: 0px 0px 0px 5px;
width: 180px;
}

html>body .left{
width:210px;
margin-left: 74px;
text-align: center;
float: left;
padding-left: 13px;
}



.welcome{
float: left;
width: 500px;
height: 533px;
background-image: url(images/bottomright.jpg);
background-repeat: no-repeat;
text-align: left;
padding-left: 20px;
padding-top: 10px;
}


html>body .welcome{
float: left;
height: 533px;
background-image: url(images/bottomright.jpg);
background-repeat: no-repeat;
text-align: left;
margin-left: -13px;
padding-left: 20px;
padding-top: 10px;
background-color: white;
}

.welcome p{
width: 450px;
font-size: 12px;
}
