@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bkgd.jpg);
	background-repeat: no-repeat;

}
#container {
	width: 950px;
	border: 1px solid #00F;
	text-align: left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background: #FFFFFF;
	padding: 0 10px;  
	text-align: center;
} 
#header h1 {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	padding: 0px;
}

#menu {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12pt;
	border: medium double #00F;
	background-color: #30F;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	display:inline;
	padding-right: 10px;
	font-size: 12pt;
	color: #FFF;
	font-weight: bold;
}

#menu a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#menu a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	font-weight: bold;
	color: #0CF;
	text-decoration: none;
}

#menu a:active {
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
	padding-bottom: 5px;
}

#sidebar1 {
	float: left;
	width: 290px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	height: auto;
	background-color: #FFF;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#sidebar li {
	list-style-type: none;
	display:inline;
	padding-right: 10px;
	font-size: 12pt;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#sidebar a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#sidebar a:hover {
	font-weight: bold;
	color: #0CF;
	text-decoration: none;
}

#sidebar a:active {
	font-weight: bold;
	color: #F5F4F0;
	text-decoration: none;
	padding-bottom: 5px;
}

#mainContent {
	text-align: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 290px;
	text-align: left;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #03F;
	background-color: #FFF;
}

#mainContent li {
	text-align: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	text-align: left;
	list-style-type: disc;
	text-decoration: none;
} 

#mainContent a:link {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

#mainContent a:visited {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

#mainContent a:hover {
	font-weight: bold;
	color: #0CF;
	text-decoration: none;
}

#mainContent a:active {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
	padding-bottom: 5px;
}

#ClassList {
	text-align: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 290px;
	text-align: left;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #03F;
	background-color: #FFF;
}

#ClassList li {
	text-align: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	text-align: left;
	list-style-type: decimal;
	text-decoration: none;
} 

#ClassList a:link {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

#ClassList a:visited {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
}

#ClassList a:hover {
	font-weight: bold;
	color: #0CF;
	text-decoration: none;
}

#ClassList a:active {
	font-weight: bold;
	color: #00F;
	text-decoration: none;
	padding-bottom: 5px;
}

#grpContent {
	text-align: center;
	
}

img {
	display:block;
	margin-left:auto;
	margin-right:auto;

}

.responsive {
  max-width: 100%;
  height: auto;
}

.gimg {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.classlist_name {
	font-weight: bold;
	color: teal;
}

.facebook {
	font-weight: bold;
	color: #66F;
}

.center {
	text-align:center
}

.left {
	text-align:left
}

.right {
	text-align:right
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.updated {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}
.red {
	color: #D90000;
}

.title {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
.date {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
