@charset "UTF-8";
/* CSS Document */

body {
	background-color: #C42E91;
	font-size:12px;

}




#wrapper {
	margin-left: auto;
	margin-right: auto;	
	width: 902px;
	height:auto;
	background-color:#FFFFFF;
	
	}


#leaderboard {
	width:902px;
	height:90px;
	float:right;
	clear:both;
	background-image: url(images/win-banner_902x90.gif);
	background-repeat:no-repeat;
	/*background-color:#999999;*/

}




#bookmark {
	width:317px;
	height:39px;
	float:right;
	clear:right;
	}


#sectiontitle {
	width:186px;
	height:39px;
	background-image:url(images/awt_sectiontitle.jpg);
	align:left;
	vertical-align:bottom;
	float:left;
	clear:left;
	
	}

#picturebanner {
	width:902px;
	height:154px;
	clear:both;
	}



#content {
	width:550px;
	height:auto;
	min-height:353px;
	
	float:right;
	margin-top:50px;
	padding-right:15px;
	
	}


#footer-wrap {
	width:880px;
	height:22px;
	clear:both;
	margin-left:10px;
	margin-bottom:10px;
	}

#footer {
	width:367px;
	height:22px;
	float:left;	
	}
	
#vclogo {
	width:79px;
	height:22px;
	float:right;
	background-image:url(images/VCCI-logo_small.jpg);
	}

#navigation {
	width:902px; !important
	height:auto;
	/*background-color:#C42E91;*/
	clear:both;
	margin:0;

}

#buttons {
	width:406px; !important
	width:380px;
	height:33px;
	background-color:#C42E91;
	float:right;
	clear:right;
	margin:0;

}

#logo {
	width:496px; !important
	height:72px;
	float:left;
	clear:right;
	/*z-index:100;*/
	}

img {
	border-style:none;
	}

/* IE6 working version

#logo { 
	width:370px;
	height:72px;
	margin-top:93px;
	background-image:url(images/awt_logo.jpg);
	float:left;	
	clear:right;
	}

#navigation {
	width:490px;
	height:auto;
	background-color:#C42E91;
	float:right;
	clear:right;
	margin:0px;
	padding:0px;

} */






/*###############SPECIFIC HOME LAYOUT###############*/

#flashmov {
	width:455px;
	height:290px;
	/*background-color:#336666;*/
	margin-top:25px;
	margin-left:22px;
	
	}

#rhcolumn {
	width:496px;
	height:auto;
	float:left;
	clear:left;
	/*margin-top:39px;*/
	background-image:url(images/awt_rhc_flashspace.jpg);
	background-repeat:no-repeat;
	}

#lhcolumn {
	width:406px;
	height:auto;
	
	float:right;
	clear:right;
	/*margin-top:35px;*/
	
	}
#hpwrapper {
	margin-left: auto;
	margin-right: auto;	
	width: 902px;
	height:700px;
	background-color:#FFFFFF;
	
	}



/*###############LINK STYLING###############*/

a:link, a:visited {
	color:#c42e91;
	text-decoration:none;
	}

a:hover, a:active {
	color:#999999;
	text-decoration:none;
	}

.nxtbttn {
	font-size:1.5em;
	}
	
.register a:link {
	background-image: url(images/awt_lhc_register.jpg);
	width:406px;
	height:98px;
	}
	

.register a:hover {
	background-image:url(images/awt_lhc_register-hover.jpg);
	width:406px;
	height:98px;
	
	}

/*###############TEXT STYLING###############*/



p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	}


.heading {
	font-size:1.5em;
	color:#c42e91;
	}


.subheading {
	font-size:1.2em;
	font-weight:bold;
	color:#c42e91;
	line-height:1.5em;
	}

.pinktext { /*****now for bolded text*****/
	/*color:#c42e91;*/
	font-weight:bold;
	}



