body{
margin:0;
padding:0;
line-height: 1.2em;
text-align: center;
background-color: #e6e3da;
font-family: "Times New Roman", Times, serif;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1000px;
margin: 0 auto;
}
#topsection{
background-image: url('header.jpg');
height: 111px; /*Height of top section*/
margin-top: -10px;
}
* html #topsection{
margin-top:0;
}
#contentwrapper{
float: left;
width: 100%;
background-color: #ffffff;
}

#contentcolumn{
margin: 0 200px 0 230px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #ffffff;
border-right: solid 1px #e5e5e5;
border-left: solid 1px #e5e5e5;
}
#contentcolumn ul{
list-style-image: url('arrow.png');
}
#leftcolumn{
float: left;
width: 230px; /*Width of left column*/
margin-left: -100%;
background: #ffffff;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
background: #ffffff;
}

#footer{
clear: left;
width: 100%;
height:150px;
background-color: #666666;
color: #FFF;
text-align: center;
padding: 0;
font-size: 10px;
}

#footer a{
color: #cccccc;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.mainhighlight{
background-color: #cccccc;
padding: 3px;
width: 98%;
text-align: left;
font-size: 12px;
}
* html .mainhighlight{
padding: 6px;
width: 100%;
}

.maintitlebar{
font-size: 12px;
font-weight: bold;
text-align: left;
background-color: #000;
color: #fff;
width: 98%;
padding: 3px;
}

* html .maintitlebar{
padding: 6px;
width: 100%;
}

.breadcrumbs{
font-size: 11px;
color: #000000;
text-align: left;
margin-left: 5px;
margin-top: -10px;
}
* html .breadcrumbs{
margin-top: -20px;
}

.breadcrumbs a{
color: #3300ff;
}

.specbox{
font-size: 11px;
background-color: #f2f2f2;
color: #000000;
text-align: left;
padding: 5px;
width: 45%;
margin-left: 5px;
}
.rmi{
font-size: 12px;
font-weight: bold;
}
.rmi a{
color: red;
}

* html .specbox{
margin-left: -68px;
width: 60%;
}

p{
font-size: 12px;
color: #000000;
text-align: left;
margin-left: 5px;
background-color: transparent;
padding: 0 10px 0 5px;
}

ul{
font-size: 12px;
text-align: left;
margin-left: 0px;
}

* html ul{
margin-left: 40px;
}
/* float */

.floatright{
float: right;
}


.floatleft{
float: left;
}


/* Head Tags */

h1{
font-size: 20px;
font-weight: bold;
color: #ff6600;
text-align: left;
margin-left: 5px;
}

h2{
font-size: 16px;
font-weight: bold;
color: #000000;
text-align: left;
margin-left: 5px;
margin-bottom: -10px;
}
h3{
font-size: 14px;
font-weight: bold;
color: #000000;
text-align: left;
margin-left: 5px;
}
h4{
font-size: 12px;
font-weight: bold;
color: #ff6600;
text-align: left;
margin-left: 5px;
margin-bottom: -15px;
}
* html h4{
margin-bottom: -20px;
}


/* menu */

.arrowlistmenu{
width: 180px; /*width of menu*/
margin-left: 0px;
text-align: left;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
list-style-type: none;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
list-style-type: none;
}

.arrowlistmenu ul li a{
color: #ff6600;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
list-style-type: none;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
img{
padding: 5px;
}
#picturebox{
border: thin solid #ccc;
float: right;
width:260px;
padding: 10px;
}