/* CSS Document */
body{
background-color:#FFD9EC;
background-image:url(../images/email_bg.png);
margin: 0 auto;
}
#content{
	width:750px;
	margin:20px 50px 20px 100px;
	font-size: medium;
}
.centering{
	text-align:center;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
h1{
color:#EE248E;
font-size:24px;
}
.pink{
color:#FF00FF;
}

/* reg navigation */
a:link, a:visited  {
color:#000000;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;


}
a:hover, a:active {
color:#FF00FF;
text-decoration:underline;
font-family:Georgia, "Times New Roman", Times, serif;

}
 /* footer navigation */
 #footer  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	margin-top:20px;
	margin-bottom:10px;
 }
#footer a:link, #footer a:visited {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color:#FF00FF;
	text-decoration:none;
}


/* content navigation */
#content a:link, #content a:visited {
color:#000000;
text-decoration:underline;
font-family:Georgia, "Times New Roman", Times, serif;
}
#content a:hover, #content a:active {
	color:#FF00FF;
	text-decoration:none;
	text-align: center;
}

/* images with this class will get this style*/

.imgborder {border: 1px solid #000000;
}

/* for forms */

#form{
	width:450px;
	margin: 0px;
	
}#inviteform{
	width:550px;
	margin: 0px 0px 0px 150px;
	
}
.left{
margin-left:270px;
font-size:13px;
}


.small{
font-size:11px;
}
.required{
font-weight:bolder;
color:#ff0000;}

input.bg{
background-color:#5E7AA2;}
input.txt{color:#000000;
font-family:Arial, Helvetica, sans-serif;
background-color:#FFFFFF !important;
border:1px inset #00008b;
width: 200px;
}
input.btn{
color:#00008b;
background-color: #FFFFFF;
border: 1px outset #00008b;
}
form p {
clear: left;
margin:0;
padding:0;
padding-top: 10px;
font: bold 12px Arial, Arial, Helvetica, sans-serif !important;
}
form p .submit{
margin:0;
padding:0;
}
form p label {
float: left;
width:45%;
font: bold 12px Arial, Arial, Helvetica, sans-serif;}

textarea {
width: 200px;
height: 40px;
color:#000000;
background-color: #FFFFFF;
border: 1px solid #00008b;
font-family:Arial, Helvetica, sans-serif;}
fieldset{
border: 1px dotted #61b5cf;
margin-top:16px;
padding:10px;}
legend{
	font: bold 16px Arial, Arial, Helvetica, sans-serif;
	color:#000099;


}
h2{
font: bold 16px Arial, Arial, Helvetica, sans-serif;
color:#EE248E;
	}
#selection {
	width:300px;
	font: bold 0.9em Arial, Arial, Helvetica, sans-serif;
	margin-right: 200px;
	margin-left: 300px;
	padding-left: 40px;
	margin-bottom: 15px;
}
.centering {
	text-align: center;
}
