body {
	padding:0;
	margin:0;
	color:#666;	
	background-color:#c1c1c1;
	background-image:url(../images/bgline.gif);
	background-repeat:repeat-y;
	background-position: center;
	font-family:100%/100% Arial, helvetica, sans-serif;
	text-align:center;
}

.clear {
	clear:both;
	padding-bottom:1px;
	margin-bottom:-1px;
}
* html .clear {
	padding:0;
	margin:0;
}

img {
	border:none;
}

#bg {
	position:absolute;
	left:0;
	top:0;
	height:667px;
	width:100%;
	background:url(../images/bg.gif) repeat-x;
}
#page {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	position:relative;
	width:598px;
	margin:0 auto;
	padding:0 32px;
	text-align:left;
        background-image:url(../images/bgline.gif);
        background-position:center;
        background-repeat:repeat-y;
	z-index:100;
	_width:597px;
	min-height:667px;
	_height:667px;
}

div#iheader {
	position:absolute;
	width:663px;
	height:201px;
	left:0;
	top:0;
        background-image:url(../images/top.jpg);
        background-position:center;
        background-repeat:no-repeat;
	overflow:visible;
	z-index:0;
}
div#iheader img {
	position:absolute;
	left:-59px;
	top:0;
	width:274px;
	height:337px;
}

h1#header {
	position:absolute;
	top:15px;
	left:200px;
	margin:0;
	padding:0;
	color:#fff;
	font:normal 29pt/105% "Times new roman", serif;
	letter-spacing:.03em;
	z-index:100;
}
h1#header span.m {
	display:block;
	text-align:left;
	margin-left:60px;
	font:normal 18pt/105% "Times new roman", serif;
}
h1#header span.a {
	display:block;
	text-align:right;
}


ul#menu {
	float:right;
	display:inline;
	height:105px;
	width:409px;
	margin:207px -3px 0 0;
	padding:0;
	border:none;
	border-left:solid #4F8AE4 30px;
	list-style:none;
	clear:both;

	_width:408px;
	_margin-bottom:-5px;
	overflow:hidden;
}

ul#menu li {
	float:left;
	display:inline;
	height:50px;
	width:130px;
	margin:0 0 6px 6px;
	padding:0;
	background:#4E8BE5 url(../images/mitembg.gif) 0 0 no-repeat;
	overflow:hidden;
}

ul#menu li a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#fff;
	background:#4E8BE5 url(../images/mitembg.gif) 0 0 no-repeat;
	text-decoration:none;

	_height:49px;
}
ul#menu li a span {
	position:absolute;
	bottom:.1em;
	right:.3em;
	text-align:right;
	font:bold 13pt/130% Arial, helvetica, sans-serif;
	cursor:pointer;

	_bottom:0;
}
ul#menu li a:hover {
	color:#FFD45F;
	background:#3F82DC url(../images/mitemact.gif) 0 0 no-repeat;
}

#content {
	margin-top:25px;
	_margin-top:35px;
	clear:both;
}	

#content, #footer {
	font:normal 80%/150% Arial, Helvetica, sans-serif;
}

#footer {
	margin:0;
	padding:5px;
	color:#fff;
	background:#193A78 url(../images/ftrbg.gif) top left repeat-y;
	text-align:center;
	line-height:130%;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
#neonexus {
	text-align:center;
}

/* *** */

h1 {
	font-size:190%;
	line-height:110%;
	font-weight:bold;
	color:#396AB8;
}

a {
	color:#396AB8;
	text-decoration:underline;
}

a:hover {
	color:#4E8BE5;
	text-decoration:none;
}

.cphoto {
	border:solid #4E8AE4 4px;
}
.center {
	text-align:center;
}

ul.table {
	display:block;
	width:475px;
	margin:1.5em 0 1em 80px;
	padding:0 0 0 40px;
	list-style:none;
	clear:both;
}
ul.table li {
	float:left;
	display:inline;
	width:220px;
	height:4.5em;
}
ul.table li h3 {
	display:block;
	margin:0;
	padding:0;
	color:#4E8AE4;
	font-weight:normal;
	font-size:140%;
	line-height:110%;
}


img.winners {
	margin-left:2em;
}

ul.winners {
	margin-top:-.6em;
	color:#4E8AE4;
	font-size:140%;
	line-height:180%;
	list-style:none;
}
ul.winners li {
	padding:0;
	margin:0;
}
ul.winners li .yr {
	color:#F0A93D;
}



.app td {
	padding:4px;
	border-bottom:solid #ccc 1px;
	line-height:120%;
}
/*Form*/
#firstname {
	display:none;
}
textarea, input {
	width:300px;
	border:solid #999 1px;
}
textarea {
	height:60px;
}
input.ch {
	border:none;
	width:auto;
}
input.btn {
	border:none;
	background-color:#396AB8;
	padding:2px;
	color:#fff;
}
#errormsg {
	color: #ff0000;
	padding-bottom:1em;
}
#sendmsg {
	padding: 4em;
	text-align:center;
}