/******************
HTML Tags
******************/

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	color:#000000;
	padding:0;
	margin:0;
	font-size:.75em;
	background: url(bg-main.jpg) repeat-x;
	background-color:#FFFF99;
	margin-left:auto;
	margin-right:auto;
	}

img { margin:0;padding:0;border:0; } 

/******************
SIDE SEARCH FORM
******************/



/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#006699;
	text-decoration:underline;
	}

a:visited {
	color:#00CCFF;
	text-decoration:underline;
	}

a:hover {
	color:#339900;
	text-decoration:none;
	}

a:active {
	color:#FF6600;
	text-decoration:underline overline;
	}
	
#page-right p {
	color:#FFFFFF;
	}

#page-right a:link {
	color:#FFFFCC;
	text-decoration:underline;
	}

#page-right a:visited {
	color:#999900;
	text-decoration:underline;
	}

#page-right a:hover {
	color:#FF6600;
	text-decoration:none;
	}

#page-right a:active {
	color:#FF6600;
	text-decoration:underline overline;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.8em;
	margin:0px 0px 10px 0px;
	}

h2 {
	font-size:1.1em;
	text-align:center;
	}

h3 {
	font-size:1em;
	color:#FFFFFF;
	}
	
h4 {
	font-size:1.1em;
	margin:0px 0px 0px 0px;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.75em;
	}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/******************
Layout Divs
******************/
#page-containers {
	margin:auto;	
	width:814px;
	}
	
#page-left {
	float:left;
	margin:auto;
	height:100%;
	width:10px; 
} 
#page-right { 
	margin:auto;
	width:100px;
	height:100%;
	float: right;
} 
#sidebarfiler { 
	width:100px;
	height:400px;
} 
#page-contents { 	
	float: left;
	height:auto;
	width: 704px; 
	height:1250px;
}  

#header-container {
	margin-top:0px;
	width:704px;
	height:340px;
	background-color:#FFFFFF;
	padding:0px;
	}

#content-container {
	margin-top:0px;
	width:704px;
	background-color:#FFFFFF;
	padding:0px;
	}
		
#logo {
	width:704px;
	text-align:center;
	height:162px;
	padding:0px;
}

#top_nav {
	width:704px;
	height:23px;
	padding:0px;
}

#title { 
	width:704px;
	height:136px;
	padding:0px;
} 

#mainNav {
	height:19px;
	width:704px;
	padding:0px 0px 0px 0px;
	margin: 0px;
	background-color:#336699;
}
	

#sponsorcontent { 
	float: left;
	width:174px;
	margin:auto;
	background-color:#FFFFFF;
	height:1450px;
	text-align:center;
} 

#content {
	float: left;
	width:530px;
	margin:auto;
	background-color:#CCCCCC;
	height:1450px;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#footer {
	clear:both;
	width:704px;
	padding:0px;
	height:30px;
	color:#000000;
	text-align:center;
	font-size:0.9em;
}


/******************
MAIN MENU ITEMS
******************/
a#Nav-Ca {
	padding:0px;
	margin:0px;
    width: 130px;
    height: 19px;
}
a#Nav-Ca:hover {
}

a#Nav-Rules {
	padding:0px;
	margin:auto;
    width: 141px;
    height: 19px;
}
a#Nav-Rules:hover {
}
a#Nav-Entry {
	padding:0px;
	margin:auto;
	width: 154px;
    height: 19px;
}
a#Nav-Entry:hover {
}
a#Nav-Judges {
    width: 140px;
    height: 19px;
}
a#Nav-Judges:hover {
}

a#Nav-Form {
    width: 139px;
    height: 19px;
}
a#Nav-Form:hover {
}

a img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
} 
a:hover img { 
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
} 

/******************
FORM STYLES
******************/

#content p, #sponsorcontent p, #footer p, table {
	margin:10px 0px 10px 0px;
}

#content form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content label {
	/* display:block; */ 
	clear:left; 
	display:block; 
	float:left; 
	width:170px; 
	text-align:left;
	}

#content input {
	margin-bottom:0.6em;
	background:#FFC;
	font-size:.9em;
	width:250px;
}
#content input:hover {
	background:#FF9; 
	color:#000;
}
#content input:focus {
	background:#fff; 
	color:#000;
}
#content select {
	margin:0 0 1em 0.1em; 
	font-size:.9em;
	width:275px; 
	background:#FFC;
}
#content textarea {
	width:410px; 
	height:15em; 
	padding:0.5em; 
	overflow:auto; 
	background:#FFC;
}
#content textarea:hover { 
	background:#FF9; 
}
#content textarea:focus {
	background:#fff; 
}

#content option {
	background:#fff; 
	color:#b80b38;
}
#content optgroup {
	background:#fff; 
	color:#000; 
}
#content optgroup option {
	background:#fff; 
	color:#b80b38;
}
form#myform label {
	/* display:block; */ 
	clear:left; 
	display:block; 
	float:left; 
	width:180px; 
	text-align:left;
	}
form#myform #Submit, form#myform #Reset
{
	font-size:1.1em;
	font-weight:bold;
	cursor:pointer; 
	width:100px; 
	margin-left:8px; 
}

form#myform #Submit:hover, form#myform #Reset:hover 
{
	color:#000; 
	background:#FFCC00; 
}

form#myform #Submit:active, form#myform #Reset:active 
{
	color:#000; 
	background:#C90; 
}


/******************
SIDE LIST MENUS
******************/


/******************
LISTS - IN THE CONTENT DIV
******************/
ul li {margin:0.5em 0; text-indent:0;}
ul {list-style-type:none; font-weight:bold;}
ul ul {list-style-type:none; font-weight:normal;}
ul ul li {text-indent:0; margin:0;}

/******************
CLASSES
******************/
#instr p 
{
    font-size:.8em;
	margin:0px 0px 10px 0px;
}
#text_div 
{
    font-size:.8em;
} 

