/** BASIC */

body {
	width: 778px;
	margin: 0px auto;
	padding: 0px; 
	/*background: url(images/img02b.jpg) repeat-x left top; */
	line-height: 20px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #0072bb;
}

a {
	color: #0072bb;
}

a:hover {
	text-decoration: none;
}

b {
    color: #000000;
	font-weight:bold;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border-style:outset;
	border-color:black;
	border-width:1px;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

#noborder img {
	border-style:none;
}


table {
	vertical-align: top;
}

table.sample {
	border: 6px inset #8B8378;
	-moz-border-radius: 6px;
}
table.sample td {
	padding: 0.2em 2ex 0.2em 2ex;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
table.sample tr.d0 td {
	background-color: #FCF6CF;
}
table.sample tr.d1 td {
	background-color: #FEFEF2;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	/* padding: 1em; */
	height: 90px;
	color: #ffffff;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
	background: url(images/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img04.gif) no-repeat right 50%;
	height: 59px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 12px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 538px;
	padding: 10px 0px 0px 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
	padding: 10px 0px 0px 0px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}

/*- Menu 1--------------------------- */
	
#menu1 {
	width: 200px;
	margin: 0px;
	border-style: none none none none;
	border-color: #3D261D;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight: bold;
	text-align: center; 	
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #E4D6CD;
	display: block;
	background:  url(menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu1 li a:hover {
	color: #FFF;
	background:  url(menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	

#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	
#menu1 img {
    border: none;
} 

#menu1 li a.active {
	color: #FF0;
	padding: 8px 0 0 10px;
}