@charset "UTF-8";
/* CSS Document */


body {
background-color:#000000;
background-image:url(images/background.gif);
background-repeat:repeat-y;
margin: 0px 0px 0px 0px;


font-family: helvetica, arial, verdana, "san serif";
font-size: 9pt;

}

/* Layout */
div.outer 
{
margin: 0px 0px 0px 30px; 
width: 795px;
position: relative;
}

div#top
{
height: 155px;
}
div#topShadow
{
height: 7px; 
background-image:url(images/topShadow.png);
background-repeat:no-repeat;
top: -7px;
}
div#bottomShadow
{
height: 13px; 
background-image:url(images/bottomShadow.png);
background-repeat:no-repeat;
top: -7px;

}
div#main
{
top: -7px;
height: 547px;
background-color:#666666;
padding: 0px 0px 0px 0px;
}

div.nav
{
height: 25px; 
width: 100%;
padding-top: 15px;
margin: 0px 0px 0px 30px;
position: relative;
}

div.left 
{
width: 252px;
margin: 0px 0px 5px 30px;
position: relative;
}

div#personal 
{
height: 214px; 
width: 239px;
background-color:#842684;
padding: 13px 0px 0px 14px;
line-height: 11pt;
font-size: 10pt; 
color: #cccccc;

}
div#personalText
{
margin-top: 15px;
width: 213px;
font-size: 9pt;
line-height: 11pt;
color: #cccccc;
}

div#copyright
{
padding: 70px 0px 0px 14px;
width: 238px;
height: 23px; 
background-color: #66ccff;
font-size: 7pt;
color: #666666;
font-family: Helvetica, Arial, sans-serif;

}

div#links
{
margin-top: 10px;
color: #cccccc;
line-height: 12pt;
font-size: 9pt;
}

div.right
{
	width:398px; 
	height: 425px;
	background-color:#FFFFFF; 
	padding: 24px 40px 17px 34px;
	position: absolute;
	right: 30px;
	top: 40px;
	line-height: 14pt;
	color: #4f4f4f;
}
/* Links */

a{
text-decoration:none;
color: #cccccc
}
a:link{
color: #cccccc;
}
a:hover{
color: #842684;

}
a:active{
color: #842684;
}
/*
a:visited{
color: #842684;
color: #cccccc;
}*/

a.nav{
font-size: 9pt; 
margin-right: 45px;
text-decoration: none;
color: #FFFFFF;
}
a.nav:link {
color: #FFFFFF;

}
a.nav:hover {
color: #66ccff;
}
a.nav:active {
color: #66ccff;
}

a#current
{
color: #66ccff;
}

a#emailLink
{
font-size: 9pt;
}

a.right{
color: #842684;
}

a.right:hover{
color: #4f4f4f;
}

a.right:active{
color: #4f4f4f;
}
/* Text */

p{
margin: 0px 0px 10px 0px;
}
font.infoText
{
line-height: 8pt;
font-size: 8pt;
font-family: Helvetica, Arial, sans-serif;
color:#FFFFFF;
}


/* Images */
img{
border: 0px;
} 
img#logo
{
position:absolute; 
margin:22px 0px 0px 30px;

}

img#tree
{
position: absolute;
margin: 0px 0px 0px 0px;
right: 0px;
float: right;
}

img#photo
{
float: left;
clear: none;
margin: 0px 13px 0px 0px;
}

img.portNav
{
	position: absolute;
	bottom: 14px;
	height: 12px;
	width: 17px;
}

img#back
{
left: 35px;
}

img#forward
{
right: 39px;
}

img#portImage
{
	position: absolute;
	top: 24px;
	left: 34px;
	background-image: url(%60);
}

img#webImage
{
position: absolute; 
top: 83px;
left: 34px;
}
