* {margin: 0; padding: 0; border: none; text-decoration: none}
body {
    background-color: #eeeeee;
	text-align: center;
	font: 0.75em Arial, Helvetica, sans-serif
}
#container {
    background:#eeeeee; 
	width: 825px;
	margin: auto;
	text-align: justify;
  }

#content_container {
	background: #ffffff;
	width: 650px;
	margin-top: 0;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	text-align: center;
}
	
#menu_container {
    background: #00426B;
    width:100%;
    padding: 0;
	font: 0.9em "trebucht ms", tahoma, sans-serif;
    margin-bottom: 1.4em;
    float: right;
}
		
.menu {
    padding:0; 
    margin:0; 
    oldbackground: #00426B;
    background: red;
    min-width:650px; 
    list-style-type:none;
    white-space:nowrap;
}

.menu li {
    background: #00426B;
    float:left;
    min-width:40px;
}
.menu a {
    position:relative;
    background: #00426B;
    display:block; 
    text-decoration:none; 
    min-width:40px; 
    float:left; 
}
  
* html .menu a {
    width:40px;
}
  
.menu a span {
    display:block; 
    color:#ffffff; 
    background: #00426B;
    border:1px solid #00426B; 
    border-width:2px 1px; 
    text-align:center; 
    padding:2px 8px; 
    cursor:pointer;
}
  
* html .menu a span {
  width:80px; 
  cursor:hand; 
  w\idth:40px;
  }
.menu a b {
  display:block; 
  border-bottom:2px solid #00426B;
  }

.menu a u {
  display:block; 
  text-decoration:none; 
  border-bottom:2px solid #cc3333;
  }

.menu a em {
  display:none;
  }
.menu a:hover {
  background:#cc3333;
  }
.menu a:hover span {
  color:#fff; 
  background:#cc3333;
  }
.menu a:hover em {
  display:block; 
  overflow:hidden; 
  border:6px solid #cc3333; 
  border-color:#cc3333 #fff; 
  border-width:6px 6px 0 6px; 
  position:absolute; 
  left:50%; 
  margin-left:-6px;
  }
  
#footer {
	width: 650px;
	background: #00426B;
    color: #ffffff; 
	height: 2.4em;
	clear: both;
	padding: 0;
  	font: 1.0em "trebucht ms", tahoma, sans-serif;
}


#footer a:link, #footer a:visited {
    color: #ffffff; 
}

#footer a:hover {
    color: #cccccc;
}

#float_right  {
  float:right;
}

#float_left  {
  float:left;
}

.banner_image{
    float:left;
    padding: 0;
    margin: 0;
}

#pic_float_left  {
    float:left;
    padding: 0 5px 1px 0;
}

#section_main_image {
	testbackground: blue;
	width: 780px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}


#right_column {
	testbackground: yellow;
	background: #ffffff;
	width: 300px;
	margin-top: 0px;
    padding-top: 20px;
	padding-left: 5px;
	padding-right: 10px;
	float: right;
	text-align: center;
}

#advert_column {
	testbackground: yellow;
	background: #eeeeee;
	width: 160px;
	margin: 0;
    padding: 0;
	float: right;
	text-align: center;
}


#left_column {
    testbackground:red;
    background: #ffffff;
	width: 320px;
	margin-top: 0px;
    padding-top: 20px;
	padding-left: 10px;
	padding-right: 5px;
	float: left;
	color: #e4dfdf;
	text-align: center;
}

h1 {
	font-size: 1.1em;
	text-indent: 0px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: left;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
border-bottom: 1px dashed #aaa;
padding-bottom: 5px;
}

h2 {

	font-size: 1.1em;
	text-indent: 0px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	text-align: left;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1.0em;
	text-indent: 0px;
	color: #000000;
	font-weight: normal;
	margin: 0 0 0.3em 0;
	text-align: left;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

h3 a:link, h3 a:visited {
    color: #000000; 
	margin: 0;
}

h3 a:hover {
    color: red; 
}


a:link, a:visited {
    color: #0054ff; 
	font-size: 1.0em;
	font-weight: normal;
	margin: 0;
}

a:hover {
    color: red; 
}

ul, ol {
    margin: 0 0 5px 2em; 
    text-align: justify
}

p, #column p, #left_column p {
    color: #000000;
	font-size: 1.2em;
    margin: 0 0 8px 0; 
    text-align: justify
}

#item {
    color: #000000;
	font-size: 0.9em;
    margin: 0 0 8px 0; 
    text-align: justify
}

blockquote {
    border-top: dashed 1px #bbb;
    border-bottom: dashed 1px #bbb;
    width: 400px;
    margin: 5px -40px 15px -80px;
    background: #fff url(siteimages/alt_quote_start.gif) 20px 20px no-repeat;
    position: relative;
    min-height:100px; 
}

#container > blockquote {
margin-right: -60px;
}



#quoteBody {
    color: #363636;
    line-height: 1.2em;
    font-weight: bold;
    padding: 64px 10px 0 95px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.8em;
    background: url(siteimages/alt_quote_end.gif) bottom right no-repeat;
	font-size: 1.5em;
	clear: both;
}

#quoteBody  a:link, #quoteBody  a:visited {
    color: #363636; 
    font-weight: bold;
	margin: 0;
}

#quoteCite {
    color: #9d0a0e;
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: bold;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 0;
	font-size: 1.0em;
}

#quoteCite  a:link, #quoteBody  a:visited {
    color: #9d0a0e; 
    font-weight: bold;
	margin: 0;
}


 dt img 
 { 
 	float: left;
    BORDER-RIGHT: #cccbcc 1pt solid;
    BORDER-TOP: #cccbcc 1pt solid;
    margin: 0 9px 10px 0;   
    BORDER-LEFT: #cccbcc 1pt solid;
    BORDER-BOTTOM: #cccbcc 1pt solid;
    BACKGROUND-COLOR: #ffffff
 }
 
 dt 
 { 
 	clear: both; 
 	margin-bottom: 0;
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.5em;
    FONT-FAMILY: Arial, Helvetica, sans-serif
 }
 
 dt a 
 { 
 	text-decoration: none; 
    color: #000000; 
	margin: 0;
 }
 
 dd 
 { 
    color: #000000; 
 	margin-bottom: 5px;
 	margin-left: 80px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 1.0em;
	text-align: justify;
 	text-decoration: none; 
    FONT-FAMILY: Arial, Helvetica, sans-serif
 }
 
 dd a, dd a:visited { 
 	text-decoration: none; 
    color: #000000; 
	margin: 0;
}

.text_input {
	font-size: 0.9em;
	text-indent: 0px;
	color: #000000;
	font-weight: normal;
	margin: 0;
	text-align: left;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    border-bottom: 1px #aaa;
    padding-bottom: 5px;
}

div.inline-advert {
	overflow: auto;
	font: 0.9em/1.1em Verdana, Arial, sans-serif;
    color: #000000;
	border: 0px solid #666;
	background-color: #fff;
	padding: 5px;
	margin: 0px 0 10px 10px;
	width:250px;
	height:250px;
	float:right;
}

para-highlight 
{
	font-weight: bold;
}