@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #666;
	text-align: center;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 88.5%; /* Resets 1em to 10px */
}

/* Banner */

#banner{
	width: 766px;
}

#banner .top{
	width: 766px;
	height: 25px;
	background-image:url(../images/top.gif);
}

#banner .bottom{
	width: 766px;
	height: 32px;
	background-image:url(../images/bottom.gif);
}

#banner .main{
	width: 766px;
	background: url(../images/middle.gif) repeat-y;
}

#banner .main img{
	border: 1px solid #666;
}

/* Main Area */

#container{
	width: 766px;
	background: url(../images/middle.gif) repeat-y;
}

#container .top{
	width: 766px;
	height: 25px;
	background-image:url(../images/top.gif);
}

#container .bottom{
	width: 766px;
	height: 32px;
	background-image:url(../images/bottom.gif);
}

#container .main{
	width: 676px;
	background-color:#FFFFFF;
	text-align:center;
}

#container .main .menu{
	width: 150px;
	float: left;
	text-align: left;
	background-color: #FFF;
}

#container .main .content{
	text-align: left;
	background-color:#FFF;
	line-height: 1.5em;
	margin-left: 170px;
}

#container #clear_both{
	clear:both;
}

/*Menu Styling*/

#container #menu .moduletable{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.moduletable h3 {
	background:#fff;
	color:#000;
	padding:0;
	padding-bottom: 5px;
	text-align:left;
	font-size:1.1em;
	margin:0;
	border-bottom:1px solid #fff;
}

ul#mainlevel{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

ul#mainlevel li{
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
}

ul#mainlevel li a{
	display: block;
	color: #3f749d;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: none;

}
html>body ul#mainlevel li a {
width: auto;
}

ul#mainlevel li a:hover,a#active_menu:link,a#active_menu:visited{
	color: #990000;
} 

/* Sublevel */

ul#sublevel li{
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 15px;
}

ul#sublevel li a{
	display: block;
	color: #3f749d;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: none;

}
html>body ul#sublevel li a {
width: auto;
}

ul#sublevel li a:hover,a#active_menu:link,a#active_menu:visited{
	color: #990000;
} 

a.mainlevel:link, a.mainlevel:visited {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
	color: #3f749d;
	font-weight: bold;
	text-decoration: none;
}

a.mainlevel:hover {
	color: #990000;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #990000;
}

a.sublevel:link, a.sublevel:visited {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-left: 10px;
	padding-left: 10px;
	color: #3f749d;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel:hover {
	color: #990000;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #990000;
}


/* Pathway */
#pathway{
	text-align:left;
	padding-bottom: 10px;
	overflow: hidden;
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

/* Form */
form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	padding: 0;
	margin: 0;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #3f749d; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #990000;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;

}

table.contentpaneopen td {
   padding-right: 5px;
   
}

table.contentpaneopen td.componentheading {
	
}

table.contentpane {
  	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	color: #666;
	text-align: left;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	font-size: 12px;
	

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	border-bottom: 1px dotted #000;
      border-right: 1px dotted #000;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	color: #666666;
	text-align: left;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  	color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.footer{
	font-weight: bold;
	padding: 5px;
	font-size:smaller;
}

.footer a:link, .footer a:visited {
	color: #990000;	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	color: #FFF; text-decoration: none;
	font-weight: bold;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 10px;
}

ul li{
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 10px;
}

.myMenu{
 padding-bottom: 5px;
}

/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1		{  }
H2		{  }
H3		{  }
H4		{  }
H5		{  }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
DIV.navigation		{   }
DIV.flushleft		{   }
DIV.center		{   }
DIV.LaTeX		{   }
DIV.logo-LaTeX		{   }
SPAN.textit		{ font-style: italic  }
SPAN.textbf		{ font-weight: bold  }
