/* ITTC website, Aviatech 04-08
******************************/

/* Color Index
*********************************************************
*********************************************************



*********************************************************
*********************************************************
************/

/* Reset Global Properties 
*************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style-type: none;
	text-decoration: none;
}

/* Body
******/ 
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #333;
	background: #FFF url(../images/body_bg_repeat.jpg) repeat-x;
 }
 
body#flash {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #333;
	background: #FFF url(../images/body_flashbg_repeat.jpg) repeat-x;
 }
 
/* Headings
**********/ 
h1 {
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: .5em;
	font-weight: 700;
}
h2 {
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: .5em;
	font-weight: 700;
}
h3 {
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: .5em;
	font-weight: 700;
} 
/* Paragraphs 
************/ 
p {
	margin-bottom: 1em;
 }
 
/* Links
*******/ 
#sidebar a:link{ 
	text-decoration: underline;
	color: #184F90;
}

#sidebar a:visited {
	text-decoration: underline;
	color: #8797B4;
}

#sidebar a:hover {
	text-decoration: none;
	color: #FFCC01;
}

a {
	color: #184f90;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

 
/* PNG hack by Angus Turnbull: http://www.twinhelix.com
******************************************************/
img, h1, { 
	display: block;
	behavior: url(iepngfix.htc) 
 }
 

