body {
	font-size: 75%;
	font-family:Verdana;
	line-height:1.5em;
	color:#666;
}
p, ul, ol {
	font-size:1em;
	line-height:1.5em;
	margin:1.5em 0;
}
ul {
	margin-left:40px;
}
ul ul {
	margin-left:20px;
}
td p {
	margin-top:0;
}
ul {
	list-style: disc outside;
}
ol {
	list-style-type: decimal;
}
h5, h4, h3 {
	font-size:1em;
	line-height:1.5em;
	margin:1.5em 0;
	font-weight:bold;
}
h2 {
	font-size:1.17em;
	line-height:1.29em;
	margin:1.29em 0;
	font-weight:bold;
}

.picShadow,.picshadow {
	background:url('../graphics/shadow.jpg');
	width:366px;
	height:224px;
	position:relative;
	float:right;
	margin:-15px 0 10px 10px;
}

.picShadow img,.picshadow img {
	position:relative;
	top:29px;
	left:30px;
}
h1 {
	font-size:30px;
	line-height:35px;
	margin:0 0 18px 0;
	font-weight:normal;	
	color:#000;
}
#homeLeft h1,#homeMiddle h1 {
	color:#ff0000;
	text-transform:uppercase;
	font-size:25px;
}
a {
		color:#005daa;
	text-decoration:none;
}
a:hover {
	background:#EDEEE5;
	text-decoration:underline;
}
.blue {
	color:#004695;
}
.orange {
	color:#ec9c00;
}
.brown {
	color:#393621;
}
.red {
	color:#dd5007;
}
.pale_blue {
	color:#74a3dd;
}