/* start with resetting the stylesheet */
html, body, div, span, h1, h2, h3, p, a, img, ol, ul, li {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
/*end of the CSS reset */
body{
	background: url("../../pattern_036.gif") repeat;
	font-size:90%;
	text-align: center; /*to center the content on the page */
}
#container{
	background-color: #fcfcfc;
	color:#333;
	font-family: Verdana, Arial, sans-serif;
	line-height: 120%; /* to create more whitespace between lines */
	margin: 0 auto;
	padding: 0;	 
	text-align: left;
	width: 900px;	
} 
/* Header area */
#header{	
	background:#aaa url("../../RM_pan.jpg") no-repeat; /*Background color is a medium gray so that text shows even with images off */	
	height: 100px;
	width: 900px;	
}
h1{
	color: #fcfcfc;
	font-family: "Lucida Sans","Trebuchet MS",Arial, sans-serif;
	font-size:60px;
	font-weight:300;
	letter-spacing: -4px;
	padding-top: 20px;
	text-indent: 30px;
}
/*main content area */
#ITAhome{	
	clear:both;
	margin-left:30px;
	padding: .5em 0 1em;
	position: relative;
	top: 6px;
	width: 85%;
}
#chLang{
	float: right;
	font-size: smaller;
	text-align: right;
	width: 6em;
	}
h2, h3{
	color: #b51;
	font-family: "Century Gothic", Tahoma, "Trebuchet MS", sans-serif;
	font-weight: bold;
}
h2{
	font-size: 1.4em;
	margin: .75em 0 0.3em;
}
h3{
	font-size: 1.15em;
	margin: .75em 0 .3em;
}	
p#welcome{
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 1.2em;
}	
#ITAhome ul{
	list-style-type: disc;
	margin-left: 3em;	
	padding-bottom: 1.5em;
}
/*link elements */

/*Color Index for links within content
	Normal Link:	Light Blue:	#36c
	Visited link:	Purple:		#939
	Hover link:		Orange:		#e72	Underline */ 
#ITAhome a{
	color:#36c;
	text-decoration: none;
} 
#ITAhome a:visited{
	color:#939;
	text-decoration: none;
}	
#ITAhome a:hover, #ITAhome a:focus, #ITAhome a:active, {
	color:#e72;
	text-decoration: underline;	
}
/*footer area */
#footer{
	background-color: #eee;
	border-top: 1px solid #c9c9c9;
	clear: both;
	font-size: small;	
	height: 60px;
	padding: 6px 0;	
}
#footer p{
	padding-left: 20px;
}
/*supplementary styles */
.sup{/* Styling superscripts manually so as to prevent messing up the line height */	
	font-size: .85em;
	position: relative;
	top: -4px;
}
.smallCaps{
	font-size: .75em;
	text-transform: uppercase;
}
.noteThis, .bold{/* Styling any bold elements */
	font-weight: bold;
}
