/* Layout Section */

body {
background-repeat:repeat-x;
background-color:#ffffff;
font-family:Verdana, Arial, sans-serif;
font-size:14px;
}

#center {
}

#wrapper { 
} 

#header { 
display:none;
} 

#main { 
width: 500px; 
float:left;
} 

#main p {
font-size:12px;
margin-bottom:12px;
}

#main li {
list-style-type: disc;
list-style-position:outside;
margin-bottom:12px;
font-size:12px;
}

#main a, a:visited {
text-decoration:none;
color:#f29900;
}

#main a:hover {
text-decoration:underline;
color:#f29900;
font-weight:700;
}

#main img {
margin-top:12px;
margin-bottom:12px;
}

#rightcolumn {
display:none;
}

#rightcolumn img{
padding-bottom:13px;
}

#footer { 
display:none;
} 

/* Header Elements */

#menu{
display:none;
}

#navbar {
display:none;
}

#banner {
display:none;
}

.pagelinks li{
display:none;
}

.pagelinks ul{
display:none;
}

/* Typography */

strong, b, strong *, b * {  /* This fixes the YUI reset of strong and em tags  */
font-weight: bold !important; 
}

em, i, em *, i * { 
font-style: italic !important; 
}

.intro {
color:#f29900;
margin-bottom:15px;
font-size:15px;
}

.intro2 {
color:#f29900;
padding-bottom:12px;
margin-bottom:12px;
border-bottom: 1px solid #f29900;
font-size:15px;
}

h3.redheading {
color:#c61525;
font-size:17px;
margin-bottom:12px;
}

