body{
background:#ffffff;
margin:0;
padding:0;
line-height: 1.5em;
font-family:times;
font-weight:100;
font-size:11pt;
}

b{
font-size: 110%;
}

u{
  color: #0000ff;
}

em{
color: red;
}

font{
font-family:times;
}

img.floatright { 
    float: right; 
    clear: right; 
    margin: 10px;
	padding: 10px; 
}

.style1 {color: #0000FF}



/***********************************************/
/* Links                                       */
/***********************************************/


a{
  font-size: 15px;
  font-weight:100;
  color: #000000;
}
a:link, a:visited, a:hover {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


#sectionLinks{
    width:125px;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
	font-size: 90%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 2px solid #ffe600;
	width: 125px;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 2px solid #ffe600;
	padding: 2px 0px 2px 10px;
	width: 125px;
}

#sectionLinks a:hover{
	border-top: 2px solid #ffe600;
	background-color: #eeeeee;
	padding: 2px 0px 2px 10px;
	width: 125px;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/



#main{
position:relative;
width: 900px; /*Width of main container*/
height: 100%;
margin: 0 auto; /*Center container on page*/
background: #ffffff;
padding: 10px;
}

#topsection{
background: #ffffff;
height: 30px; /*Height of top section*/
width: 900px;
}

#topsectionhome{
background: #ffffff;
height: 130px; /*Height of top section*/
}

#topmenubottom{
	position: relative;
	float: right;
	left: 20px;
	top: 100px;


}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 340px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/

background: #ffffff;
}

#contentmain{
border-left:2px solid;
height: 100%;
margin-left: 150px;
background: #ffffff;
padding:10px;
img-float:right;
}

#contentmainhome{
margin-left: 150px;
background: #ffffff;
padding:0px 3px;
img-float:right;
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column in pixel*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
}

#leftcolumn2{
float: left;
width: 150px; /*Width of left column in pixel*/
border-right:2px solid;
height: 100%;
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
}


#leftcolumn ul a:link, #navBar ul a:visited {display: block;}
#leftcolumn ul {list-style: none; margin: 0; padding: 0;}
#leftcolumn li {border-bottom: 1px solid #fff;}

html>body #leftcolumn li {border-bottom: none;}

#leftcolumn2 ul a:link, #navBar ul a:visited {display: block;}
#leftcolumn2 ul {list-style: none; margin: 0; padding: 0;}
#leftcolumn2 li {border-bottom: 1px solid #fff;}

html>body #leftcolumn2 li {border-bottom: none;}




#leftcolumnhome{
float: left;
width: 150px; /*Width of left column in pixel*/
border-right:2px solid;
height:100%;
padding:3px 0px;
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
}


#rightcolumn{
float: left;
width: 190px; /*Width of right column in pixels*/
margin-left: -750px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
background: #ffffff;
}

#footer div {
position:absolute;
bottom: 0px;
background-color:#000;
text-align:center;
padding: 4px 4px 4px 4px;
}

#footer a{
color: #FFFF80;
}

.img{
float: right;
width: 400px;
}

.innertube{
margin: 10px 10px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
height: 100%;
}


/***********************************************/
/* Other                                       */
/***********************************************/
div.sample_attach, a.sample_attach
{
  width: 150px;
  border: 1px solid black;
  background: #ffffff;
  padding: 0px 5px;
  font-weight: 200;
  color: #000000;
  text-align: center;
}

a.sample_attach
{
  display: block;
  border-bottom: none;
  text-decoration: none;
}

form.sample_attach
{
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background: #FFFFEE;
  padding: 0px 5px 2px 5px;
}
