.info-media {
    float: left;
    width: 34%;
}

.info-main {
    float: left;
    width: 66%;
}

.info-pre-title {
	font-family: arial, "lucida console", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #787878;
    padding-left: 10px;
}

.info-title {
	font-family: arial, "lucida console", sans-serif;
	font-size: 23px;
	color: #003399;
	font-weight: bold;
	float: left;
	padding-left: 10px;
}

.info-col {
	font-family: arial, "lucida console", sans-serif;
	font-size: 11px;
	float: left;
	text-align: justify;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px; 
}

.info-attach{
	font-family: arial, "lucida console", sans-serif;
	font-size: 11px;
	padding-left: 10px;
	color: #003399;
}

.info-attach a {
	color: #003399;
    text-decoration: none;
}

.info-attach a:hover{
	color: #003399;
    text-decoration: underline;
}

.register-button p{
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin: 0 10px 0 0;
    padding: 3px;
    text-align: center;
    width: 100px;
    color: white;
    background-color: #0066CC;
}

.register-button p a{
    color: white;
    text-decoration: none;
}