@charset "utf-8";
/*-----------------------------------------------
    GENERAL STYLES!..............................
-------------------------------------------------*/

body {
    background-image:url(images/bggrad.jpg);
	background-repeat:repeat-x;
	background-color:#BCD;
    color:#000;
    margin:35pt;
    font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
    font-size:11pt;
}

a {
    font-weight:bold;
    text-decoration:underline;
}

a:link { color:#C00; }
a:hover { color:#DF3636; }
a:visited { color:#F00; }


/*-----------------------------------------------
    Layout DIVs..................................
-------------------------------------------------*/

div#outer {  
	position: absolute;  
	left: 50%;  
	height: 1px;  
	overflow: visible;
}

div#container {
    width:900px;
    height:auto;
    clear:both;
    display:table;
	position:absolute;
	margin-left: -450px;
}

div#toprow {
    width:900px;
    height:192px;
    display:table-row;
}

div.row {
    width:900px;
    height:auto;
    display:table-row;
}


/*-----------------------------------------------
    Header DIV...................................
-------------------------------------------------*/

div#header {
    width:900px;
    height:192px;
    display:table-cell;
	position:relative;
}

div#headimg {
	width:460px;
	top:50%;
	left:50%;
	margin-top:-96px;
	margin-left:-230px;
	position:absolute;
}


/*-----------------------------------------------
    Main Content DIVs.............................
-------------------------------------------------*/

div#maincont {
    width:900px;
    height:auto;
    display:table-row-group;
}

div#title {
    width:872px;
    height:auto;
	text-align:center;
    display:table-cell;
	padding:14px;
}

div.leftcont {
    width:350px;
    height:auto;
    display:table-cell;
    float:left;
	padding:14px;
	text-align:left;
}

div.rightcont {
    width:494px;
    height:auto;
    display:table-cell;
    float:right;
	padding:14px;
	text-align:left;
}

div.wide {
    width:886px;
    height:auto;
	text-align:left;
    display:table-cell;
	padding:7px;
}

/*-----------------------------------------------
    Text and Lists...............................
-------------------------------------------------*/

h1 h2 h3 {
    font-family:"Times New Roman", Times, serif;
    color:#000;
    font-weight:bold;	
}

h1 { font-size:18pt; }

h2 { font-size:16pt; }

h3 { font-size:14pt; }

ul.requirements {
	font-style:italic;
}

.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

/* Make our labels look like a real form */
label {
	float: left;
	width: 6em;
}

.centered {
	text-align: center;
}

#contact {
	/* Center our form */
	text-align: left;
	width: 500px;
	margin: 0 auto;
  color: #666666;
}
#contact p {
	margin: 3px;
}
	