h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
	margin:0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:bold;
	color: #FF9900;
	margin: 5px 0px 10px 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: #FF9900;
	margin: 5px 0px 10px 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF9900;
	margin: 5px 0px 10px 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFF;
	font-weight:bold;
	margin: 0px;
	float:left;
	font-style:italic;
	
}
/*begin universal div tag formating*/
body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-size-adjust:none;
	color: #333333;
}
/* Standard Text Links */
a:link {
	color:#FF6600;
}
a:visited {
	color:#FF6600;
}

/*iepngfix*/
img { behavior: url(http://www.bragthis.com/iefix/iepngfix.htc) }	
	

#wrapper {
	margin:0 auto;
	width:960px;
	_width:972px;
	padding: 0;
	clear: right;
}
#wrapperform {
	margin:0 auto;
	width:960px;
	/*border: thin solid #666666;*/
	background-color: #FFFFFF;
	padding: auto;
	clear: right;
	text-align:center;
}
#banner {
	height: 125px;
	background-image: url(../images/bannerbeta2_01.jpg);
	background-repeat: repeat-x;
	background-position: -2px 0px;
}
#loginstatus {
	float: right;
	height: 35px;
	width: 300px;
	text-align:center;
	/*opacity: .2;
	filter: alpha(opacity=20);
	background-image: url(../images/bklogin.gif);*/
}
#innerbanner {
	width: 960px;
	height: 125px;
	margin: 0 auto;
	background-image: url(../images/bannerbeta2_02.jpg);
}
#clickhome {
	position:absolute;
	width:350px;
	height:75px;
	top: 0px;
	cursor:pointer;
	left:50%;
	margin-left:-450px;
}
#bannersearchbox {
	position:absolute;
	width:325px;
	height:35px;
	top:40px;
	left:50%;
	margin-left:170px;
}
#footer {
	background:#44c;
	clear: both;
	float: left;
	height: 100px;
	width: 100%;
	margin: 30px 0px 0px 0px;
	background-image:url(../images/footeralpha_01.jpg);
}
#footerback {
	background-image:url(../images/footeralpha_02.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
	width:960px;
	height:100px;
}
#footerleft {
	width: 300px;
	height: 75px;
	padding: 20px 0px 0px 0px;
	float:left;

}
#footerright {
	width: 400px;
	height: 75px;
	padding: 20px 20px 0px 0px;
	float:right;
	text-align:right;
	word-spacing:10px;

}
.footertxt, .footerlink:link, .footerlink:visited, .footerlink:active {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.footerlink:hover {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}
	
/* begin nav menu */
ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
ul#nav{
	margin-left: 250px;
	width:650px;
	clear: both;
}
ul#nav li{
	float:left;
	margin-right: 3px;
	text-align: center;
	margin-top: 55px;
}
ul#nav a{
	float:left;
	width: 150px;
	padding: 8px 0px;
	text-decoration:none;
	color: #666;
	height: 19px;
	background-image: url(../images/tab.gif);
	opacity: .5;
	filter: alpha(opacity=50);
}
ul#nav a:hover{
	color: #DE5900;
	opacity: .8;
	filter: alpha(opacity=80);
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	background-image: url(../images/tab.gif);
	color: #DE5900;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/* end nav menu */
#pageheader {
	clear: both;
	float: left;
	width: 915px;
	padding-left: 0px;
	margin: 25px 0px;
	text-align: left;
}
/* Form Layouts */
.validationtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.validationcleartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009900;
}
.formsubtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.formsubtext link, visited, active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.formsubtext hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}
#formset1 {
	padding: 15px;
	clear: both;
	width: 600px;
	margin: 0px auto;
	border: 1px solid #FF9900;
	background-color: #FFEACA;
	position: relative;
}
#formset2 {
	padding: 15px;
	clear: both;
	width: 600px;
	margin: 0px auto;
	border: 1px solid #FF9900;
	background-color: #FFEACA;
	position: relative;
	text-align: center;
}
#formsubmitinfo {
	padding: 5px;
	clear: both;
	width: 600px;
	margin: 0px auto;
	text-align:center;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;
	position: absolute;
	top: -.5em;
	left: .2em;
}
label {
	margin-right: 10px;
	float: left;
	width: 175px;
}
.label250 {
	margin-right: 10px;
	float: left;
	width: 250px;
}
.label75 {
	margin-right: 10px;
	float: left;
	width: 75px;
}
.labelclose {
	margin-right: -200px;
	float: left;
	width: 250px;
}
/* End Form Layouts */

.formcounter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* BR Drop Down */
.view_competition {
	background-color:#CCFFCC;

}
.view_challenge {
	background-color:#FFCCCC;

}
.view_boast {
	background-color:#FFFFCC;

}
.view_call {
	background-color:#CCCCFF;

}

/* End BR Drop Down */
#dialog350200 {
	height: 150px;
	width: 350px;
}
.labelcontrol1 {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9999FF;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-left: 25px;
}
.labelcontrol1a {
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9999FF;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 125px;
	margin-left: 75px;
}
.pcontrol1 {
	margin-top: 2px;
	margin-bottom: 2px;
}
.portrait {
	width:100px;
	height:100px;
	background-image:url(../images/portraitframe.gif);
	padding:20px;
	
}
.countertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.styleblue16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9999FF;
	font-size: 16px;
	font-weight: bold;
}
.styleblue14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9999FF;
	font-size: 14px;
	font-weight: bold;
}

#commentpopup {
	position:absolute;
	top:70px;
	left:50%;
	width:70px;
	height:50px;
	z-index:20px;
	margin-left:400px;

}
