/* CSS Document */

body{
	margin:0px;
	background-image:url(/images/page-bg-gradient.jpg);
	background-repeat:repeat-x;
	height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	font-stretch:normal;
	color:#777;
	z-index:-2;
}

form{
margin: 0px; 
padding: 0px;
font-size:10px;
font-family:"Times New Roman", Times, serif;
}




.page{
background-image:url(/images/page-bg-image.jpg);
background-repeat:no-repeat;
width:100%;
background-position:50% top;
height:765px
z-index:-2;
}

#container {
width: 1000px;
overflow:auto;
background-image:url(/images/page-bg.gif);
background-repeat:repeat-y;
background-position: 50% 0;
z-index:-2;
/*background-color:#00CCCC;*/

}
#content1 { 
	float: left;
	width: 550px;

}

#content2 { 
	float: left;
	width: 760px;

}

a:hover {
color:#FF6600;
}

.bold{
font-weight: bold;
}

.bold-blue{
font-weight: bold;
color:#069;
}

.text{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:small;
font-stretch:normal;
color:#777;
font-weight:normal;
}

.sub-header{
color:#FF6600;
font-size: 14px;
font-weight:bold;
}
.green-title {
font-size:16px;
color:#009933;
font-weight:bold;
}

.float-left { 
    float:left;
	margin:5px 16px 0 0;
}
.float-right { 
    float: right; 
}

.edit-right { 
    float: right; 
	margin:-36px 10px 0 0;
}


#small-h1 h1{ 
color:#BB0209;
font-size:18px;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:1px;
}

.footprints{ 
color:#FF6600;
font-size:14px;
font-weight:bold;
margin-top:-20px;
padding-top:15px;
background-image:url(/images/footprints.jpg);
background-repeat:no-repeat;
background-position: 85% 30%;
}

h1 {
color:#FF6600;
font-size:18px;
font-weight:bold;
padding-top:6px;
}

h2{ 
color:#009900;
font-size:14px;
font-weight:bold;
}

.small-grey {
color:#999999;
font-size:10px;
}

.italic-grey {
color:#999999;
font-style:italic;
font-size:11px;
}

.pic { 
border: 1px solid #000000; 
} 