﻿body,
html 
{
    margin:0;
    padding:0;
    background:white;
    color:navy;
    font-family: Tahoma, Verdana;
    font-size:small;
}

A:link
{	
	text-decoration: none;
	color: blue;
}	
		
A:visited	
{	
	text-decoration: none;
	color: blue;
}	
		
A:active	
{	
	text-decoration: none;
	color: #333399;
}	
		
A:hover	
{	
	text-decoration: underline;
	color: red;
}

h1
{
	font-size:small;
	font-weight:bold;
    margin-bottom:8px;
    padding-top:0px;
    margin-top:0px;
}

h2,h3
{
	font-size:large;
    margin-bottom:8px;
    padding-top:0px;
    margin-top:0px;
}

.FloatClear
{
	clear:both;
}

#divProfile_wrapper
{
	width:750px;
    border-right: solid 1px black;
}

#divClosePreview {
	height: 38px;
	padding-top: 19px;
	text-align: center;
}

#divProfile_header
{
	padding-top:37px;
	padding-left:20px;
	padding-bottom:12px;
	background-image: url(../images/profile/topgradient_03.jpg);
	background-repeat:repeat-x;
	background-position: left top;
    border: solid 0px red;
}

#divProfile_main_wrapper
{
    border: solid 0px orange;
    height:100%;
}

#divProfile_main_topleft
{
	height:37px;
	background-image: url(../images/profile/topgradient_03.jpg);
	background-repeat:repeat-x;
	background-position: left top;
    border: solid 0px red;
    width:555px;
    float:left;
}

#divProfile_main_topjoin
{
	height:37px;
	background-image: url(../images/profile/Join-Top.gif);
	background-repeat:no-repeat;
	background-position: right top;
    border: solid 0px red;
    width:5px;
    float:left;
}

#divProfile_main_topright
{
    border: solid 0px red;
    width:200px;
}

#divProfile_main_midwrapper
{
    width:560px;
    height:100%;
    border: solid 0px green;
    float:left;    
}

#divProfile_main_midleft
{
	text-align:right;
	font-size:small;
	font-weight:bold;
    border: 0px solid red;
    width:40px;
    padding-right:10px;
    clear:both;
    float:left;
}

#divProfile_main_midmain
{
	background-image: url(../images/profile/smalldots_10.jpg);
	background-repeat:repeat-y;
	background-position: right top;
    border: 0px solid black;
	padding-bottom:20px;
	padding-right: 10px;
	margin: 0px 0px 0px 20px;
    width:530px;
    float:left;
}

#divProfile_main_midmainimage
{
	text-align:center;
    border: solid 0px red;
}

#divProfile_main_midjoin
{
	background-image: url(../images/profile/smalldots_10.jpg);
	background-repeat:repeat-y;
	background-position: right top;
    border: solid 0px red;
    width:50px;
    float:left;
}

#divProfile_right_wrapper
{
    border: solid 0px blue;
    float:left;
}

#divProfile_main_midright
{
	width:175px;
	padding-top:37px;
	padding-left:15px;
	background-image: url(../images/profile/topgradient_03.jpg);
	background-repeat:repeat-x;
	background-position: left top;
    border: 0px solid blue;  
}

#divProfile_main_midright h1, #divProfile_main_midright p {
	padding: 0;
	margin: 0;
}

#divProfile_main_contentLeft {
	float: left;
	border: 0px solid red;
}
#divProfile_main_contentRight {
	float: left;
	border: 0px solid blue;
	width: 307px;
	padding: 0px 0px 0px 10px;
}

#divProfile_bottom_wrapper
{
    border: solid 0px blue;
    clear:both;
    float:left;
}

#divProfile_main_botleft
{
	height:37px;
	background-image: url(../images/profile/Gradient-Bottom-2.jpg);
	background-repeat:repeat-x;
	background-position: left bottom;
    border: solid 0px red;
    width:555px;
    float:left;
}

#divProfile_main_botjoin
{
	height:37px;
	background-image: url(../images/profile/Join-Bottom-2.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
    border: solid 0px red;
    float:left;
    width:5px;
}

#divProfile_main_botright
{
	height:37px;
	background-image: url(../images/profile/Gradient-Bottom-2.jpg);
	background-repeat:repeat-x;
	background-position: left bottom;
	float:left;
    border: solid 0px red;
    width:190px;
}

#divProfile_footer
{
	padding-top:8px;
	padding-left:20px;
	height:25px;
    border-top: solid 1px black;
    clear:both;
}

		#divProfile_footerMain
		{
			float:left;
			width:500px;
			text-align:left;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			border: solid 0px red;
		}
		#divProfile_footerRight
		{
			float:right;
			width:150px;
			text-align:right;
			padding: 0px 10px 0px 0px;
			margin: 0px 0px 0px 0px;
			border: solid 0px red;
		}
