/*footer*/
.footer {
	font-size: 9px;
}

/*side navigation for the study guide*/
a.sidenavi:link  {
	font-size: 9px;
	color: #913d2e;
	text-decoration: underline;
}
a.sidenavi:active{
	font-size: 9px;
	color: #913d2e;
	text-decoration: underline;
}
a.sidenavi:visited{
	font-size: 9px;
	color: #913d2e;
	text-decoration: underline;
}
a.sidenavi:hover {
	font-size: 9px;
	color: #FF0000;
	text-decoration: underline;
}

/*language selector*/
a.lang:link  {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a.lang:active{
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a.lang:visited{
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a.lang:hover {
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}

/*bottom right go to top navigation*/
a.top{
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

/*small font*/
.contentsmall {
	font-size: 10px;
}

/*subject header*/
.subjectHeader {
	font-size: 18px;
	color: #913D2E;
	font-weight: bold;
}

/*outline header*/
.outlineHeader {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/*module header*/
.moduleHeader {
	font-size: 12px;
	font-weight: bold;
}

/*body*/
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*code example text*/
.codeText {
	font-family: "Courier New", Courier, monospace;
}

/*drop down menu*/
#topbar{
	position:  absolute  ;
	padding: 0px;
	width: 30px;
	z-index: 100;
	overflow: visible;
	background-color: #FFFFCC;
	border: 1px solid black;
	left: 5px;
	top: 0px;
}

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ 
	background-color: yellow;
}

a.subnavi:link  {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a.subnavi:active{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a.subnavi:visited{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a.subnavi:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
}

.mgmtContent {
	text-align: justify;
}
.mgmtPhoto{
	padding-left:10px;
}
