		/*  Default-good.css */

body {	
	margin: 0px;	
	background: url(backgrounds/black-red.jpg) repeat-x;
}

h1, h2, h3, h4 {
	color: #666666;	  /* drk gray */
}

h2 {	
}

h3 {
	font-size: 13px;
	text-align: left;
}

h4 {
	font-size: 14px;
}

p, 
blockquote {
	font-family: geneva, sans-serif, geneva, verdana, tahoma,"Trebuchet MS", Arial;
	font-size: 14px;
	margin-bottom: 2px;
	line-height: 1.5em;
	text-align: justify;
	color: #666666;
}

p.indent {
	text-indent: 25px;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}


a:link {
}

a:visited {
}

a:hover {
	color: blue;
}

a:active {
}


img {
	display: block;		/* added 8/15/08 */
}

img.title {
	display: block;
	margin: 20px auto;
	width: 500px;
	height: 50ps;
	
}

img.banner1 {
	float: left;
	margin: 8px 5px 0px 0px;
}


img.banner2 {
	float: right;
	margin: 8px 5px 0px 0px;
}

li#chevron {
	list-style: url('icons/right-arrow-14pt.png') inside;
}


/* Container */

#container {
	position: relative;
	margin: 0px auto;		/* 'auto' centers the content */
	width: 85%;
	padding: 10px 2px 0px 2px;	
	border-left 2px ridge gainsboro
}


#navigation {
	position: relative;
	margin: 20px auto;	
}


button.menu {
	position: relative;
	margin-top: 2px;
	margin-right: 1px;
	font-family: "Lucida sans",tahoma,"Lucida sans",tera,tahoma,georgia,arial,verdana,geneva,san-serif;
	font-size: 12px;
	font-style: bold;
	font-variant small-caps
	padding: 2px;
	color: #f0b528;
	background-color: black;
	background-image:url(b6.gif);
	width 150px
	height 25px	
	border: 3px ridge #f0b528;
}

button:link {

}

button:visited {

}

button:hover {
	color: blue;			/* button: element  doesn't work in IE */
}

button:active {

}


/* Container > Content */

#content {
	clear: left;
	position: relative;
	margin: 0px auto;
	width: 85%;
	background: whitesmoke;				/* was seashell */
	border-left: 3px ridge whitesmoke;
}
	

table.content {

	table-layout: fixed;
	
}

p.content {
	margin-left: 20px;
	margin-right: 20px;
	font-family: geneva, sans-serif, verdana, arial, tahoma;
	font-size: 14px;
	text-align: justify;	
}

p.center {
	margin-left: 20px;
	margin-right: 20px;
	font-family: geneva, sans-serif, verdana, arial, tahoma;
	font-size: 14px;
	text-align: center;	
}


.content ul,
.content li,
.content {
	font-family: verdana, geneva, sans-serif, tahoma, "Trebuchet MS", Arial;
	font-size: 13px;
	line-height: 1.5em;	
}

.content ul,
.content li {
	color: #666666;
}


table.usa {
	background: url(homepage/usa2.png) no-repeat;
}

table.germany {
	background: url(homepage/germany2.png) no-repeat;
}



/* Footer */

#footer {
	
	position: relative;	
	margin: 0px 0px 10px 0px;
	padding bottom: 20px;
	text-align: center;
	background: #000000;
	border-top: 12px solid #790102;
}


span.tan {
	padding: 5px 5px 5px 5px;
	height: 50px;
	background: tan;	
}


#recognition a:link {
	position: relative;
	margin: 1.0em;
	padding: 0.6em;
	font-family: corbel,geneva,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	background: black;
	color: #C7B639;
	line-height; 1.5em;
}

#recognition  a:visited{
	position: relative;
	margin: 1.0em;
	padding: 0.6em;
	font-family: corbel,geneva,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	background: black;
	color: #C7B639;
	line-height; 1.5em;
}

	
#recognition a:hover {
	color: red;
}

#rec-pagetitle {
	margin: 55px auto;
	font-family: corbel,geneva,sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	color: #C7B639;
	line-height; 1.5em;
}

span.rec a:link {
	position: relative;
	margin-left: 115px;
	font-family: corbel,geneva,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: goldenrod;
	text-decoration: none;
}

span.rec a:visited {
	font-family: corbel,geneva,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: goldenrod;
	text-decoration: none;
}

span.rec a:hover {
	color: darkgoldenrod;
}

