/* ----------reset all css-------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,/*em,strong,*/th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ----------start css-------------- */

body {
background-color: #f2f6ff;
font-family: Helvetica, Arial, Sans-Serif;
color:#564b47;
padding:0;
margin: 0 0 5px 0;
}
a {color: #003468; text-decoration:none;}
a:visited {color: #003468;}
a:hover {color: #99aec3;}

h1 {
font-weight: bold;
color: #003468;
font-size: 18px;
margin-bottom: 5px;
padding: 5px 0;
border-bottom: 1px solid #99aec3;
}

h2 {
font-size:13px;
font-weight: 900;
font-variant: small-caps;
letter-spacing: 5px;
margin:0;
color: #003468;
}


p {
padding: 5px 0;
margin:0px;
}

i, em {
color: #003468;
}

address{
font-size: 12px;
padding: 15px;
}


.winnertitle {
font-family: Helvetica, Arial, Sans-Serif;
font-size:14px;
font-weight: bold;
color:#575757;
padding: 5px 0;
margin-top: 5px;
border-top: 1px solid #99aec3;
}
.winner {
font-family: Helvetica, Arial, Sans-Serif;
font-size:13px;
font-weight: bold;
color:#003468;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #dddddd;
	width: 250px;
	height: 16px;
	border: 0px;
	padding: 3px;
}
.formtext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #dddddd;
	width: 150px;
	height: 16px;
	border: 0px;
	padding: 3px;
}
.formtextdrop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #dddddd;
	border: 0px;
	padding: 3px;
}
.formtextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #dddddd;
	width: 250px;
	height: 56px;
	border: 0px;
	padding: 3px;
}
.formtextarealarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #dddddd;
	width: 370px;
	border: 0px;
	padding: 3px;
}

.finalists-sponsor{
font-family: Helvetica, Arial, Sans-Serif;
font-size:12px;
font-weight: bold;
color:#62719e;

}


.winners-link {
text-decoration:none;
color:#564b47;
}

/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin: 0 auto;
background-color: #ffffff;
}

/* ----------banner for logo-------------- */

#banner {padding-bottom: 20px;}

/* -----------------content--------------------- */

div#content { 
padding: 0px 20px;
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");
}

#content {
font-size: 13px;
background-color: #ffffff;
margin: 0 160px;
width: 500px;
border-right: 1px solid #99aec3;
border-left: 1px solid #99aec3;
}

#content li {
color: #003468;
font-weight: bold;
}

#content a {
color: #003468;
}

/* --------------side bars------------- */
#left {
float: left;
width: 160px;
margin: 0;
padding: 0;
text-align: right;
}
#right {
float: right;
width: 180px;
margin: 0;
padding: 0;
text-align: center;
}

#right img {padding: 18px 0;}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0;
padding: 0;
border-bottom: 18px solid #99aec3;
height: 22px;
}

/* -----------menu--------------------------- */

ul#navlist
{
width: 130px;
font-size: 12px;
font-weight: 800;
padding-left: 30px;
}

ul#navlist li
{
list-style: none;
border-bottom: 1px solid #99aec3;
}

ul#navlist li a
{
display: block;
width: 110px;
padding: 10px;
text-decoration: none;
text-align: right;
}

ul#navlist li a:link { color: #003468; }

ul#navlist li a:hover
{
color: #ffffff;
background: #99aec3;
}

ul#navlist li a#current {color: #042b69;}


ul#subnavlist
{
font-size: 12px;
font-weight: 400;
border-bottom: 1px solid #99aec3;
}

ul#subnavlist li
{
list-style: none;
border-bottom: 0;
}

ul#subnavlist li a
{
width: 110px;
padding: 3px;
padding-left: 17px;
text-decoration: none;
text-align: left;
}

ul#subnavlist li a:link { color: #99aec3; }

ul#subnavlist li a:hover
{
color: #ffffff;
background: #99aec3;
}

ul#subnavlist li a#subcurrent {color: #042b69;}
