*, html{
	margin:0px;
	padding:0px;
	font-family:Helvetica Neue, Helvetica;
	font-size:11px;
	color:#000000;
}

body{
	background-color: #424242;
}



a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a:hover{

	text-decoration:underline;
}

.footer-text{
	color:#FFFFFF;
	font-size:10px;
}

h1{color:#FFFFFF;font-size:30px;}

.centertd
{
	
	padding: 35px 55px 10px 55px;
}

.centerbottomtd
{
	background-color: #336EA8;
	padding: 0px 15px 0px 15px;
}

.righttd
{
	
	padding: 30px 25px 10px 28px;
}

.rightsmalltd
{
	
	padding: 0px 25px 0px 28px;
}

.insidetd
{	
	padding: 35px 59px 15px 60px;	
}

.title
{
	font-size:18px;
}
.small_title
{
	font-size:12px;
	font-weight:bold;
}
hr
{
	width:200px;
	height:4px;
	color:#A6CEE7;
}

.email_input
{
	background-color: #FFFFFF;
	border: 1px solid #193651;	

	color: #999999;
	font-size:11px;
	width: 250px;
	text-align:left;
}

.submit_button
{
	background-color: #424242;
	border: 1px solid #414342;
	color: #CFCFCF;
	font-size:11px;

	text-align:center;
	
}

.text_footer
{
	color:#FFFFFF;
}

.link_white{
	color:#FFFFFF;
	text-decoration:none;
}
.link_white:hover{

	text-decoration:underline;
}

/*MENU ITEMS*/
/*INDEX*/
a.index {
display: block;
width: 51px;
height: 22px;
background: url(../images/menu/home.gif) no-repeat;
}

a:hover.index {
background: url(../images/menu/home.gif) 0 -22px no-repeat; 
}

a.indexh {
display: block;
width: 51px;
height: 22px;
background: url(../images/menu/home.gif) 0 -22px no-repeat;
}

/*RESOURCES*/
a.resources {
display: block;
width: 89px;
height: 22px;
background: url(../images/menu/resources.gif) no-repeat;
}

a:hover.resources {
background: url(../images/menu/resources.gif) 0 -22px no-repeat; 
}

a.resourcesh {
display: block;
width: 89px;
height: 22px;
background: url(../images/menu/resources.gif) 0 -22px no-repeat;
}

/*Keynotes*/
a.keynotes {
display: block;
width: 81px;
height: 22px;
background: url(../images/menu/keynotes.gif) no-repeat;
}

a:hover.keynotes {
background: url(../images/menu/keynotes.gif) 0 -22px no-repeat; 
}

a.keynotesh {
display: block;
width: 81px;
height: 22px;
background: url(../images/menu/keynotes.gif) 0 -22px no-repeat;
}

/*Contact*/
a.contact {
display: block;
width: 76px;
height: 22px;
background: url(../images/menu/contact.gif) no-repeat;
}

a:hover.contact {
background: url(../images/menu/contact.gif) 0 -22px no-repeat; 
}

a.contacth {
display: block;
width: 76px;
height: 22px;
background: url(../images/menu/contact.gif) 0 -22px no-repeat;
}

/*About*/
a.about {
display: block;
width: 93px;
height: 22px;
background: url(../images/menu/about_scott.gif) no-repeat;
}

a:hover.about {
background: url(../images/menu/about_scott.gif) 0 -22px no-repeat; 
}

a.abouth {
display: block;
width: 93px;
height: 22px;
background: url(../images/menu/about_scott.gif) 0 -22px no-repeat;
}
