
/* CSS Document */

/* *******************************************************************************************************************
     Body Styles
******************************************************************************************************************* */

body {
height: 		100%;
margin-left:	0px;
margin-right:	0px;
margin-top:		20px;
margin-bottom:	10px;
font-family:	Verdana, Arial, Helvetica, sans-serif;
font-size:		12px;
color:			#333333;
width:			100%;
}

a {
color:#FFFFFF;
}
a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
color:#FF99CC;
}
a:active {
text-decoration: none;
}


/* *******************************************************************************************************************
     Header
******************************************************************************************************************* */

div.header{
width:882px;
background-repeat:no-repeat;
background-position:right;
float:right;
}

div.flash{
}

div.links{
width:814px;
height:18px;
padding-left:68px;
padding-top:12px;
color:#FFFFFF;
font-weight:400;
background-image:url(../images/Bottom.png);
background-repeat:no-repeat;
}

div.content{
width:780px;
float:right;
margin-right:38px;
}

div.logo{
margin-top:20px;
}

div.heading{
font-size:18px;
color:#333333;
margin-top:10px;
}

.sub{
color:#CC3366;
font-weight:600;
}

.sub1{
color:#333333;
font-weight:600;
}

.email{
color:#CC3366;
}

div.text{
color:#333333;
margin-top:10px;
}

div.copyright{
color:#999999;
margin-top:10px;
text-align:right;
height:36px;
}

.submit{
background-image: url(../images/SUBMIT.gif);
background-repeat: no-repeat;
cursor: pointer;
width: 136px;
height: 34px;
border: 0;
margin-top:5px;
}

div.BG{
top:-20px;
background-repeat:no-repeat;
background-position:right;
float:right;
position:relative;
}

.red{ color:#FF0000;}