
/*
define global styles
*/
body	
{
	font-family:  Verdana, Arial, Georgia, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	background-color: #ffffff;
}

#flashbody
{
	background-color: #F3F3F5;
	padding: 0px;
	margin: 0px;
}


h1	
{
	font-size: 150%;	
}

h2
{
	font-size: 110%;	
}


p 				
{
line-height: 140%; 
font-size: 100%; 
margin-top: 0px;
margin-bottom: 0px;}
a				{color: #7776A4; text-decoration: none;}
a:hover 		{color: #7776A4; text-decoration: underline;}
.invisible		{ display: none; }





/*
define styles for the containers 
*/

#outer-container 
{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 780px;				
	margin-left: -390px;		
	display: block;		
}

#header
{
	background-image: url('/images/global/topbar.jpg');
	width: 780px;
	height: 105px;
	border-bottom: solid 2px #9997B6;
}



#invisible
{
	display: none;
}


#links
{
	color: #7776A4;
	width: 780px;
	float: left;	
}

#links ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#links ul li
{
	list-style-type: none;
	float: left;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#content 
{
	border-top: solid 2px #9997B6;
	background-image: url('/images/global/cont2.gif');
	background-repeat: no-repeat;
	width: 780px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: right;	
}

#content #toptitle h1
{
	padding-top: 30px;
	padding-left: 100px;
	color: #000000;
	font-size: 150%;
}	



#content #MainContright
{
	padding-left: 100px;
	width: 380px;
	padding-bottom: 0px;
}

/* * html body targets ie */
* html body #content #MainContright
{
	width: 500px;	
}

#content #bighead
{
	position: absolute;
	top: 160px;
	left: 538px;
	width: 158px;
	height: 239px;
}	

#content #bigfrog
{
	position: absolute;
	top: 180px;
	left: 438px;
	width: 158px;
	height: 239px;
}	

#content #headshot
{
	position: absolute;
	top: 160px;
	left: 20px;
	width: 104px;
	height:139px;
}



#content h1
{
	color: #000000;
	font-size: 150%;
	line-height: 135%;
	width: 500px;
	height: 20px;
}

#flash
{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 650px;				
	margin-left: -325px;		
	display: block;	
}


a.biglink
{
	color: #000000;
}

a.biglink:hover
{
	color: #0066CC;
}	

/*
spacers
*/

#spacer1
{
	height:10px;
}

#spacer2
{
	height: 110px;
}

#spacer3
{
	height: 140px;
}


/*
footer
*/

#footer
{
	width: 780px;
	font-size: 100%;
	padding-top: 0px;	
}

#footer li
{
	color: #000000;
	list-style-type: none;
	float: left;
	padding-left: 35px;	
}

#footer a
{
	color: #000000;
}

#footer #list
{
	border-top: solid 2px #7776A4;
	margin-top: 73px;
	padding-left: 150px;
	padding-bottom: 30px;
}
