* {
	margin:0px;
	padding:0px;
}

img {
	border: 0px;
}

/* ---IU IDENTITY BRANDING BAR --- */
#identity #signature {
	width:750px; 
	margin:0px 55px -0px 0px;
	position:relative;
	top:0px;
	left:5px;
}

#identity #signature a {
	width: 750px; 
	margin:0px 55px;
	position:relative;
	left:0px;
}

.hidden	{
	display:none;
}

/* ---END BRANDING BAR ---*/

.heading1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#7d120c;
	margin-top:10px;
}

td			{
	background-color:#fff;
}

body {
background-image:url(../images/bodybacknew.gif);
background-position:left;
background-repeat:repeat-y;
margin:0px;
height:100%;
min-height:100%;
background-color:#d6d1c5;
line-height:1.05em;

}

#bodyContainer {
position:relative;
width: 699px;
left: 46px;
height:100%;
min-height:100%;
}



#bodyContent {
position: absolute;
top:70px;
left: 20px;
width: 650px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#bodyHeader{
	position:relative;
	height:60px;
	border-bottom: 1px solid #DDDDDD;
	width: 650px;
	left: 20px;
}

#imgArea{
	position: absolute;
	left:500px;
	top:10px;
}

#imgFunction{
	position:absolute;
	left: -5px;
	top:0px;
}

div.fsClass {
	height:30px;
	left: 25px;
}

p.fsClass {
	font-style:italic;
	color:#333333;
	margin:4px;
}

legend.fsClass {
	font-weight:bold;
	color:#333333;
}

fieldset{
	width: 90%;
	padding:4px;
	margin:4px;
	}
	
h1	{
	font-size:20px;
	margin-top:3px;
	margin-bottom:5px;
}
h2	{
	font-size:17px;
	margin-top:15px;
	margin-bottom:5px;
}

ul	{
	list-style-type:circle;
	}
li	{
	padding-left:15px;
	margin-top:3px;
	margin-bottom:3px;
	list-style-type:disc;
	list-style-position:inside;
	}
p	{
	margin-left:5px;
	margin-top: 7px;
	margin-bottom: 7px;
}

input	{
	margin: 3px;
	}
	
a:link {
		color: #900;
		text-decoration: underline;

	}

	a:visited {
		color: #600;
		text-decoration: underline;

	}
	
	a:hover {
		color: #600;
		text-decoration: underline;

	}
