@charset "utf-8";
/* CSS Document */
body{
	background-color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:13px;
}
a:link {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#ff1ee5;
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
	color: #000;
}
	

.container{
	width:900px;
	height:auto;
	float:left;
	margin-top:-20px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	background-color:#FFF;
}

.topSec {
	width:900px;
}
.sandTop{
	background-color:#ede4db;
	padding:20px;
	height:100%;
	line-height:22px;
}

.footer{
	height:39px;
	padding:20px;
	background-image:url(images/backgrounds/pink-rep.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	background-color:#ca3397;
}
.logo{
	height:102px;
	width:132px;
	background-image:url(images/backgrounds/logo.png);
	float:left;
}
.nav{
	background-image:url(images/backgrounds/nav-slice.png);
	background-repeat:repeat-x;
	height:102px;
	width:768px;
	float:right;
}
.clear{
	clear:both;
}
#menu {
	clear: both;
	list-style: none;
	text-align: left;
	padding:15px;
	margin: 0;
	font-size:12px;
}

#menu li {
	display: inline;
	padding: 0 15px 0 0;
}
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-weight:bold;
	padding: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
}
#menu a:link, #menu a:visited {
	color: #000000;
}

#menu a:hover {
	color: #ff1ee5;
}
.title{
	padding-left:20px;
	margin-top:5px;
	color:#FFF;
}
.left{
	float:left;
	width:450px;
}
.right{
	float:right;
	width:375px;
	height:100%;
}
.topBox{
	float:right;
	width:850px;
	padding-left:25px;
	padding-right:25px;
}
h1{
	color:#cb3398;
	font-size:22px;
	
}
.footer a:link {
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #FFF;
}
.footer a:hover {
	text-decoration: none;
	color:#FBBFFF;
}
.footer a:active {
	text-decoration: none;
	color: #FFF;
}
	

.errmsg {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F00;
	background-color: #FCC;
	width: 335px;
	border: 1px solid #F00;
	display: block;
	line-height: 14px;
	padding: 12px;
}
.smallgreyLink {
	text-decoration: none;
	font-size: 10px;
}
.smallgreyLink a{
	text-decoration: none;
	font-size: 10px;
}
