/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	font-size:10px;
	margin: 0px;
	padding: 0px;
}
strong{
	color:#999999;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#main{
	position:absolute;
	background-image:url(../images/index.jpg);
	width: 882px;
	height: 435px;
}
#content{
	top: 10px;
	width:290px;
	float:right;
	height:308px;
	z-index:99;
	overflow: auto;
	background-attachment:fixed;
}
#sectionName{
	background-color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	color:#000033;
	border:1px solid #ffffff;
	padding:5px;
	margin:5px;
	z-index:100;
}
#sectionContent{
	background-color: #ffffff;
	font-size: 10px;
	color:#000033;
	border:1px solid #ffffff;
	padding:5px;
	margin:5px;
	z-index:100;
}
#sectionContent h1{
	font-size: 12px;
	font-weight:bold;
}
input, textarea{
border:1px solid #cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#foto{
	position:relative;
	top: 2px;
	height:75px;
	float:right;
	width:75px;
	border:1px solid #cccccc;
}
