body{
	margin: 0px;
	padding: 0px;
	background-image: url(images/pageBackground.gif);
}

#content{
	background: url(images/content.gif) no-repeat;
	margin: 0px auto;
	width: 800px;
}

a:link {
        color: #000099;
}
a:visited {
        color: #000099;
}
a:hover {
        color: #0000FF;
		text-decoration: none;
}
a:active {
        color: #0000FF;
}

.text {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

.textTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.textSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

#content{
	background: url(images/content.gif) no-repeat;
	margin: 0px auto;
	width: 800px;
}

#footer{
	background: url(images/footer.gif);
	height: 25px;
	margin: 0px auto 20px auto;
	width: 800px;
}

#footer p{
	color: #fff;
	font: 14px Times New Roman, Serif;
	margin: 0px;
	padding: 2px;
	text-align: center;
}

#footer p a:link,
#footer p a:visited,
#footer p a:hover,
#footer p a:active{
	color: #fff;
	text-decoration: underline;
}

#header{
	background: url(images/header.gif);
	height: 121px;
	margin: 20px auto 0px auto;
	width: 800px;
}

#header p{
	color: #fff;
	float: right;
	font: 14px Times New Roman, Serif;
	margin: 64px 5px 0px 0px;
}

#header p a:link,
#header p a:visited,
#header p a:hover,
#header p a:active{
	color: #fff;
	font-style: italic;
}
.contentCellHome {
	height: 425px;
	width: 754px;
}

.contentCellMultiupload {
	background-color: #E8D8B4;
	height: 425px;
	width: 754px;
}
.contentCell {
	width:100%;
	background-color: #E8D8B4;
}

