* {
	padding: 0;
	margin: 0;
}

body {
	font: 0.75em Verdana, serif;
	text-align: center;
	background:url(images/bk.gif);
}

a {
	text-decoration:none;
}

#wrapper {
	width: 733px;
	margin: 1em auto;
	text-align: left;
	background-color: silver;
}

#header {
	margin-bottom: 5px;
}

#mainbody {
	
}

#left-column {
	float: left;
	width: 200px;
}

* html #left-column  {
	width: 170px;
}

#navbar {

}

#navbar ul{
	list-style-type: none;
}

#navbar li{

}

#navbar li a {
	font-weight: bold;
	font-size: 80%;
	color: #444;
	background:url(images/nav_a.gif);
	padding-left: 30px;
	padding-top: 8px;
	border-bottom: 1px solid silver;
	display: block; 
	height: 30px;
	height/* */:/**/21px;
	height: /**/21px;
}

* html li a {
	width: 100%;
}

#navbar a:hover {
	background:url(images/nav_a_hover.gif);
}

#content {
	margin-left: 200px;
	padding: 1em;
	text-align: justify;
	line-height: 150%;
	background-color: #fff;
	
}


#content2 {
        margin-left: 200px;
        padding: 1em;
        text-align: justify;
        line-height: 150%;
        background-color: #fff;

}


#content3 {
        margin-left: 200px;
        padding: 1em;
        text-align: justify;
        line-height: 150%;
        background-color: #fff;

}


#content a {
	text-decoration: underline;
	color: #666;
}

#content a:hover {
	color: #000;
	background: #eee;
}

#content p {
	margin: 1em 0;
}

#footer  {
	border-top: 5px solid #999;
	border-bottom: 5px solid #999;
	background-color: #ddd;
	padding: 1em;
	text-align: center;
	
}

#footer a {
	text-decoration: underline;
	color: #666;	
}

#footer a:hover {
	color: #000;
	background: #bbb;
}

.clear {
  clear: both;
  height: 1px;
  overflow: hidden; 
}

.confrmlbl {
font-size: 10px;
font-family: verdana,helvetica,arial,sans-serif;
text-decoration: underline;
color: #000000;
}

.confrmitm {
border: solid 1px #000000;
font-size: 11px;
font-family: verdana,helvetica,arial,sans-serif;
color: #000000;
}

