body {
	background-image: url("images/bg3.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
	color: black;
}

/* For Retina displays */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
     body {
          background-image: url("images/bg3@2x.jpg");
		  background-attachment: fixed;
		  background-position: center center;
		  background-repeat: no-repeat;
	
		  font-family: Georgia, "Times New Roman", serif;
		  font-size: 10pt;
		  color: black;
     }
}

/*General element styles*/
h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
}

h2, h3 {
	margin-bottom: 0px;
	padding-bottom: 1px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 3px;
}

p {
	margin-top: 3px;
	margin-bottom: 3px;
}

a {
	color: #222277;
}

a:hover {
	color: #5555aa;
}

img {
	border: 1px solid black;
}

/*Specific container styles*/
#pageContainer {
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	width: 804px;
}

#pageInner {
	margin-left: -6px;
	/*
padding-left:30px;
	padding-right:30px;
*/
}

#header h1 {
	font-weight: bold;
	font-size: 4em;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 50px;
	text-align: center;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#leftContent {
	float: left;
	width: 150px;
	color: #555;
	margin-top: 10px;
}

#contentContainer {
	padding-left: 40px;
	padding-right: 40px;
}

#mainContent {
	width: 100%;
}

#fixedNotification {
	padding: 2px;
	z-index: 1;
	position: fixed;
	bottom: 0px;
	right: 0px;
	box-shadow: -1px -1px 5px #333;
	-webkit-box-shadow: -1px -1px 5px #333;
	overflow: visible;
}

#footer {
	border-top: 1px solid #333;
	margin-top: 30px;
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

#footer img {
	border: none; !important
}

.behind {
	z-index: -1;
	opacity: 0.5;
	border: none;
}

.absolute {
	position: absolute;
	top: 0px;
	right: 0px;
}

.relative {
	position: relative;
	left: -150px;
}

.nav {
	margin-top: 1px;
	margin-bottom: 4px;
	padding: 0px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

.navInner {
	text-align: center;
	margin: 0px;
	margin-top: -1px;
	padding: 0px;
}

.nav ul li {
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	
	
}

.nav ul {
	margin: 0px;
	padding: 0px;
	margin-left: 13px;
}

.nav li {
	margin-right: 10px;
	font-weight: bold;
}

.nav a {
	text-decoration: none;
	color: inherit;
}

.nav a:hover {
	background-color: #333;
	color: white;
}

.nav .current {
	background-color: #333;
	color: white;
}

.assignment {
	width: 350px;
	border: 1px solid black;
	height: 100px;
}

.callout {
	margin: 0;
	background-color: #ffcc00;
	background-image: url('images/calloutbg.png');
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid black;
	padding: 10px;
}

.form {
	margin-left: auto;
	margin-right: auto;
}

.form td {
	vertical-align: top;
}

.form-label {
	text-align: right;
	padding-right: 10px;
}

.form td>input {
	margin-right: 6px;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.strong {
	font-weight: bold;
}

.pdf {
	background-image: url("images/pdficon_small.png");
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	padding:0px 0px 0px 20px;
	white-space:nowrap;
}

.word {
	background-image: url("images/wordicon.png");
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	padding:0px 0px 0px 20px;
	white-space:nowrap;
}

.ppt {
	background-image: url("images/powerpointicon.png");
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	padding:0px 0px 0px 20px;
	white-space:nowrap;
}