@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:active {
background-color:#FFFFF;
color:#000000;
text-decoration:none;
border:#FFFFFF;
border-style:none;
}
a:visited {
background-color:#FFFFF;
color:#000000;
text-decoration:none;
border:#FFFFFF;
border-style:none;
}
a:hover {
background-color:#000000;
color:#FFFFFF;
text-decoration:none;
}

#container  {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background-color: #FFFFFF;
} 
#header {
	width: 200px;
	float: left;
}
#header h1  {
	margin: 0;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: 100;
	letter-spacing: 1px;
}
#header p {
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 11px;
	color: #333333;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
}
#topspace {
	width: 610px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-left: 238px;
	height: 90px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 30px 15px 20px;
	font-size: 11px;
	line-height: 12px;
}
#mainContent  {
	font-size: 10px;
	width: 754px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 13px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
} 

#mainContentTop {
	height: 22px;
	width: 610px;
	padding-top: 3px;
}

#mainContentTop p {
	letter-spacing: 1px;
}

	
#mainContentWork {
	height: auto;
	background-color: #FFFFFF;
	color: #000000;
	width: 610px;
}
#mainContentWork p {
	font-size: 14pt;
	color: #333;
	letter-spacing: 0.05em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-align: justify;
}
#mainContentRole  {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	letter-spacing:0.5px;
	line-height:16px;
	margin-left:0px;
	margin-top:10px;
	padding-left:0px;
	padding-bottom:5px;
	text-align:left;
	word-spacing:normal;
	height: 60px;
	width: 500px;
}
#footer {
	text-align: right;
	width: 784px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	margin: 0px;
	padding: 0px;
}

#footer p{
	margin: 0px;
	padding: 0px;	
}

.blueText {
	color: #333333;
}
.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;
}

/* menu css */
#mainContentHeader {
	background-color: #FF005C;
	height: 20px;
	width: 70px;
	color: #FFF;
	line-height: 16px;
}

#navMenu,#sidebar1 ul
{
  
    list-style:none;
    margin:0;
    padding:0;
      
        
}

.topMenuItem
{
    color: black;
    margin: 0px;
    padding:0;
    padding-bottom: 0.75em;
    padding-left: 0em;
    padding-top: 0.25em;
    width: 130px; 
    cursor:pointer;
}
/*This Is ME Menu option*/
.lastTopMenuItem
{
    padding-top: 1.00em;/*CHNAGE ME TO ADD MORE SPACE TO "ME" MENU OPTION*/
}
.topMenuItem div
{
    
    border-bottom: 1pt dotted #000;
    padding-bottom:2px;
    font-size:11px;
        
}
.topMenuItem ul
{
   display:none;
}
.subMenuItem
{
    margin:6px 0 4px 0;
    padding: 0 0 0 0;
}
.subMenuItem a{padding:0 2px 0 2px;margin:0;font-size:11px;}
/* end menu css*/.twoColFixLtHdr #mainContent #mainContentWork h2 {
	line-height: 18px;
	font-size: 14px;
	text-align: left;
}
.twoColFixLtHdr #mainContent #mainContentWork h3 {
	text-align: left;
	line-height: 12px;
}

/*This Is to preload images*/
<style type="text/css">
.hiddenPic {display:none;}
</style>
