
/*     TEXT STYLING     */

a {
text-decoration: none;
}

a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
color: #CCCCCC;
}


p {
font-family: arial, sans-serif;
font-size: 12px;
text-align: justify;
color:#333333;
margin: 0px;
padding: 10px 0px 0px 30px;
line-height: 140%;
width: 400px;
}

h1 {
font-family: arial, sans-serif;
margin: 0px;
padding: 147px 20px 0px 20px;
text-align: right;
font-size: 140%;
font-weight: bold;
color: #FFFFFF;
}

h2 {
font-family: tahoma, arial, sans-serif;
font-size: 150%;
font-weight: bold;
color: #333333;
margin: 0px;
padding: 25px 0px 0px 20px;
}

p.backlink {
text-align: left;
line-height: 140%;
font-size: 95%;
margin: 10px 0px 0px 15px;
padding: 10px 0px 10px 0px;
}

p.design {
float: left;
margin: 0px 0px 0px 100px;
padding: 10px 0px 0px 0px;
}





/*     LAYOUT     */

body {
font-family: arial, sans-serif;
font-size: 12px;
color: #00a;
text-align: center;
background: #ffffff url(../img/bgcolumn.gif) repeat-y 50% 0;
height: 100%;
margin: 0px auto;
padding: 0px;
}

div.container {
width: 760px;
margin: 0px auto;
padding: 0px;
}

div.header {
background: url(../img/header.jpg) no-repeat top center;
width: 760px;
height: 179px;
}

div.maincol {
float: left;
width: 450px;
text-align: left;
}

div.rightcol {
float: left;
width: 300px;
margin: 30px 0px 30px 10px;
padding: 0px;
text-align: left;
}

img.floatleft {
float: left;
margin: 0px 25px 10px 28px;

background: #fff;
border: 1px solid #CCCCCC;
border-bottom-color: #CCCCCC;
border-right-color: #CCCCCC;
padding: .5em;
}

img.floatright {
float: right;
margin: 0px 25px 10px 0px;

background: #fff;
border: 1px solid #CCCCCC;
border-bottom-color: #CCCCCC;
border-right-color: #CCCCCC;
padding: .5em;
}

div.rounded {
float: right;
width: 290px;
height: 190px;
margin: 25px 0px 30px 10px;
padding: 0px;
text-align: left;
background: url(../img/adbg.gif) no-repeat top left;
}

div.rounded p {
width: 260px;
}

div.rounded a {
color:#333333;
}

div.rounded a:link {
color:#333333;
}

div.rounded a:visited {
color:#333333;
}

div.rounded a:hover {
text-decoration: none;
color: #FFF;
border-bottom: 1px dashed;
}



div.footer {
clear: both;
width: 760px;
height: 40px;
margin: 0px 0px 0px 0px;
padding: 0px;
background: #d8e0e7;
border-top: 2px solid #FFFFFF;
text-align: left;
}

div.footer p {
float: left;
width: 300px;
font-size: 80%;

}

div.footer a {
color:#333333;
}

div.footer a:link {
color:#333333;
}

div.footer a:visited {
color:#333333;
}

div.footer a:hover {
text-decoration: none;
color: #000000;
border-bottom: 1px dashed #999999;
}

#floattextright {
float: right;
}






