body { 
	font: 12pt/20pt georgia, sans-serif;
	color: #555753; 
	margin: 0px; 

	}
p { 
	display: block;
	font: 12pt/20pt georgia, sans-serif;
	margin-top: 0px; 
	margin-left: 5px;
	margin-right: 5px;
	}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
        color: #0d004c;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
        color: #3f403e;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #00919a;
	}

html 	{
	background: #e1e1e1;
	}



table 	{
    	margin: 15px;
	background: #dae4ff;
	border-style: outset;
	border-width: medium;
	border-color: #E1E3E6;
	border-collapse: collapse;
	float:left;
	}


#personal table {
	background: none;
	border: none;
	float: left;
	position: relative;
	display: block;
}
#personal td {
	border: none;
}

td {
        margin: 0px;	
	border-bottom: 1px solid #E1E3E6;
	border-color: #8aabff;
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: top;
	 }
thead td {
    	margin: 0px;
    	background: #c3d4ff;
	border-collapse: collapse;
	border-right: 1px solid #8aabff;
	font-variant: small-caps;
	font-size: 13px;
	}

#main {
	background: url(./data/img/big_bg.gif) top left; 	
	top: 30px; 
	left: 30px; 
	height: auto;
	width: 723px; 
	padding: 0px 0px 0px 0px;  
	margin-bottom: 50px;	
	position: relative;
	background-repeat: repeat-y;
} 


#top { 
	background: transparent url(./data/img/top.gif) top left no-repeat; 
	position: relative; 
	width: 100%;
	height: 100px; 
	}


#content { 
	padding: 0px 0px 0px 0px;  
	background-repeat: no-repeat;
	margin: 25px 0px 0px 0px; 	
	}

#date { 
	font: 8pt georgia;
	padding-bottom: 30px;
	padding-left: 185px;
	}


#topic { 
	margin-bottom: 20px;
	width: 480px;
	padding-left: 185px;	
	position:relative;
	}

#topic h3 { 
	letter-spacing: 2px; 
	font: 18px Verdana, sans-serif;;
	font-weight: bolder;
	background: transparent url(./data/img/topic.gif) no-repeat center left; 
	padding-left: 50px;
	padding-top: 2px;
	width: 498px; 
	height: 28px; 
	float: left;
	position: relative;
	margin-bottom: 10px;
	}
	
#topic h4 { 
	letter-spacing: 1px; 
	font: 16px Verdana, sans-serif;;
	font-variant: small-caps;
	font-weight: bolder;
	background: none;
	padding-left: 20px;
	padding-top: 2px;
	width: 498px; 
	height: 28px; 
	float: left;
	margin-bottom: 10px;
	}	
	
#topic p {
	margin-left:7px;
	text-indent: 15px;
	}

img {
	float:left;
	padding: 10px 10px 10px 10px;
	margin: 6px 6px 6px 6px;
	border: none;
	clear: left;
	}

img.right {
	float:right;
	padding: 10px 0px 10px 10px;
	border: none;
	clear: right;
	}

#links {
	margin-left: 3px; 
	position: absolute; 
	width: 100px;
	left: 0px;
	bottom: 0px;
	top: 0px; 
	right: 0px;
	}
	
#links a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #003471;
	padding-left:12px;
	background: url(./data/img/linkimage.gif) no-repeat center left;
	}

#links a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0d004c;
	padding-left:12px;
	background: url(./data/img/linkimage.gif) no-repeat center left;	
	}

#links a:hover, #links a:active { 
	text-decoration: underline; 
	color: #00919a;
	padding-left:12px;
	background: url(./data/img/linkimage2.gif) no-repeat center left;
	}

	
#lselect { 
	font: 10px verdana, sans-serif;; 
	background: transparent top left repeat-y; 
	padding: 10px; 
	margin-top: 125px; 
	width: 130px; 
	}
#lselect h3.select, h3.endlist { 
	margin: 10px 0px 5px 0px; 
	width: 105px; 
	height: 2px; 
	}
#lselect h3.select span {
	display:none
	}

#lselect ul {
	margin-left: 18px;
	padding: 0px;
	}
#lselect li {
	list-style:none;
	line-height: 4ex; 
	list-style-image: none;
	padding-left: 0px;
	}
#lselect li a:link { 
	color: #898989;
	}
#lselect li a:visited {
	color: #B3AE94;
	}
#lselect li a:hover {
	color: #63a5c8;
	text-decoration:none;
	}

#end 	{
	background: url(./data/img/bottom.gif) bottom left; 
	width: 723px; 
	position: absolute; 
	bottom: 0px;
	margin-top: 50px;
	background-repeat: no-repeat;
	
	
	}
#top span { display: none; }
	
#end span {
	display: none;
	}
div {
	clear: both;
	}
