a {
	color: #ffffff; 
	text-decoration: none; 
	background-color: transparent;
}



a:hover {
	color: #ff9900; 
	text-decoration: underline;
}



td#main { 
	background-image: url("images/body_background.png"); 
	background-repeat: no-repeat; 
}



td#bgTop {
        background-image: url("images/main_body_bg-top.png");
	background-repeat: no-repeat;
	background-position: right top;
}



td#bgBottom {
        background-image: url("images/main_body_bg-bottom-1.png");
        background-repeat: no-repeat;
        background-position: left bottom;
}



td#bgRight {
        background-image: url("images/right_margin_bg.png");
        background-repeat: no-repeat;
        background-position: top center;
        color: #ffffff;
        font-size: 16px;
        font-family: times;
}


td#transportation {
	background-image: url("images/transportation.png");
	background-repeat: no-repeat;
	background-position: right top;
}



td#mainBody {
	font-size: 14px;
	padding-left: 14px;
}



td#sidebarParent { 
	color: #ffffff;
	font-weight: bold;
	padding-left: 4px;
	font-size: 12px;
	font-family: verdana,helvetica;
}



td#boldHeader {
	color: #ffffff;
        font-weight: bold;
        font-size: 24px;
	font-family: times;
}



td#boldMargin {
        color: #ffffff;
        font-size: 16px;
        font-family: times;
}



td#sidebarChild {  
        color: #ffffff;
	font-size: 12px;
	padding-left: 12px;
	font-family: verdana,helvetica;
}



td#sidebarSpacer {
	height: 100px;
}


p#philosophy {
	font-size: 20px;
}


.principles { width: auto; margin-left: auto; margin-right: auto; }
TABLE.principles TD { 
	color: #ffffff;
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
}

