/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 5px;
}

#header {
	text-align: left;
	background-color: #CCCC99;
	border-bottom: 3px solid #33CC66;
	width: 100%;
	display:none;
}

#page td {
	vertical-align:top;
}

#breadcrumbs a, a:visited {
	color: #FFFFFF;
	font-size: 11px;
}

#breadcrumbs a:hover {
	color: #CCFFCC;
	font-size: 11px;
}

#container {
	width: 100%;
	height: 100%
}

#center {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 6px;
}

#left {
	text-align:left;
	width: 150px;          /* LC width */
	background-color: #327845;
	padding: 6px;
	height:100%;
	border-right: 1px solid #33CC66;
	display:none;
}

#right {
	width: 190px;          /* RC width */
	background-color: #CFEBD7;
	text-align: center;
	padding: 6px;
	height:100%;
	border-left: 1px solid #33CC66;
	display:none;
}

#center p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#center img {
	float: right;
	clear: both;
	padding: 2px;
}

#footer {
	padding: 4px;
	background-color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 20px;
	color: #FFFFFF;
	text-align:center;
	display: none;
}

a:link, a:visited {
	color: #7A5D2E;
}
a:hover {
	color: #33CC66;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 120%;
}

li {
	padding-bottom: 0.5em;
}

.standardtable {
	border: 1px solid #00CC66;
}

.standardtable th {
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#E8E8E8;
	font-size: 12px;
	width: 33%;
	padding-left: 0.5em;
	border-right: 1px solid #999999;
	border-bottom: 1px dashed #CCCCCC;
	vertical-align:top;
}

.standardtable td {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom: 1px dashed #CCCCCC;
}

h1 {
	text-transform: uppercase;
	background-color: #CCCC9A;
	color: #006633;
	border: dotted 1px #006633;
	padding: 2px;
}
h2 {
	font-size: 17px;
	color: #339933;
	text-align:left;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666600;
	text-align: left;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	text-align: left;
}

#bar {
	background-color:#333333;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;	
	color: #CCCC9A;
	display: none;
}
#bar a {
	color: #CCCC9A;
}

#breadcrumbs {
position:absolute;
width: 400px; 
display: none;
}

#contact_us {
position:absolute;
right: 5px;
}
.prize {
  border: 1px dashed #327845;
  background: #E8E8E8;
	padding: 5px;
	margin: 5px;
	height: 100%;
}
.prize img {
	float: right;
}

#imgcontainer img {
	padding: 0px;
}

#imgcontainer {
	float: right;
	width: 220px;
	border: 1px solid #CCCCCC;
	margin: 2px;
}

#note {
	background-color:#D8D8D8;
	border: 1px dotted #333333;
	padding: 5px;
}

#note p {
	font-size: 12px;
}

#note h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
}

#note a {
	font-size: 12px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.required {
	color: #FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.required a {
	color: #FF0000;
	font-size: 12px;
}
.register {
}
.imgcenter {
  text-align: center;
}
