img, div, span, p, form, input, textarea, a, ul, li, label
{
	border:0;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
    line-height:14px;
}
.clear {
    height:1px;
    font-size:1px;
    line-height:1px;
    clear:both;
}

h1, h2,
{
	border:0;
	padding:0;
	margin:0;
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
}

h2
{
	font-size:12px;
	font-weight:bold;
	
}

a
{
	height:11px;
	padding-left:2px;
	padding-right:2px;
	font-size:10px;
	line-height:11px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	border-bottom:1px dotted #999999;
}
a:hover
{
	background:#999999;
	color:#ffffff;
	text-decoration:none;
}
ul
{
	list-style:none;
}

body
{
	margin:24px 0px;
	text-align:center;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
}

#page
{
	width:856px;
	text-align:left;
	margin:0px auto;
}
#header
{
	/* padding:24px 24px 0px 24px;*/
	width:856px; /*  368px;*/
	height:24px;
	line-height:24px;
	font-weight:bold;
	font-size:12px;
	/* border-right:1px dashed #999999; 
	border-left:1px dashed #999999; */
	/*margin:0px 220px 0px 198px;*/
	font-family:Arial, sans-serif;
	border-bottom:1px solid #999999;
	
	
}

#navcontainer
{
	float:left;
	width:160px;
	padding:24px 0px 24px 0px;
}

#navlist li a
{
	font-family:Arial, sans-serif;
	display:block;
	width:140px;
	height:24px;
	padding-left:20px;
	font-size:11px;
	line-height:24px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background:#ffffff;
	border:0;
}
#navlist li a#current
{
	background:#e7e7e7;
	color:#000000;
}
#navlist li ul li a
{
	font-weight:normal;
}

#navlist li a#subcurrent
{
	background:#e7e7e7;
	color:#000000;
}

#navlist li a:hover
{
	background:#999999;
	color:#ffffff;
	text-decoration:none;
}
#contentcontainer
{
	float:right;
	width:694px;
} 
#content
{
	float:left;
	padding:24px; 
	width:518px;
	line-height:12px;
	overflow:hidden;
}
#content img.filler {
    margin:0px auto;
}

#thumbnails
{
	float:right;
	width:128px;
	padding:24px 0px;
}

#thumbnails img.thumbnail
{
	width:60px;
	border-bottom:4px solid #ffffff;
	border-right:4px solid #ffffff;
	height:40px;		
}
#thumbnails img.filler, #thumbnails img.halffiller
{
	width:128px; 
}
#imageText
{
	display:none;
	text-align:justify;
}

#friends
{
	margin-bottom:24px;
}
#friends li {
    line-height:12px;
    margin-bottom:2px;
    display:inline;
    
}
#friends li a
{
	display:block;
	border:0;
	line-height:12px;
	background-image:url(images/listbox.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:12px;
    height:auto;
}

#textImage
{
	float:left;
	width:128px;
	height:60px; 
	margin:10px 0px 10px 0px; 
}

#contact
{
	float:left;
	width:112px;
	height:60px; 
	padding:10px 24px 24px 24px;
}
#bottom
{
	clear:both;
	width:856px;  
	border-top:1px solid #999;
}
#footer
{
	float:left; 
	padding:10px 24px 24px 24px;
	width:518px;
	height:12px;
	
	/* border-right:1px dashed #999999;
	border-left:1px dashed #999999; */
}

label
{
	height:24px;
	line-height:24px;
	display:block;
	font-size:12px;
}
input
{
	background-color:#e7e7e7;
	color:#000000;
	border:1px dashed #999999;
	width:356px;
	height:16px;
	line-height:16px;
	vertical-align:middle;
	padding:4px 2px 2px 2px;
	font-size:12px;
	display:block;
}

input.button
{
	font-weight:bold;
	line-height:12px;
	height:22px;
	width:90px;	
	position:relative;
	left:272px;
	top:24px;
	
	
}

input.editButton
{
	font-weight:bold;
	line-height:12px;
	height:22px;
	width:80px;	
	margin-right:24px;
	display:inline;
}

textarea
{
	background-color:#e7e7e7;
	color:#000000;
	border:1px dashed #999999;
	width:356px;
	height:210px;
	line-height:16px;
	padding:4px 2px 2px 2px;
	font-size:12px;
	display:block;
	
}

#editImageDiv
{
	display:none;
	position:absolute;
	left:24px;
	top:24px;
	width:400px;
	height:600px;
	z-index:100;
	border:1px solid #999999;
	padding:24px;
	text-align:left;
	overflow:auto;
}

#editApplicationImageDiv
{
	display:none;
	position:absolute;
	left:24px;
	top:24px;
	width:400px;
	height:500px;
	z-index:100;
	border:1px solid #999999;
	padding:24px;
	text-align:left;
	overflow:auto;
}

#editLinkDiv
{
	display:none;
	position:absolute;
	left:24px;
	top:24px;
	width:400px;
	height:300px;
	z-index:100;
	border:1px solid #999999;
	padding:24px;
	text-align:left;
}

#editImageDiv img, editApplicationImageDiv img
{
	border:1px dotted #999999;
	margin-bottom:6px;
	
}



