body {background-image: url(toa-background.png); background-color: rgb(181, 181, 181); background-position: inherit inherit; background-repeat: repeat repeat;}

#divBoxed {
	position:relative;
	background-color: whitesmoke;
}

#logo {
	width: 100%;
	height: auto;
}

.contentArea{
	padding: 10px;
}

h1{
	color: yellow;
	padding-left: 10px;
}

h2{
	color: white;
	padding-left: 10px;
}

.sidebox {-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;background-color:rgb(250, 250, 250);color:rgb(51, 51, 51);border-width:1px;border-style:solid;border-color:rgb(255, 255, 255);border-radius:3px;padding:18px;margin-top:11px; font-family: 'Maven Pro', sans-serif; font-size: 14px;}

.sidebar {padding-top: 8px;;;}

.sidebox-title {line-height: 36px; font-weight: normal; font-style: normal; font-family: 'Open Sans'; color: rgb(51, 51, 51); font-size: 22px; text-transform: none;}

.sidebox a {color: #006ca3; font-weight: bold; font-family: 'Maven Pro', sans-serif;}