@charset "utf-8";
/* CSS Document */



body{
margin:0;
padding:0;
line-height: 1.5em;
background-repeat:repeat-x;
background:url(../images/background.jpg);
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

p {
	font-family:Arial, Verdana, Sans Serif;
	font-size: 12px;
	color:#333;
}
#pagewidth{ 
 width:90%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background:#FFF;
 margin-top: 10px;
  margin-bottom: 10px;
  border: 1px #000 solid;
 
} 

b{font-size: 110%;}
em{color: red;}


#topsection{

 height:50px; 
  background: url(../images/logo.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-position:top;
 width:100%;
 padding-top: 100px
}

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

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

#contentcolumn{
margin-right: 300px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 300px; /*Width of right column in pixels*/
margin-left: -300px; /*Set left margin to -(RightColumnWidth) */
background: #fff;
}

#footer{
clear: left;
width: 100%;
background: url(../images/footer.gif);
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
h1 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#333;}
	
	h2 {
	font-family:Arial, Verdana, Sans Serif;
	font-size: 14px;
	color: #600;
	background:url(../images/yellowline.jpg) no-repeat;}

.box-title {
display: block;
width:260px;
padding: 4px 4px 4px 10px;
border: 1px solid #000000;
background-image: url(../chrometheme/chromebg5.gif);
color:#ffffff;
	font-style: normal;
	font-size:12px;}/*lets remove the link underlines*/
	
.bordertext {
	
width: 260px;
padding: 4px 4px 4px 10px;
border-top: 1px solid   #990000 ;
border-bottom: 1px solid  #990000;
border-left: 1px solid  #990000;
border-right: 1px solid  #990000;}


	

li.list {
	padding-left:30px;
	background:url(../images/bullet.jpg) no-repeat;
	list-style: none;
	font-family:Arial, Verdana, Sans Serif;
	font-size: 12px;
	color:#333;
	
	
	
	
}

a {
	color: #600;
	font-weight: bold;
}

a:hover {
	color:#006;
}