@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	text-align: center;
	font-weight: normal;
	background-color: #7B818F;
	background-image: url(../images/backgrounds/_2010design/_bgGradientBlue.jpg);
	background-repeat: repeat-x;
}

td  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
}
th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
}

.thrColFixHdr #container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	background-image: url(../images/backgrounds/_2010design/_bgTitle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F3F2EE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.thrColFixHdr #header {
	border-bottom-color: #D6D5B6;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.5em;
	color: #0C1A3E;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	border-left-style: none;
	background-color: #E9E6DF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-image: url(../images/backgrounds/_2010design/sidebar2_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 16px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DAD8D0;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #7B818F;
	font-size: 0.78em;
	color: #333;
} 
.thrColFixHdr #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 */
}
.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;
}
a:link {
	color: #039;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: underline;
	color: #036;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: none;
	color: #8D592D;
}
a:active {
	text-decoration: underline;
	color: #660000;
	border-bottom-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	color: #121657;
}
h2 {
	font-size: 1.4em;
	color: #5C320F;
	background-color: #D0D2D7;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #8D592D;
	border-left-color: #8D592D;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: #8D592D;
	border-bottom-color: #8D592D;
}
h3 {
	font-size: 1.2em;
	color: #0C1A3E;
	background-color: #D0D2D7;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #8C8E92;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #8C8E92;
	border-bottom-color: #8C8E92;
	border-left-color: #8C8E92;
	border-left-style: dotted;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	color: #5C320F;
	border: thin none #E6E4DA;
}
h5 {
	font-size: 1.1em;
	color: #273047;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E6E4DA;
	border-right-color: #E6E4DA;
	border-bottom-color: #E6E4DA;
	border-left-color: #E6E4DA;
}
h6 {
	color: #273047;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5DFDA;
	font-size: 1em;
}



caption {
	text-align: left;
}
.filename {
	font-weight: bold;
	font-style: italic;
}
.wobbie {
	font-family: "Courier New", Courier, mono;
}
.title {
	font-weight: bold;
	font-style: italic;
}
.red {
	color: #993300;
}
.code {
	font-family: "Courier New", Courier, mono;
	color: #663333;
	font-size: 1.1em;
	font-weight: bold;
}


.authorHome {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-weight: normal;
	font-size: .8em;
	font-style: italic;
	color: #000033;
}
.quote {
	font-weight: normal;
	color: #000033;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 120%;
}

.questions {
	font-style: italic;
	color: #333333;
	font-size: .8em;
}
.bold {
	font-weight: bold;
	color: #000033;
}

.spacedOutText {
	color: #565656;
	letter-spacing: 3px;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
TR.RowOverOdd {
	background-color: #E8E2DD;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
TR.RowOverEven {
	background-color : #D0D2D7;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
TR.darkBG
 {
	background-color : #273047;
	color: #F3F2EE;
}
TR.darkMedBG
 {
	background-color : #929BC2;
	color: #DDE7F1;
}
TD.darkCELL
 {
	background-color : #003366;
	color: #DDE7F1;
}
TR.lightBG
 {
	background-color : #D0D2D7;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
TD.sidebarTOP
 {
	background-color : #003366;
	color: #DDE7F1;
	width:120px
}

TD.sidebarBOTTOM
 {
	background-color : #DDE7F1;
	width:120px
}

TD.outsideColumn
 {
	width:200px
}

#navcontainer
{
	width: 100%;
	margin: 0 auto;
	padding: 1em 0;
	font-family: "Trebuchet MS", sans-serif, Helvetica;
	font-size: 0.82em;
	text-align: center;
	text-transform: none;
	background-image: url(../images/backgrounds/_2010design/_transparentBlue8.png);
	font-weight: bold;
	border: 1px dotted #565656;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 90%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	color: #F3F2EE;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/buttons/_btnUp8.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#navcontainer ul#navlist li a 
{
	width: auto;
	text-decoration: none;
}

ul#navlist li#active a
{
	color: #000066;
	text-decoration: none;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #000;
	border-color: #aaab9c #fff #fff #ccc;
	background-image: url(../images/buttons/_btnOver8.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}


.imageBorder {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #273047;
	border-right-color: #273047;
	border-bottom-color: #273047;
	border-left-color: #273047;
}

#pullquote {
	padding: 6px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 140px;
	background-image: url(../images/backgrounds/_2010design/pullquote.png);
	border: 2px none #E2D7C0;
}
#pullquote ul li {
	margin-left: -20px;
}

.smallish {
	font-size: .75em;
}
.topic {
	text-transform: uppercase;
	color: #1A5077;
}

.review {
	background-color: #EFEEDE;
	color: #600;
}
.rightAlign {
	text-align: right;
}
.gd217 {
	text-align: center;
	background-color: #7485AF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	padding-right: 6px;
	padding-left: 6px;
	border-top-color: #273047;
	border-right-color: #273047;
	border-bottom-color: #273047;
	border-left-color: #273047;
}
.cis212 {
	text-align: center;
	background-color: #C69061;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 2px;
	margin-left: 2px;
	border-top-color: #737C92;
	border-right-color: #737C92;
	border-bottom-color: #737C92;
	border-left-color: #737C92;
}
.officeHour {
	text-align: center;
	background-color: #E8CCB3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	padding-right: 4px;
	padding-left: 4px;
	border-top-color: #D5B090;
	border-right-color: #D5B090;
	border-bottom-color: #D5B090;
	border-left-color: #D5B090;
}
.meeting {
	text-align: center;
	background-color: #DAD8D0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	padding-right: 6px;
	padding-left: 6px;
	border-top-color: #9E9FA4;
	border-right-color: #9E9FA4;
	border-bottom-color: #9E9FA4;
	border-left-color: #9E9FA4;
	margin-right: 2px;
	margin-left: 2px;
}
.centerCell {
	text-align: center;
}
.compressedText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}
.time {
	padding-right: 8px;
	text-align: right;
}
.compressedText tr .gd217 strong {
	padding-top: 4px;
}
