*
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  color: #012A79;
}

a:hover
{
  text-decoration: underline;
}

body
{
  background: url(../images/bg.gif);
  font: normal 85% "Arial",sans-serif;
  /* color: #543; */
  padding: 2px;
}
input {
	/* background-color: #FFFFFF;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	border: 0px solid #781351; */
}
select {
  font: normal 0.9em sans-serif;
  background: #FEE98E;
  border: 1px solid #999999;
  padding-right: 0px;
  font-weight: normal;
}

table {
  border: 0px solid #999999;
}
table th {
  vertical-align: top;
  width: 12em;
  text-align: right;
}
table td {
  padding-left: 2em;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: #FFF; 
	margin: 0 auto;
	width: 780px;
}
/* header */
.header {
	background: url(../images/bgheader.gif) repeat-x;
	height: 68px; 
	margin: 0 auto;
	width: 780px;
	overflow: hidden;
}

/* title */
.title {
	padding: 15px;
	width: 300px;
	
}
.title h1 {
	/* color: #E4DBCF; */
	font: normal 2.4em arial,sans-serif;
	text-align: left;
}
/* subtitle */
.subtitle {
  position: relative;
  top: -54px;
  padding: 0px;
  padding-right: 0px;
  text-align: right;
  width:770px;
  font: bold 0.9em arial,sans-serif;
}
.subtitle a {
  background: #91a9d5;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: -1px;
  color: #EEE
}
.subtitle a:active {
  background:#5671a5;
}
/* navigation */
.navigation {
	background: #FFF url(../images/bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	/* height: 44px; */
	margin: 0 auto;
	padding: 8px;
	width: 764px;
	text-align: center;
}
.navigation a {
	color: #EEE;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
	font: 0.8em sans-serif;
}
.navigation a:hover {
	background: #91a9d5;
	color: #FFF;
}
/* main */
.main {
	clear: both;
	padding: 0px 0px 0px 20px;
}
/* content */
.content {
    background: #FFF url(../images/icn2.gif) no-repeat center;
    position: relative;
	padding-top: 12px;
	float: left;
	/*width: 68%;*/
	width: 95%;
}
.content .descr {
	/* color: #987E57; */
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	/* list-style: url(../images/li.gif); */
	margin-left: 28px;
}
.content #code_type_logo {
	width: 78px;
	float: left;
	padding-right: 20px;
}
.content #code_info_main {
  float: left;
  top: -20px;
	width: 520px;
}
.content #code_info_other {
  float: left;
	width: 520px;
	padding-bottom: 20px
}
.content .expanders {
  position: relative;
  top: -20px;
  padding-left: 280px;
  font-size: 0.8em;
}
/* footer */
.footer {
	background: #4f6ba2 url(../images/bgfooter.gif) repeat-x;
	color: #DDD;
	font-size: 0.9em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 780px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer #fineprint {
	font-size: 0.8em;
        line-height: 10px;
}
.highlight {
  font: bold 1.2em Verdana,sans-serif;
}

