body
{
	background-color: #31415C;
	background-image: url('images/TextBG.jpg');
	margin-top: 0px;
	height: 100%;
	
}
	
#header
{
	
	position: relative;
	width:740px;
	left:50%;
	top: 10px;
	margin-left:-370px;
	background-color: #cdcbcb;
	padding: 10px;
}

#header a:active
{
	color:navy;
	text-decoration:none;
	font-size:0px;
	font-weight:bold;
}

#header a:hover
{
	color:navy;
	text-decoration:underline;
	font-size:0px;
	font-weight:bold;
}

#header a:visited
{
	color:navy;
	text-decoration:none;
	font-size:0px;
	font-weight:bold;
}

#header a:link
{
	color:navy;
	text-decoration:none;
	font-size:0px;
	font-weight:bold;
}

#content
{
	position: relative;
	width:740px;
	height:800px;
	left:50%;
	margin-left:-370px;
	background-color: #cdcbcb;
	padding: 10px;
}

#shortContent
{
	position: relative;
	width: 740px;
	height: 300px;
	left: 50%;
	margin-left: -370px;
	background-color: #cdcbcb;
	padding: 10px;
}
#colcontent1
{
	float:left;	
	width:50%;
	height:100%;
	background-color:#cdcbcb;
	padding: 0px;
}

#colcontent2
{
	float:right;
	width:50%;
	height:100%;
	background-color:#cdcbcb;
	padding: 0px;
}	

#content a:link
{	
	color:navy;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;	
}


#content a:hover
{	
	color:navy;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
	

#content a:active
{	
	color:navy;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}


#content a:visited
{	
	color:navy;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

#content p
{
	font-size:16px;
}

#content p.emphasis
{
	font-size:18px;
	font-style:italic;
}

#copyright
{		
	width:740px;
	position: absolute;
	float: left;
	left:50%;
	height:50px;
	margin-left:-380px;
	text-align: center;
	padding: 10px;
}