@charset "utf-8";
/* CSS Document, Copyright 2008, Angel Medical Systems */

/*********** General HTML styling ***********/
body {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#AECDFF', startColorstr='#FFFFFF', gradientType='0'); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top:  22px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:: justify;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	font-size: 16px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font:bold;
	color: blue;
	font-size: 14px;
}
A:link {
text-decoration: none;
color: "#0033FF";
}
A:visited {
text-decoration: none;
color:#0033FF;
}
A:active {
text-decoration: none;
}
A:hover {
text-decoration: underline;
color: red;
}


/*********** DIV Elements ***********/
#page {
	width: 800px;
	border: solid;
	background-color: #FFFFFF;
	border-color: #0845FA;
	border-width: thin;
	margin-top: 20px;
}
	
#header {
	width: 800px;
	height: 107px;
	background-color: #FFFFFF;	/* IE6 shows background color at bottom of this element. */
}

#nav {
	width: 800px;
	height: 28px;
	background-color: #FFFFFF;	/* IE6 shows background color at bottom of this element. */
}

#content {
	/*width: 800px;*/
	text-align: justify;
	/* set margin and padding separately for each page as style element of content */
}

#footer {
	width: 800px;
	height: 60px;
	clear: both;				/* needed for Firefox to render correctly */
	background-color: #CC1543;	/* IE6 shows background color at bottom of this element. */
}


