@charset "utf-8";
/* CSS Document */
@import url(reset.css);

body
{
	background: url(../images/layout/body.png) top repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}
#shell
{
	background: url(../images/layout/shell.png) top no-repeat;
}
#foot
{
	background: url(../images/layout/foot.png) bottom no-repeat;
}
#foot, #foot *
{
	color: #015ead !important;
}
#title
{
	text-align: justify;
	text-transform: uppercase;
	color: #4da74a;
}

#title p
{
	line-height: 1.7em;
	font-weight: bold;
	font-size: 14px;
}
#menu a
{
	color: #015ead;
	font-size: 20px;
	text-decoration: none !important;
	text-align: center;
}
#menu li
{
	background: url(../images/layout/nav-bg.png) top repeat-x;
	list-style: none;
}
#titleImage
{
	border: 2px solid #ccc;
}
h1
{
	color: #015ead;
	font-size: 37px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: normal;
}
h2
{
	color: #059500;
	font-size: 18px;
}
p.question
{
	font-weight: bold;
	text-align: center;
}
ol, ol li
{
	list-style-type: decimal;
	list-style-position: inside;
}
.sources, .sources li
{
	font-size: 12px;
	list-style-type: decimal;
}
a
{
	color: #015ead !important;
}
sup a
{
	text-decoration: none;
}
.framePic
{
	border: 2px solid #ccc;	
}
ul.dottedList, ul.dottedList li
{
	list-style-type: disc !important;
	list-style-position: outside;
}