/* GENERAL STYLES */
body { 
	background:white;
	color:black;
	font-family:arial,sans-serif; 
	font-size:9pt; 
}

a {
	text-decoration:none;
	color:black;
}

img {
	float:none;
	padding-bottom:10px;
}

a img  {
	border:none;
}

h2,h3,h4 {
	margin:20px 0px 10px 0px;
}

h1 {
	font-size:16pt;
	}
	
h2 {
	font-size:12pt;
	}
	
h3 {
	font-size:10pt;
	}
	

blockquote {
	font-size:12pt;
	font-weight:bold;
	margin-left:0px;
}

#container {
	width:95%;
	margin:10px;
	position:relative;
}

#header {
	position:absolute;
	width:100%;
	height:100px;
	top:0px;
	left:0px;
}

#header .banner {
	display:none;
}

#header .logo {
	float:right;
	background:none;
}

#header .logo img {
	display:block;
}

#header .siteTitle {
	float:left;
}

#header .siteTitle img {
	display:block;
}

#header #navMain {
	display:none;
}

/* Content */

#content {
	position:relative;
	padding-top:80px;
	margin:0px;
}

.contentHome {
	padding-top:450px;
}

#contentSub1, #contentSub2 {
	display:none;
}

/* Profile */ 

.profileHome {
	width:45%;
	/*float:left;*/
	height:120px;
	margin-top:10px;
	margin-right:10px;
}

.profileHome img, #profileGraduate img {
	float:left;
}

.profileHome h2, .profileHome p {
	padding-left:85px;
	margin-top:0px !important;
}

#profileGraduate {
	margin-top:15px;
}

#profileGraduate .profileMain {
	padding-left:115px;
}

/* Footer */

#footer {
	display:none;
}