
h1.profile {
	font-size:24px;
}

h2.profilesub {
	font-size:22px;
 }

div.col-profile {
    padding-right: 15px;
    padding-left: 15px;
    width: 560px;
	float:left;
}

p.profilenote {
	font-size:12px;
	color:#999;
	text-align:center;
 }

div.profdata {
	font-size:13px;
	line-height: 21px;
	overflow:auto;
 }

div.profdescription {
	font-size:16px;
	line-height: 20px;
	margin-top:15px;
  
}

img.imgProfile {
	margin-right: 10px;
	border: 1px solid #123156;
	width: 300px;
 }

img.morewomen {
	float:left;
	margin:5px;
	width: 85px;
}

div.profileButton {
	margin-top: 25px;
	border: 1px solid #000;
	background-color: #123156;
	border-radius: 8px;
	color: #fff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding: 8px;
}

a.profButtonLink {
	text-decoration:none;
 }
 
div.profileButton:hover {
    background: #123156; 
    background: -webkit-linear-gradient(#123156, #357acb); 
    background: -o-linear-gradient(#123156, #357acb); 
    background: -moz-linear-gradient(#123156, #357acb);
    background: linear-gradient(#123156, #357acb); 
	text-decoration:none;
}