/* Standard element redefinitions */

body {
/*	 background-image:url(backMain.gif);
	 background-repeat:repeat-x; */
	 margin-top:10px;
	 text-align:center;
	 font-family: Lucida, Lucida Sans, Lucida Grande,'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif; 
/* Not sure I like this color 
	background-color:#dfe0d0; 
	background-color:#F4F5F0; */
	background-color:#FFFEEE;
	color:#371700;
	 
}


p {
  	line-height:1.5em;
  	letter-spacing:-0.01em;

  }
  

h1 {
	font-size:1.66em;
	font-weight:normal;
	letter-spacing:-0.06em;
	line-height:1.2em;
	}
	
h1 em
	{
	color:#CC3300;
	font-style:normal;
	}

h2 {
	font-size:1.33em;
	font-weight:normal;
	letter-spacing:-0.05em;
	}

li {
	line-height:1.5em;
	margin-left:-1em;
	padding-bottom:0.5em;
	}


/* Custom layout elements */

/* Layout containers */

#container {
  	margin: 0 auto;
  	width: 750px;
  	text-align: left;
  	margin-top:-5px;
   }

#toplink {
	float:right; 
	margin-top:-2.5em; 
	font-size:85%;
	}

#toplink a {
	color:#CC3300;
	border-style: none none dotted none;
	border-width: thin;
	text-decoration:none;
	}

#toplink a:hover {
	background:#FFF;
/*	background-image:url(backMainTitle.gif);
	background-position:top;
	background-repeat:repeat-x; */
	}
   
#mainTitle {
	margin-top:10px;
	width:750px;
/*	background:#FFF; */
	font-size:2.33em;
	font-weight:bold;
	font-weight:normal;
	letter-spacing:-0.05em;
	text-align:center;
	padding-top:1.5em;
	padding-bottom:1.75em;
	background-image:url(backMainTitle.gif);
	background-position:top;
	background-repeat:repeat-x;
		
	}
	
#mainTitle a {
	color:#CC3300;
	border-style: none none dotted none;
	border-width: thin;
	text-decoration:none;
		
	}
	
#main {
    float:left;
	margin-top:0.75em;
    width:450px;
	text-align:left;
    }
	
	
#sidebar {
    float:right;
    width:225px;
	margin-top:2.5em;
	padding-top:1.25em;
	padding-left:1.25em;
	padding-right:0.75em;
	background-image:url(backMainTitle.gif);
	background-repeat:repeat-x;
	background-position:top;
	
    }
	
/* Formatting within layout containers */

#main h2 {
	color:#CC3300;
	font-style:normal;
	padding-top:1.33em;
	}
	
#main p em {
	font-weight:bold;
	color:#CC3300;
	font-style:normal;
    }
	
#main a {
	color:#CC3300;
	border-style: none none dotted none;
	border-width: thin;
	text-decoration:none;
	}

#main a:hover {
	background:#FFF;
/*	background-image:url(backMainTitle.gif);
	background-position:top;
	background-repeat:repeat-x; */
	}
	
#sidebar p {
	font-size:0.8em;
	}
	
#sidebar li {
	font-size:0.8em;
	}

#sidebar h1 {
	font-size:1.1em;
	text-transform:uppercase;
	margin-top:-5px;
	color:#CC3300;

	}

#sidebar a {
	color:#000;
	text-decoration:none;
	border-style:none none dotted none;
	border-width:thin;
	}
	
#sidebar a:hover {

	background:#FFF;
/*	background-image:url(backMainTitle.gif);
	background-position:top;
	background-repeat:repeat-x; */
	}
	
		
	
#mainTitle em{
	color:#CC3300;
	font-style:normal;
	}
	
	
.logo {
	width:128px;
	height:95px;
	text-align:left;
	padding-top:15px;
	border:none;
	
	}
	
.textfield {
	font-size:1.0em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.25em;
	margin-top:1em;
	margin-bottom:0.33em;
	}

.btnSubmit {
	float:left;
	display:block;
	background-image:url(/btnSend.gif);
	width:90px;
	height:30px;
	background-position: 0 0;
    margin: 0 auto;
	border:none;
	cursor:pointer; cursor:hand;
	}
	
.btnSubmit:hover {
    background-color:#CCFFCC;
	}

a .alt { display: none; }

.footer {
	clear:both;
	text-align:center;
	padding-top:5em;
	font-size:0.66em;
	}	

.footer a {
	color:#CC3300;
	text-decoration:none;
	}

.footer a:hover {
	color:#CC3300;
	text-decoration:underline;
	}

.footer a:visited {
	color:#CC3300;
	text-decoration:none;
	}

.shrink {
	font-size:0.8em;
	}

a {
	position:relative;
	}


