/*__________________________________ */
/* developed by Emily Gertz          */
/* ejgertz [at] emilygertz [dot] com */
/*__________________________________ */


/* layout */

body
{
	margin: 0;
	padding: 0;
	color: #000000;
	background: #C91300;
	font-family: Courier, 'Courier New', monospace;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	text-align: center;
}


#container
 {
 position: relative;
 text-align: left;
 width: 760px;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 10px 
 margin-top: 5px 
 line-height: 130%;
 background-color: #fff;
 border: 1px solid #000;

 }

#container-inner
{
	
	border: 1px solid #000000;
	background: #FFFFFF;
	
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #000000;
	background: #ffffff;
	text-align: left;
	font-family: Courier, 'Courier New', monospace;
}

#banner-inner { padding: 15px; }

#banner img
{

	text-decoration: none;
	border: 0;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
	font-weight: bold;
	text-transform: uppercase;
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

 #centercol
 {
 margin-left: 35px;
 margin-right: 135px;
 border-right: 1px solid #666;
 /** border-left: 1px solid #666;
  border-top: 1px dotted #fff;
 border-bottom: 1px solid #666; **/
 padding: 10px 10px 0 0;
 width: 390px;

 }
 
#rightcol
 {
 position: absolute;
 float: right;
 margin-left: 470px;
 margin-right: 5px;
 padding: 10px 10px 0 0;
 
 }
 
#footer
 {
 clear: both;
 margin: 0;
 padding: .5em;
 color: #fff;
 background-color: #fff;
 text-align: center;
 }
 
 
/*main menu */
#menu ul, #menu li
 {
 display: inline;
 margin: 0;
 padding: 0;
 color: #C91300;
 text-align: justify;
 text-transform: none;
 letter-spacing: -0.06em;
 }
 
#menu ul
 {
 width: 750px;
 }
 
#menu li
 {
 padding: 10 px;
 background: #fff;
 color: #C91300;
 border: solid 1px #fff;
 text-decoration: none;
 font-family: Courier, 'Courier New', monospace;
 font-size: 18px;
 font-weight: 700;
 }
 
#menu li  A 		{ color: #C91300; text-decoration: none; }
#menu li  A:link	{ color: #C91300; text-decoration: none; }
#menu li  A:visited	{ color: #C91300; text-decoration: none; }
#menu li  A:active	{ color: #666666; text-decoration: underline; }
#menu li  A:hover	{ color: #666666; text-decoration: underline; }

/*submenu*/


#menu-sub ul, #menu-sub li
 {
 display: inline;
 margin: 0;
 padding: 0;
 padding-top: 20 px;
 color: #C91300;
 text-align: justify;
 text-transform: none;
 letter-spacing: -0.15em;
 }
 
#menu-sub ul
 {
 width: 750px;
 }
 
#menu-sub li
 {
 padding: 1px;
 background: #fff;
 color: #C91300;
 text-decoration: none;
 font-family: Courier, 'Courier New', monospace;
 font-size: 16px;
 font-weight: 550;
 font-style: italic;
 vertical-align: top;
 }
 
#menu-sub li  A 		{ color: #C91300; text-decoration: none; }
#menu-sub li  A:link	{ color: #C91300; text-decoration: none; }
#menu-sub li  A:visited	{ color: #C91300; text-decoration: none; }
#menu-sub li  A:active	{ color: #666666; text-decoration: underline; }
#menu-sub li  A:hover	{ color: #666666; text-decoration: underline; }
 
 /* styles */
 
img
 {
 color: none;
 border-style: none;
 }
 
blockquote
 {
 width: 350px;
 margin-top: 5px;
 margin-right: 5px;
 margin-left: 5px;
 margin-bottom: 5px;
 padding: 1em;
 border: dotted 1px #9999CC;
 background-color: #ffffcc;
 font-family: arial,helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-transform: none;
 line-height: 130%;
 font-style: italic;
 }

 
#leftcol p 
 { 
 margin: 1.5em 0 1em 0; 
 font-size: 12px;
 text-transform: none;
 line-height: 130%;
 }
 
#rightcol p 
 { 
 
 color: #333;
 text-transform: none;
 line-height: 130%;
 }
 
#centercol ul, li
 {
 font-family: arial,helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-transform: none;
  line-height: 130%;
 } 
 
#centercol p
 {
 font-size: 13px;
 color: #000;
 text-transform: none;
 line-height: 130%;
 }
 
#centercol-inner p
 {
 font-size: 13px;
 color: #000;
 text-transform: none;
 line-height: 130%;
 vertical-align: top;
 }
 
#centercol h2 
 { 
 margin: 0 0 .5em 0; 
 background: #fff;
 color: #000000;
 text-decoration: none;
 margin-top: 15px;
 }

#footer p 
 { 
 margin: 1.5em 0 1em 0; 
 font-family: arial,helvetica,sans-serif;
 font-size: 12px;
 font-style: italic;
 color: #999;
 text-transform: italic;
 line-height: 130%;
 }
 
 
.subhead-lg
{

	margin: 0;
	font-family: verdana,arial,sans serif;
	color: #4B6CA1;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	
}

.subhead
{

	margin: 0;
	font-family: verdana,arial,sans serif;
	color: #4B6CA1;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	
}
 
A 		{ color: #C91300; text-decoration: none; }
A:link	{ color: #C91300; text-decoration: none; }
A:visited	{ color: #C91300; text-decoration: none; }
A:active	{ color: #666666; text-decoration: underline; }
A:hover	{ color: #666666; text-decoration: underline; }
 

