HTML {
	margin: 0;
	padding: 0;
}

BODY {
	
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}

#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 750px;
}

.breaker {
	clear: both;
	padding-bottom: 10px;
}

/* ---------------------------------------------------------------------------------- */
#logo {
	float: left;
	padding: 5px 0 0 10px;
	text-align: center;
	width: 195px;
}

#logo IMG {
	border: none;
}

/* ---------------------------------------------------------------------------------- */
#banner {
	font-size: 0.9em;
	margin-left: 210px;
	min-height: 75px;
	padding: 10px 10px 0 0;
	text-align: left;
}

#banner H1 {
	font-size: 1.75em;
	font-family: Palatino, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------------------------------------- */
#topnav {
	float: left;
	font-size: 0.9em;
	padding: 65px 0 0 6px;
	width: 520px;
}

#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a {
	color: #bf9f62;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 10px;
}

#navbar ul li a:hover {
	color: #bf9f62;
	font-weight: bold;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------------- */
#cnav {
	float: left;
	padding: 1px 0 0 20px;
	text-align: left;
	width: 180px;
}

#cnav ul {
	padding: 0;
	list-style-type: none;
}

#cnav ul li { 
	font-size: 0.9em;
	font-weight: bold;
}

#cnav ul li ul {
	padding: 5px 0 0 0;
}

#cnav ul li ul li { 
	font-weight: normal;
	padding-bottom: 5px;
}

#cnav ul li ul li a { 
	color: #bf9f62;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

#cnav ul li ul li a:Hover{ 
	color: #bf9f62;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}

#billboard {
	border: 1px solid #bf9f62;
	margin-top: 8px;
	padding: 3px;
	padding-left: 8px;
	text-align: center;
}

#billboard p {
	font-size: 0.8em;
	padding: 0;
}

/* ---------------------------------------------------------------------------------- */
#main {
	font-size: 0.7em;
	line-height: 1.75em;
	margin: 0 0 0 225px;
	padding: 0 20px 0 0;
	text-align: justify;
}

#main h3 {
	text-align: center;
}

#main a {
	color: #bf9f62;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover {
	color: #bf9f62;
	font-weight: bold;
	text-decoration: underline;
}

#main dl dd {
	color: #bf9f62;
	font-size: 0.8em;
	margin: 0;
	padding-bottom: 15px;
}

.opener {
	font-style: italic;
}

.leader {
	font-weight: bold;
}

#fees {
	border: 1px solid #CCCCCC;
	text-align: right;
}

.legend {
	background: #dcc79c;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	width: 100px;
}

/* ---------------------------------------------------------------------------------- */
#article H2 {
	color: #bf9f62;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#article H5 {
	background: #dcc79c;
	font-size: 0.8em;
	font-weight: bold;
	margin: 3px 0;
	padding-left: 10px;
}

#article DL DT {
	font-size: 1.4em;
}

#article DL DT .titleDetail{
	font-size: 0.75em;
}
#article DL DD{
	color: #000000;
	font-size: 1em;
}
/* ---------------------------------------------------------------------------------- */
#rightCol {
	float: right;
	font-size: 0.7em;
	padding: 0 20px 10px 20px;
	width: 180px;
}

#rightCol FORM {
	margin: 0;
	padding: 5px;
}

#rightCol FORM P {
	margin: 0;
	padding: 0 0 3px 0;
	position: relative;
}

#rightCol FORM FIELDSET {
	border: 1px solid #bf9f62;
}

#rightCol FORM LABEL {
	font-size: 1em;
	font-weight: bold;
}

#rightCol FORM INPUT {
	width: 135px;
}

#rightCol .button {
	width: 50px;
}

#rightCol FORM LEGEND {
	color: #000000;
	font-size: 1.3em;
}

.error {
	color: #ff0000;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

#notice {
	padding: 0 5px 5px 5px;
}

#notice P {
	margin: 0;
	padding: 0;
}

#notice FIELDSET {
	border: 1px solid #bf9f62;
	margin-top: 10px;	
}

#notice LEGEND {
	color: #000000;
	font-size: 1.3em;
}

#notice LEGEND A, #notice LEGEND IMG {
border: 0;
}

#notice DL {
	margin: 5px 0;
	padding: 0;
}

#notice DL DT {
	font-size: 1em;
	font-weight: bold;
}

#notice DL DD {
	font-size: 0.9em;
	margin-left: 5px;
}

#notice A {
	color: #bf9f62;
	text-decoration: none;
}

#notice A.Hover {
	color: #bf9f62;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------------- */

#footer {
	background: #dcc79c;
	font-size: 0.7em;
	font-weight: bold;
	padding: 3px 7px;
	text-align: center;
}

#footer A {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#footer A.Hover {
	color: #bf9f62;
	font-weight: bold;
	text-decoration: underline;
}


/* ---------------------------------------------------------------------------------- */

.pics {  
    height:  100px;  
    width:   160px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {
    width:  160px; 
    height: 100px; 
    top:  0; 
    left: 0 
} 