#CCContainer
{
    display: block;
    height: 300px;
    width: 700px;
    background-image: url(Safe_2.png);
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
}
ul{
	list-style-type:none;
	width: 400px;
}
li{
	display:inline;
}



 /* unvisited link */
a:link {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #9A1B1F;
    width: auto;
    height: 25px;
    display: block;
    padding-top: 5px;
    vertical-align: middle;
    text-align: center;
}

/* visited link */
a:visited {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #9A1B1F;
    width: auto;
    height: 25px;
    display: block;
    padding-top: 5px;
    vertical-align: middle;
    text-align: center;
}

/* mouse over link */
a:hover
{
    color: #FFFFFF;
    text-decoration: none;
    background-color: #000000;
    width: auto;
    height: 25px;
    display: block;
    padding-top: 5px;
    vertical-align: middle;
    text-align: center;
}

/* selected link */
a:active {
  color: #FFFFFF;
  text-decoration: none;
} 

#Nav {
	height: 40px;
	width: 500px;
	margin-top: 255px;
}


.wrapper 
{
    text-align: center;
    width:400px;
    float:left;
    display: block;
    margin-left: 70px;
    margin-bottom: 40px;
}



.HDField 
{
    float:left;
	width:390px;
	height: 15px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background:#000000;
	padding:5px;
	border-right:1px solid #FFFFFF;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 5px;
}

.Field1X
{
    float: left;
    width: 400px;
    height: 30px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    background: #9A1B1F;
    border-right: 1px solid #FFFFFF;
    text-align: center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 2px;
    vertical-align: middle;
    line-height: 20px;

}

.Field2X
{
    float: left;
    width: 199px;
    height: 30px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    background: #9A1B1F;
    border-right: 1px solid #FFFFFF;
    text-align: center;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 2px;
    vertical-align: middle;
    line-height: 20px;

}

.Field3X
{
    float:left;
	width:132px;
	height: 30px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background:#9A1B1F;
	border-right:1px solid #FFFFFF;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 2px;
	line-height: 20px;
	
}
