@charset "utf-8";
/* CSS Document */

     
#wrapper {
width:997px;
margin:0px auto 0px auto;
background-image: url(images/home_bg.jpg);
background-repeat: no-repeat;
height: 603px;
}


#wrapper_inner {
width:997px;
background-color:#D2E0FA;
margin:0px auto 2px auto;
background-image: url(images/inner_bg.jpg);
background-repeat: no-repeat;
height: 1022px;
min-height: 800px;

}

#wrapper_inner_winners {
width:997px;
background-color:#D2E0FA;
margin:0px auto 2px auto;
background-image: url(images/inner_bg.jpg);
background-repeat: no-repeat;
height: 1922px;
min-height: 1922px;

}

#header {
width:997px;
height:60px;
text-align:left;
padding-left:10px;
padding-top:40px;
float:left;
vertical-align:top;
}
#main_content {
width:997px;

padding-left:10px;
float:left;
}

#main_content_left {
	float:left;
	width:266px;
	height:420px;
	margin-left:20px;
	background-color:#f1f3e1;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#main_content_inner_left {
float:left;
width:656px;
height:100%;
margin-left:20px;
background-color:#f1f3e1;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
}


#main_content_mid {
	float:left;
	width:266px;
	height:390px;
	margin-left:20px;
	background-color:#e4f3e9;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#main_content_inner_right {
float:left;
width:266px;
height:100%;
margin-left:20px;
background-color:#d5dfe3;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
}

#main_content_right {
float:left;
width:266px;
height:390px;
margin-left:20px;
background-color:#d5dfe3;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
}

#footer {
width: 997px;
height: 41px;
float:left;
text-align:right;
margin-bottom: 20px;
}

#page_footer {
	clear: both;
	padding-top: 5px;
	margin: 0 auto;
	font: x-small arial;
}

#page_footer a {
	padding: 3px;
	color: blue;
	text-decoration: none;
}

#inner_col1{
width:320px;
float:left;
padding-right:10px;

}
#inner_col2 {
width:310px;
font-size:16px;
color:#969bb2;
float:left;
padding-top:40px;
}
#inner_col2A {
	width:654px;
	font-size:16px;
	color:#969bb2;
	float:left;
	padding-top:0px;
}

#listform-shell {
	width: 475px;
	margin: 10px 0 30px 15px;
	text-align: left;
	border: 1px solid #9BC4E0;
	padding: 0 0 10px 10px;
	background: #CBDAE2;
}

#listform-shell div {
	clear: both;
}

#listform-shell div span {
	float: left;
	padding-right: 10px;
}

#listform-shell label {
	display: block;
	padding: 10px 0 0 0;
	font: bold small arial;
	color: #767DAE;
}

#listform-shell input.submit {
	margin: 10px 0 0 0;
	cursor:pointer;
	border:outset 1px #6C1A74;
	background:#C16FC8;
	color:#FFF;
	font-weight:bold;
	padding: 2px 5px 2px 5px;

}

#listform-shell .messageNote {
	display: block;
	padding: 10px 0 0 0;
	font: bold small arial;
	color: #767DAE;
}

#listform-shell .messageNote ul {
	padding: 5px 0 0 17px;
}

#listform-shell .messageNote ul li {
	padding: 0 0 0 0;
	font: normal small arial;
	color: #333;
}


