/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 95%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0;
	background-image: url(images/background.gif);
}
.small{
	font-size:12px;
}
.medium{
	font-size:15px;
}
.large{
	font-size:18px;
}

#cEmail { background: url(images/status.gif) 180px 0 no-repeat; padding: 0 15px 0 2px; width: 180px;border: 1px solid #333333; }
#cEmail.thinking{ background-position: 180px -19px; }
#cEmail.approved { background-position: 180px -35px; }
#cEmail.denied { background-color: #FF8282; background-position: 180px -52px; }

ul#sideNav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#sideNav a {
	display: block;
	text-decoration: none;
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #EE1C57;
	padding: 4px 2px 2px 9px;
	height: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sideNav a:link {
	color: #EE1C57;
}
#rightColumn1 a:link {
	text-decoration: none;
	color: #103A84;
}
ul#sideNav li {
}
#sideNav a:hover {
	color: #0099FF;
}
#newHead{
	width: 900px;
	font-size: 10px;
	color: #000000;
	margin:0px;
	padding:0px;
	float: left;
	font-weight: bold;
	padding-bottom: 2px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
.blueText{
color:#00349A;
font-weight:bold;
}
#newHead a{
text-decoration:none;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	border-bottom: 1px none #666; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 183px;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(images/header_back2.gif);
	background-repeat: no-repeat;
	margin:0px;
}
/* active you on panel */
.catheadblue {
	text-align:center;
	background-color: #4B8AE0;
	display: block;
	text-transform:uppercase;
	padding: 8px 7px 8px 9px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 15px;
}
ul#sideNavactiveyoupanel {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#sideNavactiveyoupanel h3{
	padding: 4px 2px 2px 9px;
	font-style:italic;
	font-size:large;
}
ul#sideNavactiveyoupanel a {
	display: inline;
	text-decoration: none;
	color: #EE1C57;
}
#sideNavactiveyoupanel a:link {
	color: #EE1C57;
}
ul#sideNavactiveyoupanel li {
	padding: 4px 2px 2px 9px;
}
#sideNavactiveyoupanel a:hover {
	color: #EE1C57;
}
#activeyoupanel {
	border: 1px solid #CCCCCC;
	
	vertical-align: top;
	/*height: 200px;*/
	margin-bottom:2px;
	/*height: 309px;*/
}
/* active you on panel */
/* News Section */
#news p {
	padding-left: 6px;
	padding-bottom:4px;
	margin-top:0px;
	margin-bottom:4px;
	/*overflow:auto;*/
	/*height:18px;
	overflow:hidden;*/
}
#news {
	border: 1px solid #CCCCCC;
	margin-top: 12px;
	vertical-align: top;
	/*height: 400px;*/
	width: 187px;
	/*height: 309px;*/
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	max-width: 956px;
	min-width: 956px;
	width: 956px;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
/*#outerWrapper #header {
	background-color: #FFFFFF;
	border-bottom: 1px none #666; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 127px;
	line-height: 15px;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(images/header_back2.gif);
	background-repeat: no-repeat;
}*/
#blueband a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#outerWrapper #header #blueband {
	height: 27px;
	width: 730px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 5px 0px;
	float: left;
}
#outerWrapper #header #blueband2 {
	height: 23px;
	width: 170px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 5px 0px;
	float: right;
	margin-left: 0px;
	margin-right: 8px;
	text-align: right;
	vertical-align: top;
	clear: none;
}
.loginBox {
	height: 14px;
}
#outerWrapper #contentWrapper #panelOuter {
	float: right;
	width: 727px;
	margin-top: 12px;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 12px;
	text-align: justify;
	display: block;
}
#panelOuter #innerpanel {
	width: 704px;
	margin-right: auto;
	margin-left: auto;
}
.2columns    {
	display: block;
	background-color: #00CC99;
	height: 23px;
	float: right;
	margin-right: 8px;
	width: 467px;
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #FFFFFF; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 227px;
	margin-right: auto;
	margin-top: 8px;
	height: 215px;
	border-top: 0px #CCCCCC;
	border-right: 0px #CCCCCC;
	border-bottom: 0px #CCCCCC;
	border-left: 0px #CCCCCC;
}
.prizeHead {
	font-size: 21px;
	color: #EE1C57;
	text-align: center;
	display: block;
	margin-top: 12px;
	line-height: 23px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.prizeMain {
	font-size: 16px;
	color: #EF215B;
	text-align: center;
	line-height: 18px;
	font-weight: lighter;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outerWrapper #contentWrapper #rightColumn2 {
	background-color: #FFFFFF;
	border-left: 1px none #666; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 229px;
	margin-top: 8px;
	margin-right: 8px;
}
#outerWrapper #contentWrapper #rightColumn3 {
	background-color: #FFFFFF;
	border-left: 1px none #666; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 229px;
	clear: none;
	margin-top: 8px;
	margin-right: 8px;
}
.cathead {
	background-color: #666666;
	text-align:center;
	display: block;
	padding: 8px 7px 8px 9px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 15px;
}
.winPanel {
	font-size: 15px;
	color: #0F3B84;
	text-align: center;
	line-height: 18px;
}
a.winPanel:link {
	text-decoration: none;
	color: #EE1C57;
}
a.winPanel:hover {
	text-decoration: none;
	color: #0099FF;
}
#outerWrapper #contentWrapper #panel {
	float: right;
	clear: right;
	width: 727px;
	margin-right: 8px;
	height: 75px;
	margin-top: 12px;
	background-image: url(images/banner_back.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 12px;
	text-align: center;
	border: 1px solid #CCCCCC;
}

#outerWrapper #contentWrapper #newsDiv #row1 {
	padding-left:8px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	top: 2px;
	width: 187px;
	float: left;
	margin-top: 12px;
	margin-left: 8px;
	padding: 0px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	background-color: #FFFFFF;
	border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}
#outerWrapper #contentWrapper #column4 {
	float: right;
	width: 175px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	height: 220px;
}
#outerWrapper #contentWrapper #AllPrizes {
	float: right;
	width: 727px;
	margin-top: 12px;
	margin-right: 14px;
	text-align:justify;
	margin-bottom: 0px;
	padding-bottom: 12px;
	display: inline;
}
.competitionsmall{
	float:right;
	text-align: center;
	width: 170px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	height:200px;
}
.competitionsmallE{
	float:right;
	text-align: center;
	width: 170px;
	margin-top: 8px;
	margin-right: 7px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	height:200px;
}
.emptysmall{
	float:right;
	text-align: center;
	width: 170px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	height:200px;
}
.emptysmallE{
	float:right;
	text-align: center;
	width: 170px;
	margin-top: 8px;
	margin-right: 7px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	height:200px;
}
.competition{
	float:right;
	text-align: center;
	width: 175px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	height:200px;
}
.competitionE{
	float:right;
	text-align: center;
	width: 175px;
	margin-top: 8px;
	margin-right: 7px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	height:200px;
}
.empty{
	float:right;
	text-align: center;
	width: 175px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	height:200px;
}
.emptyE{
	float:right;
	text-align: center;
	width: 175px;
	margin-top: 8px;
	margin-right: 7px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	height:200px;
}
.competitionTitle {
	padding:0px;
	padding-bottom:10px;
	margin:0px;
	font-size: 13px;
	color:#EE1C57
}
a.pink{
color: #EE1C57;
text-decoration:none;
}
a.competitionLink {
	text-decoration: none;
	color: #EE1C57;
}

#outerWrapper #contentWrapper #column5 {
	float: right;
	width: 175px;
	margin-top: 8px;
	margin-right: 7px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	height: 220px;
}
#footer {
	clear: both;
	font-size: 75%;
}
#footer a:link {
	color: #EE1C57;
}
.1columns {
	display: block;
	background-color: #00CC99;
	height: 23px;
	clear: none;
	float: right;
	margin-right: 12px;
	width: 230px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#outerWrapper #contentWrapper #rightColumn5 {
	background-color: #ebebeb;
	border-left: 1px none #666; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 3px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 460px;
	margin-right: 8px;
	margin-top: 8px;
}
#outerWrapper #contentWrapper #rightColumn1grey {
	background-color: #999999;
	border-left: 1px none #666; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 6px 3px 3px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 223px;
	margin-right: 0px;
	margin-top: 8px;
	color: #FFFFFF;
	text-align: center;
	height: 21px;
	vertical-align: middle;
}
#topBanner {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 12px;
	background-image: url(images/banner_back.jpg);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	text-align: center;
	padding-bottom: 12px;
}
.bannerHead {
	font-size: 21px;
	color: #EE1C57;
	text-align: center;
	line-height: 32px;
	font-weight: normal;
}
.bannerText {
	font-size: 16px;
	color: #666666;
	line-height: 21px;
	display: block;
	padding-bottom: 12px;
	font-weight: normal;
}
#outerWrapper #contentWrapper #rightColumn5double {
	float: right;
	padding: 6px 3px 3px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 458px;
	margin-right: 8px;
	margin-top: 8px;
	font-weight: normal;
	text-align: center;
	height: 21px;
	border: 1px solid #CCCCCC;
}
#navigationBar   {
	height: 46px;
	background-image: url(images/nav_back.gif);
	width: 100%;
}
ul#navigation  {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	float: left;
	width: 770px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 1px;
	padding-top: 0px;
}
ul#navigation li {
	display: inline;
}
ul#navigation a {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	height: 23px;
	padding-top: 8px;
	font-weight: lighter;
	text-decoration: none;
	color: #000000;
}
#navigation a:link {
	color: #EE1C57;
	text-decoration: none;
}
#navigation a:hover {
	color: #139FCD;
}
#headColumn1  a {
	color: #EE1C57;
	text-decoration: none;
}
#headColumn1   {
	border-left: 1px none #666; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 160px;
	margin-right: 8px;
	margin-top: 0px;
	left: 919px;
	top: 1px;
	font-size: 12px;
	font-weight: lighter;
	vertical-align: top;
	text-align: right;
	line-height: 17px;
}
#headColumn1 #error  {
	color:#FF0000;
	display:none;
}
#headColumn2 {
	background-color: #ebebeb;
	border-left: 1px none #666; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 468px;
	margin-top: 10px;
	/*height: 60px;*/
	margin-left: 112px;
	margin-right: 6px;
}
/*#news p {
	padding-left: 6px;
	overflow:auto;
}
#news {
	border: 1px solid #CCCCCC;
	margin-top: 12px;
	vertical-align: top;
	height: 400px;
	width: 187px;
	//height: 309px;
}*/
#navigationBar #typesizebox1 {
	width: 122px;
	padding: 0px;
	float: right;
	display: block;
	clear: none;
	margin-top: 9px;
}
#navholder  {
	width: 750px;
	border: 3px none #00FFCC;
}
#cats {
}

</style>
<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  color: #000;
}

</style>
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 11%;
}
#outerWrapper #contentWrapper #columnMain {
	float: right;
	width: 727px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
#columnMain #textMain {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}
#textMain ul li{
	padding-bottom:3px;
}
#textMain ul{
	margin-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}
#columnMain #textMainNews{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left:5px;
	float:left;
}
#textMainNews ul li{
	padding-bottom:3px;
}
#textMainNews ul{
	margin-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}
.randomcomp{
	border:1px solid #cccccc;
}
.mainHead {
	font-size: 20px;
	color: #F02B62;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.mainHeadCenter {
	font-size: 20px;
	color: #F02B62;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.mainSub {
	font-size: 14px;
	color: #F02B62;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#textMain a:link {
	color: #F0376B;
	text-decoration: none;
}
#rightColumn1 a:hover {
	text-decoration: none;
	color: #990000;
}
#panel a:link {
	color: #F02B62;
	text-decoration: none;
}#panel a:visited {
	color: #F02B62;
	text-decoration: none;
}
#panel a:hover {
	color: #103A84;
	text-decoration: none;
}
#news p {
}
#news2 p {
	padding: 0px 0px 0px 12px;
	display: block;
}.cathead2 {
	background-color: #666666;
	display: block;
	text-align:center;
	padding: 7px 7px 5px 9px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 15px;
	height: 33px;
	vertical-align: middle;
}
#news2 {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	vertical-align: top;
}
.search11 {
	font-size: 11px;
	line-height: 17px;
}
.search16 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}#news2 a:link {
	color: #EE1C57;
}
#news2 a:hover {
	color: #0099FF;
}
.newsMainText {
	display: block;
	margin-left: 6px;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 17px;
}
a{
color:#EE1C57;
}
#navigation a:link {
	color: #000000;
	text-decoration: none;
}
#blueband a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#news a{
text-decoration:none;
color:#000000;
}
#textMain a:link{
color:#F0376B;
text-decoration:none;
}
#textMain a:hover{
color:#F0376B;
text-decoration:none;
}
#textMain a{
color:#F0376B;
text-decoration:none;
}