@charset "UTF-8";
/* CSS Document */
body {
	width:1024px;
	margin: 0 auto;
}

#top {
	background-color: #990000;
	padding: 15px;
	height:50px;
}

#logo{
	float:right;
}

#math h1 a{
	float: left;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: -12px;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}

#math h1 a:hover{
	text-decoration:underline;
}

#navigation{
	clear:both;
	margin-top:20px;
}

#name{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-top: -15px;
	margin-left: 35px;
	display: inline-block;
	font-size: 18px;
}

#nav {
	float:right;
	display: inline-block;
	margin-top:15px;
}

.navitem {
	display: inline-block;
	background-color: #990000;
	color:#FFF;
	padding:20px 24px 20px 24px;
	margin-left:10px;
	height:40px;
	width:80px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16.5px;
	
}

.navitem:hover {
	background-color:#C00;
	text-decoration:underline;
}

.navitem:active {
	background-color:#F00;
}

#content {
	clear:both;
	padding:20px;
}

#footer {
	background-color:#990000;
	color:#FFF;
	font-size:12px;
	padding:1px 0 1px 10px;
	clear:both;
}

h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
}

a {
	font-size:12px;
	color:#990000;
}

.popup {
    background-image: url('/images/paper-noise.png');
    font-size: 14px;
    font-weight: normal;
    font-family: "Droid Sans","Verdana","Myriad Web Pro Regular", "Myriad Pro", "Lucida Grande", Geneva, Trebuchet MS, sans-serif;
    text-shadow: 0px 0px;
    color: #000000 ;
}

.button {
        background-color: #2b91af;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        text-decoration: none;
}

.button.b-close {
        border-radius: 7px 7px 7px 7px;
        box-shadow: none;
        font: bold 131% sans-serif;
        padding: 0 6px 2px;
        position: absolute;
        right: -7px;
        top: -7px;
}

