@charset "UTF-8";

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;

	margin-top:0;
}
h1 {
	font-size: 14pt;
	color: #000;
		margin-bottom:0;
}

h2 {
	font-size: 9pt;
	color: #000;
		margin-bottom: .25em;
}

p {
	margin-top:0;
	font-size: 8pt;
	color: #000;
	line-height: 13pt;
}

body,td,th {
	text-align: left;
}
a:link {
	color: #fa618f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fa618f;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
	
	
body  {
margin-top: -5px;
	margin-bottom: 0px;
	color: #ffffff;
}


.twoColFixLt #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	background:url(background_sidebar.jpg) repeat-y;
	float: left; /* since this element is floated, a width must be given */
	width: 206px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	
	text-align: center;
}



#navcontainer
{
/*avoid gap after li in ie6 by setting width*/
width: 180px;
font-size: 11px;
font-family: georgia, times new roman, san-serif;
margin-left: 17px;
text-align: left;
}

#navcontainer ul
{
list-style-type: none;
margin-left: 0;
padding-left: 0;
}

#navlist a
{
display: block;
color: #fa618f;
padding: 8px 0 3px 6px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a { width: 170px; }

#navlist a
{
\width: 154px;
w\idth: 165px;
}

#subnavlist a
{
display: block;
color: #fa618f;
padding: 3px 0 3px 8px;
margin-left: 20px;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#subnavlist a { width: 106px; }

#subnavlist a
{
\width: 150px;
w\idth: 143px;
}

#navlist a, #navlist a:visited,#subnavlist a, #subnavlist a:visited
{
border-left: 3px solid #FFFFFF;
background: #FFFFFF;
color: #000000;
text-decoration: none;
}

#navlist a:hover, #navlist a#current:hover
{
border-left: 3px solid #CCCCCC;
background: #f5f3f3;
}

#subnavlist a:hover, #subnavlist a#subcurrent:hover
{
border-left: 3px solid #CCCCCC;
background: #f5f3f3;
}

a#current, a:visited#current, a#subcurrent , a:visited#subcurrent
{
border-left: 3px solid #fa618f;
color: #fa618f;
text-decoration: none;
}

.twoColFixLt #mainContent {
	width: 700px;
	margin: 0px 0 0 230px;
	padding: 20px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
} 


.twoColFixLt #header {
	width: 600px;
	margin: 20px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
} 

.twoColFixLt #header1 {
	width: 600px;
	margin: 0px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
} 


#menu {
	text-align: left;
	width: 150px;
	margin: 0 0 0 30px;
	}
	
.twoColFixLt #mainDetails1 {
	width: 310px;
	margin: 20px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;

} 

.twoColFixLt #mainDetails2 {
	width: 310px;
	margin: 20px 0 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
} 


.twoColFixLt #resume1 {
	width: 200px;
	margin: 20px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	text-align: left;

} 


.twoColFixLt #resume2 {
	width: 340px;
	margin: 20px 0 0 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;

} 



.twoColFixLt #about2 {
	width: 680px;
	height: 260px;
	margin: 40px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	overflow-y: scroll; 
	scrollbar-arrow-color: blue; 
	scrollbar-face-color: #e7e7e7; 
	scrollbar-3dlight-color: #a0a0a0; 
	scrollbar-darkshadow-color: #888888;
} 



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}









