/* CSS Document */
body {
	font-family: 'Century Gothic', 'Trebuchet MS', sans-serif; font-size: 10pt; color: #ffcc33;
	text-align: left;
	background: #660000
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#660000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
img.keyline
{
margin:8px;
border-style: solid;
border-width:3px;
color: #cccccc;
}
img.left
{
margin:8px;
float:left;
}
img.right
{
margin:8px;
float:left;
}
caption { font-family: 'Century Gothic', 'Trebuchet MS', sans-serif; font-size: 10pt} 
h1, h2, h3, h4 {font-weight: bold;}
H1 {
	font-family: 'Century Gothic', 'Trebuchet MS' sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .09em;
	color: #ffcc33;
	text-align: center;
	
} 
H2 {
	font-family: 'Century Gothic', 'Trebuchet MS', sans-serif;
	font-size: 14px/.94;
	color: #ffcc33;
	text-align: left;
	
} 
H3 {
	font-family: 'Century Gothic', 'Trebuchet MS', sans-serif;
	font-size: 13px/.94;
	letter-spacing: -.03em;
	color: #ffff99;
	
} 
H4 { font-family: 'Century Gothic', 'Trebuchet MS', sans-serif; color: #ffcc33; } 
li { font-family: 'Century Gothic', 'Trebuchet MS', sans-serif; list-style-type: square; font-size: 10pt; color: #ffcc33; } 
ol, p, br, div, td  {
	font-family: 'Century Gothic', 'Trebuchet MS', sans-serif;
	font-size: 10pt;
	color: #ffcc33;
	text-align: left;
} 
ul { font-family: 'Century Gothic', 'Trebuchet MS', sans-serif; list-style-type: square; font-size: 10pt; color: #ffcc33; } 
table { font-family: 'Century Gothic', 'Trebuchet MS', sans-serif; font-size: 10pt; color: #ffcc33;} 
hr { color: #ffcc33} 
a:link {
	color: #ffff99;
	text-decoration: none;
} 
a:active {
	color: #cccccc;
	text-decoration: none;
} 
a:visited {
	color: #ffff99;
	text-decoration: none;
} 
a:hover {
	color: #cccccc;
	text-decoration: none;
} 
.blocktext10 { font-family: 'Century Gothic', 'Trebuchet MS', sans-serif; text-align: justify; font-size: 10pt; color: ffcc33;} 
.linkbuttons {  font-family: 'Century Gothic', 'Trebuchet MS', sans-serif; font-size: 9pt; color: #ffcc33; text-decoration: none}
.xx-smallgold {
	font-family: 'Century Gothic', 'Trebuchet MS', sans-serif;
	font-size: xx-small;
	color: ffcc33;
}
.bold14 {
	font-family: 'Century Gothic', 'Trebuchet MS', sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #ffcc33;
}
.9ptUL {color: #ffcc33; text-decoration: underline; font-size: 9pt;}

}
body,td,th {
	font-family: 'Century Gothic', 'Trebuchet MS', sans-serif;
	font-size: 10pt;
	color: #ffcc33;
}
a {
	font-family: 'Century Gothic', 'Trebuchet MS', sans-serif;
	font-size: 10pt;
}
.bold10pt {
	font-family: 'Century Gothic', 'Trebuchet MS', sans-serif;
	font-size: 10pt; 
	font-weight: bold;
	color: ffcc33;
}
.xx-smallwhite {
	font-family: 'Century Gothic', 'Trebuchet MS', sans-serif;
	font-size: xx-small;
	color: cccccc;.expando {
	letter-spacing: +40em;
}
div.blue {
position: relative; 
z-index: 80; 
background-color: 6600ff;
border-style: solid; border-color: ffff99;
top: 55;
left: 100px; 
height: 50%; 
width: 50%;
padding: 10px;
}
div.box {width: 260px; height: 500px; padding: 10px;
}

