/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #d5e5c3;
    FONT-FAMILY: Arial, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
.ApplicationFrame
{
   BACKGROUND-COLOR: white;
	position:absolute;
/*	top:0px;
	left:0px;*/
	width:1018px;
	height:604px;
/*	Note: instead of using a border, use a div within a div 1px bigger all around because Firefox puts border
	outside of div bounds while IE puts it inside, so they end up being different sizes*/
/*	border:solid 1px black;*/
	padding:0;
	visibility: hidden;
}
.content
{
	position:absolute;
	top:40px;
	left:300px;
}
.pic
{
	position:absolute;
	top:100px;
	left:67px;
}
.nav
{
	position:absolute;
	top:100px;
	left:27px;
}
.CopyFrame
{
	position:absolute;
	width:455px;
	height:450px;
	top:98px;
	left:200px;
	color:#545453;
	overflow:auto;
	scrollbar-base-color: #B9D59F;
	scrollbar-track-color: #c9e5aF;
}
.copy
{
	position: absolute;
	width: 420px;
	top:0px;
	left:0px;
	color:#545453;
	text-align:justify;
}
.Link
{
	color:#545453;
}
.Link:hover
{
	color:#000000;
}
.HiddenDiv
{
	display:none;
}
