/* 
    hide unwanted elements 
*/

#ctl00_menusearchcontainer, #search, #ctl00_bannerheader, #ctl00_topmenu, #footer-top, #footer, #footer-bottom {
	display: none;	
}

/* 
    general element styles 
*/

a, a:visited, a:hover {
    color: Blue;
}

body {
    background-color: #fff;
    color: #000;
    font-family: Times New Roman, Verdana, Arial;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

h3 {
    font-size: large;
}

img {
    border: none;
}

table {
    border: 1px solid black;
}

/* 
    structural element styles 
*/

#hpleftcolumn {
    float: left;
	width: 60%;
}

#hprightcolumn {
	float: left;
}

#hprightcolumn table {
	border: 0px;
}
