body {
	/* Set main font family */
    font-family:Verdana,Arial,Helvetica,sans-serif;
	/* Set the font size of the main paragraphs */
    font-size: 11px;
	/* Set the background to be the color of the content background */
    background: url(images/fieldbg.jpg) 0 0;
	margin: 0px;
	background-repeat:no-repeat;
}

h1,h2,h3,h4,h5,h6 {
    color:#000;
}

h1 {
    font-family:"Times New Roman", Times, serif;
    color:#006699;
    font-size:3em;
    font-weight:normal;
    margin:10px 0 10px 0;
    background:url(/images/h1_bg.gif) repeat-x bottom left;
    padding:0;
    width:440px;
}
h2 {
    font-size:1.7em;
}
h2.blue {
    font-family:"Times New Roman", Times, serif;
    color: #069;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0px;
}
h2.tan {
    color: #a0997d;
    font-size: 1.7em;
    font-weight: normal;
    margin: 0px;
}
.sidebar h2, h2.sidebar {
    font-size:1.1em;
    color:#006699;
    font-weight:bold;
}
.sidebar h5 {
  color: #069;
}
h3 {
    font-size:130%;
}
h4 {
    font-size:120%;
}
h5 {
    font-size:110%;
}
h6 {
       font-size:1.1em;
    color:#006699;
    font-weight:bold;
}
a {
font-size:16px;}
a.sm {font-size:10px;}
ul {
	font-size: 12px;
	line-height: 16px;
}
li {
	font-size: 11px;
}
ol {
line-height:14px;}
.hide {display: none;}
.show {display: block;}
dt {
	font-weight: bold; 
	margin: 15px 40px 5px;
	cursor: pointer;
	
	color: #3399FF;
}

	dt:before {
		content: "Q";
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 6px 5px;
		color: #ffffff;
		background-color: #3399FF;
		font-weight: normal;
		
		margin-left: -35px;
		position: relative;
		top: 10px;
	}


dd {
	margin: 25px 70px 0px;
	padding-bottom: 12px;
	line-height: 150%;	
	}
	
	dd:before {
		content: "A";
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 9px;
		color: #000000;
		background-color: #CCCCCC;
		
		margin-left: -38px;
		position: relative;
		top: 10px;
	}
/* table {
    font-size:100%;
}
tr {
    font-size:100%;
}
td {
    font-size:100%;
}
*/
form {
    margin:0;
    padding:0;
}

header {background-color:#00CCFF;}

input,textarea,select {
    /*background:url(/assets/images/form_bg.gif) repeat-x top left;*/
    border:1px solid #C2C2C2;
}
input {
    padding:2px;
}
input.submit {
    background:#006699;
    border: 3px double #FFF;
    color: #fff;
    padding: 0.25em;
    cursor:pointer;
    font-weight:bold;
}
textarea {}
select {
    background-image:none;
    background-color:#FFFFFF;
    padding:1px;
}
option {}
button {}
img, img a {
    border:none;
}
acronym {}
blockquote {}
code {}
pre {}
hr {}
iframe {}

.content {
	background-color:#FFFFFF;
	text-align: justify;
}

/* ELEMENT Styles */
.right-content {
    float:right;
    margin:0 0 10px 10px;
}
.right-content-and-border {
    float:right;
    margin:0 0 10px 10px;
    border:1px solid #333;
}
.left-content {
    float:left;
    margin:0 10px 10px 0;
}
.left-content-and-border {
    float:left;
    margin:0 10px 10px 0;
    border:1px solid #333;
}
.no-margin {
    margin:0;
    padding:0;
}
p {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

.hiddentext {
	visibility: hidden;
}
.minheader{
	background-color: #0066CC;
	color: #FFFFFF;
	height: 20px;
	width: 120px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
