body {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.2em; /* 16x1.5=24px */
}


/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: .5em 0 0em 0;
	line-height: 1.2em;/* 16x1.636=36px */
	/*word-spacing: .1em;
	letter-spacing: .05em;*/
	}

#mainContent h1{
	color: #CC0000;
	font-weight: normal;
	margin: 0em 0 0em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	/*background-image: url(../aassets-blank/h1/h1liner.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 5px;*/
	}

h2 {
	color: #333;
	font-weight: normal;
	font-size:1.2em;   /* 16x1.5=24 */
	/* margin:1em 0;  18x1=18px */
}
h3 { 
	color: #666;
	font-size:1em; /* 16x1.125=18 */ 
}
h4 { 
	color: #666;
	font-size:0.875em; /* 16x0.875=14 */ 
}


h3 + p {
   margin-top:0 }

h4 + p {
   margin-top:0 }
   
/* ----- LINKS ----- */

a:link{
	color: #990000;
}
a:visited{
	color: #800;
}
a:hover{
	color: #CC0000;
}
a:active, a:focus{
	color: #FF0000;
}


/* ----- TYPOGRAPHY ----- 
fonts:
"Arial Black", Gadget, sans-serif
"Comic Sans MS", cursive
"Courier New", Courier, monospace
Geneva, Arial, Helvetica,
Georgia, "Times New Roman", Times
Impact, Charcoal, sans-serif
"Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif
"Palatino Linotype", "Book Antiqua", Palatino, serif
Tahoma, Geneva, sans-serif
"Trebuchet MS", Trebuchet, Helvetica, sans-serif
Verdana, Arial, Helvetica, sans-serif
Georgia, "Times New Roman", Times, serif */

p, li, dt, dd, ul li ul li {
	font-size: 0.875em; /* 16x0.875=14px */
}

p {
	margin: .5em 0 .5em 0;
}

/*p {
   margin-bottom:0 }
p + p {
   text-indent:1em;
   margin-top:0 }*/
   
/* ul {
list-style-type: cjk-ideographic;
list-style-type: disc, circle, square, decimal, none;
}
list-style-image: url(../whatever.png);
*/



/* ----- COLUMN ----- */

#column1 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	}

#column1 p, #column1 li {
	font-size: 0.75em;
	line-height: 1.2em;
	color: #000000;
}

#column1 ul, #column1 ol {
	padding: 0;
	margin: 0 0 1.125em 1.125em; /* 16x1.125=18px */
}


/* ----- header_search ----- */

#header_search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .625em;
	line-height: 0.9em;
	color: #eee;
	}
#header_search form {
	padding: 6px 0 0px 65px;
	margin: 0;
	}
#header_search input {
	padding: 0;
	margin: 0;
	}

/* ----- footer ----- */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#footer_left p {
	font-size: 0.625em;
	line-height: 1.1em;
	}
#footer_menu td {
	font-size: 0.625em;
	line-height: 1.4em;
	}
#footer_menu a:link, #footer_menu a:visited {
	color: #666666;
	text-decoration: none;
	}
#footer_menu a:hover, #footer_menu a:active {
	color: #900;
	text-decoration: none;
	}
#footer_main .footer_paragraph {
	font-size: 0.75em;
	margin: 4px 0 6px 0;
	}
#webmaster {
	font-size: .625em;
	color: #999999;
	}
#webmaster a:link, #webmaster a:visited {
	color: #999999;
	}
#webmaster a:active, #webmaster a:hover {
	color: #900;
	}

