/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


 * {  
margin:0; 
padding:0; 
} 

img { 
border: 0; 
}

a img{ 
border:0; 
} 

html {
       overflow-y: scroll;
}

.arrowlistmenu{
background: url(images/nav_bg.png) no-repeat center left; /*custom bullet list image*/
width: 232px; /*width of menu*/
height: 219px;
margin-left: 0px;
margin-bottom: 0px; /*bottom spacing between menu and bottom row*/
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding-left: 10px;
padding-top: 11px;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom:1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #182720;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
font-family: Tahoma, Arial;
font-size: 12px;
font-weight: none;
text-decoration: none;
padding-top:7px;
padding-left: 60px; /*link text is indented 19px*/
font-size: 95%;
}

.arrowlistmenu ul li a:visited{
color: #7b998a;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #0000ff;
}

body{
top-margin:0;
padding:0;
line-height: 1.2em;
}

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

h1{
color: #364a46;
font-family: Tahoma, Arial;
font-size: 12px;
font-style: normal;
line-height: 8px;
font-weight: normal;
text-align: center;
}

h2{
font-family: serif;
font-size: 20px;
font-style: bold;
}

.hptext{
color: #666666;
font-family: Tahoma, Arial;
font-size: 13px;
font-style: normal;
line-height: 15px;
font-weight: normal;
text-align: left;
margin: 40px 0px 0px 30px;
}

.formtext{
color: #666666;
font-family: Tahoma, Arial;
font-size: 13px;
font-style: normal;
line-height: 18px;
font-weight: normal;
text-align: left;
margin: 40px 0px 0px 30px;
}

.text1{
color: #000000;
font-family: Tahoma, Arial;
font-size: 13px;
font-style: normal;
line-height: 14px;
font-weight: normal;
}

.text2{
color: #364a46;
font-family: Tahoma, Arial;
font-size: 13px;
font-style: normal;
line-height: 18px;
font-weight: normal;
}

.copyright{
color: #666666;
font-family: Tahoma, Arial;
font-size: 11px;
font-style: normal;
line-height: 15px;
font-weight: normal;
text-align: center;
}

#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection1{
height: 10px; /*Height of top section*/
}

#topsection{
font-family: Tahoma, Arial;
font-size: 14px;
font-weight: normal;
margin: 0;
}

#topsection2{
height: 120px; /*Height of top section*/
}

#topsection2content{
margin: 0px 0px 4px 0px;
}


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

#contentcolumn{
margin: 0 764px 0 260px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
background: #ffffff;
float: left;
width: 260px; /*Width of left column in pixel*/
height: 444px;
margin-top: 10px;
margin-left: -1024px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 764px; /*Width of right column*/
margin-top: 15px;
margin-left: -764px; /*Set left margin to -(RightColumnWidth)*/
background: #ffffff;
}

#footer{
clear: left;
width: 1024;
background: #d3c199;
font-family: Tahoma, Arial;
font-size: 12px;
font-weight: normal;
line-height: 16px;
text-align: left;
padding: 8px 8px 2px 200px;
}

.innertube{
margin: 7px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertubecenter{
margin: 7px; /*Margins for inner DIV inside each column (to provide padding)*/
}

