body {	color: #555555;
	background-color: #EDEDED;	
	font-family:arial;
	font-size: 10;
	}
h1 {
	color:blue;
	font-size:20;
	}
p {	font-family: arial;
	font-size:13px;
	line-height:17px;
	color:black;
	text-align:justify;
	padding:0px;
	}
img {	border:none;
	padding:0px;	
	margin:0px;
	}
table {
	padding:5px;
	border:none;
	margin:5px;
	}
a {
	color: #2D258A;
	text-decoration: underline;
	}
a:hover {
	text-decoration:none;
	color:gray;	
	}

.dropcap{
	float:left;
	font-family:times new roman;
	font-size:40;
	line-height:34px;
	}
.nav {
	border:none;
	}
#maindiv{
	background-color:white;
	background-image: url(images/side_image_4.png);
	background-repeat: no-repeat;
	background-position: top right;
	width:700px;
	padding:0px;
	border:1px solid gray;
	}
#mainContent{
	
	}
#footerText{
	text-align:center;
	width:700px;	
	}
#titleImg{
	border-bottom:1px solid gray;
	
	}