/* CSS Document */
body { 
margin:0; 
padding:0; 
text-align:center;
height:100%; /* this is the key! */
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:14px;
color:#616265;
background:url(images/topBK.gif) repeat-x;
} 
a:link, a:active, a:visited { color:#616265; text-decoration:underline;}
a:hover {color:#333333;text-decoration:underline;}

h1 {
	padding-bottom:10px;
	margin-bottom:0px;
	}
h2 {
	padding-top:3px;
	padding-bottom:0px;
	margin:0px;
	font-size:20px;color:#54aad2;
	}
h3 {
	padding-top:3px;
	padding-bottom:10px;
	margin:0px;color:#54aad2;
	}	

h4 {
	padding-bottom:5px;
	margin:0px;color:#54aad2;
	}	
#page {
	width:780px;
	height:100%;
	background-color:#FFFFFF;
}
.border {
	float:right; 
	width:1px; 
	height:100%; 
	background-color:#dddddd;
}
.topBlock {
	/*background-image:url(images/topBK.gif);
	background-repeat:repeat-x;
	background-position:top;*/
	width:900px;
	height:190px;
	float:right;
}
.blueBox {
	height:44px;
	width:800px;
	text-align:center;
}
.header {
	text-align:center;
	width:800px; 
	padding-top:25px;
}
.buttonBox {
	width:800px;
	height:40px;
	font-size:16px;
	color:#FFFFFF;
}

.textInBlueBox {
	font-size:36px; 
	width:100%; 
	padding-top:15PX;
	padding-left:40px;
}
.textInBlueBoxSmall {
	font-size:18px; 
}
.textInBlueBoxMid {
	font-size:24px; 
}
.buttonUp {
	cursor:pointer;
	float:left;
	width:128px; 
	height:30px;
	background-image:url(images/Menu_Butt.jpg); 
	background-repeat:no-repeat; 
	background-position:0 0;
	color:#FFFFFF;
	}
.buttonOver {
	cursor:pointer;
	float:left;
	width:128px; height:30px;
	background-image:url(images/Menu_Butt.jpg); 
	background-repeat:no-repeat; background-position:0px -30px;
	}
.buttonDown {
	float:left;
	 font-weight:bold;
	width:128px; height:30px;background-image:url(images/Menu_Butt.jpg); 
	background-repeat:no-repeat; background-position:0px -60px;
	}
.buttonSeperator {
	float:left; 
	width:1px;
	overflow:hidden;
	}
.buttonText {
	padding-top:3px;
}
.PageBody {
	text-align:left;
	padding-top:0px;
	padding-left:64px;
	padding-right:64px;
	padding-bottom:10px;

	
	}

.inboxBox {
	background-image:url(images/liner.gif);
	background-repeat:repeat-y;
	background-position:left;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;

}

.inboxBox1 {

	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;

}

.boxSeperator {
	width:8px;
	float:left;
}
.seperatorLine {
	width:1px; height:250px; background-color:#CCCCCC;
}	
.strip_image {width:150px; height:100px; float:left; margin-right:10px; margin-bottom:5px;}
.porfolio_data {font-size:12px; font-style:italic;}
.porfolio_div { display:table; border-bottom:#959595 1px dotted; width:100%;}
