@charset "utf-8";

/* CSS Document */

body {
	font-family: Arial,verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
	background-image: url(/Resources/images/ife_page_bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-color:#103762;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

#container {
	width: 1020px;	
	margin-left:0px;
	background-image: url(/Resources/images/ife_container_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin-left:0px;
	margin-top:0px;
}

#header {
	height:181px;
	background-image: url(/Resources/images/ife_header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#mainBody {
	min-height:514px;
}

p.message {
	color: black;
}

#localeNavigation {

}

#navigation {
	left: 0px;
	width: 170px;
	height:100%;	
	margin-left:20px;
}

#navigation ul li {
	padding-bottom:2px;
	list-style:none;
}

#navigation ul li a {
	color: #ffffff;
	border-bottom: 1px dotted #ff6633;	
	text-decoration: none;	
	display: block;
	padding-left:15px;
	width:145px;
	font-size:14px;
}

#navigation ul li a:hover {
	color: #ff6633;
	text-decoration: none;
	border-bottom: 1px dotted #ff6633;		
}

#mainBody #mainContent {
	margin-top:0px;
	margin-right:20px;
	margin-left:190px;
	width:620px;
}

#mainContent img {
	border: 1px solid #666666;
}

h1 {
	font-size:15px;
	color:#666666;

}

h2 {
	font-size:14px;
	color:#666666;
}

h3 {
	font-size:13px;
	color:#666666;
}

a {
	color: #ff6633;
	text-decoration: none;
}

a:hover {
	color: #ff6633;
	text-decoration: underline;
}

#footer {
	height:180px;
	background-image: url(/Resources/images/ife_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footer p {
	padding-left:190px;
	padding-top:110px;
	font-size:10px;
	text-align:left;
	color:#666666;
}

#footer a {
	color:#666666;
	text-decoration:none;
	background:none;
	font-size:10px;
}

span.label, label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
}

div.value, span.value {
	float: left;
	display: block;
	width: 250px;
}

legend {
	font-size:13px;
}

table {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
	color: black;
	font: 11px verdana, arial, verdana;
	margin-bottom: 25%; /* %, px, em, ex ? */
}

tr.subhead {
	background-color: #cccccc;
}

th {
	padding: 0 3%;
}



th.alt
	/*{
	background-color: black;
	color: white;
	padding: 3% 3% 2%;
	}*/

td {
	padding: 0 3%;
}



tr.alt
	/*{
	background-color: #eeeeee;
	}*/

th a {
	color: #ff3366;
	font: 11px arial,verdana;
}

