/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
}

/* ----- header styles -------*/

h1, h2, h3, h4{
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4{
	font-variant:small-caps;
	letter-spacing:.2em;
}
h1{
	margin-bottom:15px;	
	color:#333;
	letter-spacing:.3em;
	font-size:1.5em;
}
#banner h2, #banner h3	{
	color:#FFF;
}

#banner h2{
	font-size:39px;
}

#banner h3{
	font-size:20px;
}

h4{
	font-size:12px;
}

/* ----- menu styles -------*/

/*menu links*/
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active
{
	text-decoration: none;
}


#menu ul li h4 a
{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#menu ul li a
{
	color: #9b2021;
}



/* ----- page styles -------*/

.articleLeft p, .articleRight p{
	font-size:16px;
}

.listPlain{
	list-style:none;
}

a{
	text-decoration:none;
	color:#900;
}
a:hover{
	text-decoration:underline;
}
/* ----- footer styles -------*/