#header h1 {
    margin: 0 auto;
    padding: 0% 0 0 0%;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    text-align: center;
}
#content {
    margin: 0;
    padding: 0;
    padding-top: 0.5em;
    font-size: 1em;
    border-top: 2px dotted #000;
}
#navbar {
    margin-right: 0;
    padding-bottom: 0.5em;
    border-bottom: 2px dotted #000;
    font-size: 1.15em;
}
#sidebar div.block span.blockTitle {
    display: block;
    padding: 0.5em 0 0.5em 0;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
#headerTitle {
	text-align: center;
	width: 100%;
        font-size: 0.7em;
}

#body {
	vertical-align: top;
	height: 100%;
        margin: 0 auto;
        width: 1220px;
        background-color: #fff;
        box-shadow: 0 5px 10px 0px #111;
        padding-bottom: 15px;
        display: table;
        margin-bottom: 15px;
}

#rightSidebar {
	float:right;
        width: 200px;
	padding: 1em 1em 1em 0em;
	font-size: 0.65em;
	height: 100%;
	display: inline;
	overflow: hidden;
    margin-right: 2%;
}



#main {
    float: left;
    width: 75%;
    margin-left: 3%;
    display: inline;
    overflow: hidden;
}
span.blockTitle {
    background-color: #C82540;
    color: white;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.menuBorder {
    background-color: #c82540;
    color: white;
    border-radius: 20px;
    margin: 0px 0px 20px;
    padding: 10px;
    text-align: center;
    font-size: 1.2em;
    box-shadow: darkgrey 5px;
    webkit-box-shadow: inset -0.2em -0.2em 10px 5px rgba(0,0,0,0.65);
    -moz-box-shadow: inset -0.2em -0.2em 10px 5px rgba(0,0,0,0.65);
    box-shadow: inset 0.2em -0.2em 10px 5px rgba(0,0,0,0.65);
}

.menuBorder:hover {
    background-color: #94192e;
}

a.menulink {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a.menulink:hover {
    background-color: transparent;
}

#header {
    background-color: #c82540 !important;
}

a:hover {
    color: #c82540;
    font-weight: bold;
    background: #fff;
}
table {
    border: 0;
    border-spacing: 0;
    font-size: 0.8em;
}