/* Basic Setup */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	line-height: 120%;
	background: #d9d9d9;
}

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

a:link{
	color: #ED1262;
	text-decoration: none;
	font-weight: bold;
	}
a:active {
	color: #ED1262;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #ED1262;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #ED1262;
	text-decoration: underline;
	font-weight: bold;
	}
a.wl:link{
	color: #ffffff;
	text-decoration: none;
	}
a.wl:active {
	color: #ffffff;
	text-decoration: none;
	}
a.wl:visited {
	color: #ffffff;
	text-decoration: none;
	}
a.wl:hover {
	color: #ffffff;
	text-decoration: underline;
	}

/* Layout */

#container {
	width: 656px; /*621*/
	/*padding: 0px 21px 0 14px;*/
	padding: 0;
	margin: 0;
	background: url(../../graphics/bg_tile.gif) scroll left repeat-y;
}

#header {
	width: 642px;
	height: 219px;
	background: url(../../graphics/top_right_bg.jpg) scroll left no-repeat;
	padding: 0 0 0 14px;
}
#headerleft {
	width: 247px;
	height: 219px;
	float: left;
}
#headerright {
	width: 395px;
	height: 219px;
	float: left;
	}


#contentcol {
	clear: both;
	width: 621px;
	margin: 0px 21px 0 14px;
	background: url(../../graphics/content_bg_tile.gif) scroll top repeat-y;
	}
#navcol {
	width: 247px;
	text-align: left;
	float: left;
}
.navitem {
	height: 40px;
	padding: 0px 10px 0px 10px;
	line-height: 40px;
	
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	
	background: url(../../graphics/bullet.gif) no-repeat 10px;
	
	}
.navitem a
{
    padding-left:10px;
}
	
.navitemon {
	height: 40px;
	padding: 0px 10px 0px 10px;
	background: url(../../graphics/nav_over.gif) scroll repeat-x left;
	line-height: 40px;
	
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	
	}
	
.navitemon a
{
    padding-left:10px;
}

.navseparator {
	width: 247px;
	height: 1px;
	background:url(../../graphics/nav_spacer.gif) scroll no-repeat;
	overflow:hidden;
	}
a.mm:link{
	color: #000000;
	}
a.mm:active {
	color: #000000;
	}
a.mm:visited {
	color: #000000;
	}
a.mm:hover {
	color: #999999;
	}



#maincol {
	width: 338px;
	padding: 18px 18px 0 18px;
	float: left;
	text-align: left;
	background-color: #ececec;
}
#footernav {
	background: url(../../graphics/nav_footer.gif) scroll left no-repeat #ececec;
	width: 621px;
	height: 65px;
	margin: 0px 21px 0 14px;
	clear: both;
}

.footerdouble {
	background: url(../../graphics/footer_double.gif) scroll no-repeat;
	width: 621px;
	height: 3px;
	margin: 0px 21px 0 14px;
	overflow:hidden;
	}
.footersingle {
	background: url(../../graphics/footer_single.gif) scroll no-repeat;
	width: 621px;
	height: 1px;
	margin: 0px 21px 0 14px;
		overflow:hidden;
	}
#footershine {
	width: 611px;
	margin: 0px 21px 0 14px;
	padding: 10px 0 10px 10px;
	color: #ffffff;
	background: #333333;
	font-size: 125%;
	line-height:20px;
	}	
#footersponsors {
	width: 621px;
	margin: 0px 21px 0 14px;
	background: #333333;
	height: 30px;
	}
#footerlinks {	
	width: 611px;
	margin: 0px 21px 0 14px;
	background: #333333;
	padding: 0 0 5px 10px;
	color: #ffffff;
	}
h1 {
	color: #333333;
	font-size: 120%;
	}	
h2 {
	color: #333333;
	font-size: 110%;
	}
h3 {
	color: #333333;
	font-size: 105%;
	}
.intro {
	font-size: 115%;
	}
.small {
	font-size: 85%;
	}
.imgleft {
	float: left;
	margin: 0 10px 10px 0;
	}
.imgright {
	float: right;
	margin: 0 0 10px 10px;
	}
img {
	border:none;
}
.clear {
	clear: both;
	}
	
.inputtable 
{
    width:330px;
}

.inputtable td
{
    padding:6px 0px;
}

.inputtable-col1 
{
    width:130px;
    text-align:right;
}

.inputtable-col2
{
    width:200px;
}

.notice 
{
    color:Red;
}

.textbox 
{
    border:solid 1px #000000;
}

.button 
{
     border:solid 1px #000000;
}