/***********************************************/
/* Aboriginal Education Research Forum          */
/***********************************************/



body{
	font-family: Arial,sans-serif;
	font-size: 95%;
	color: #333333;
	line-height: normal;
	font-style:normal;	
	margin: 0px;
	padding: 0px;
	width: 800px;
}

a:link, a:visited, a:hover {
	color: #710000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #710000;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 16px;
 color: #710000;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 color: #710000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}



ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: disc;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 2px solid #EEDCB9;
	width: 100%;
}

#navBar{
	position: absolute;
	float: left;
	margin: 0px;
	font-size:14px;
	left: 2px;
	padding: 0px;
	background-color:#EEDCB9;
	text-align:left;
	width: 154px;
}

#container {
  background: url(images/background.gif);
  width: 100%;
  border-bottom: 2px solid #EEDCB9; 
}

.clearing:after {
  content: ".";0
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearing {
  display: inline-block;
}


#content{
  	width: auto;
	margin-left: 165px;
	padding: 0 3% 0 0;
}



#globalNav{
color: #cccccc;
padding: 0px 0px 0px 5px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;	    
}




/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0; }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEDCB9;  line-height: 150%; }

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-size: 90%;
	
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


.im_pos {
	float:left;
	width: auto;
	padding: 0;
	margin: 0;
}

.text_pos {
	float:left;
	width: 75%;
	margin-left: 10px;
	padding: 0;
}

.smalltext {
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	text-decoration:none;
}

.indent {
	margin-left: 20px;
}

.textbox {
   margin-right: 40px;   
}

.alt_rowbg {
	background-color: #f5f5f5 ;
}
.agenda_rowbg {
	background-color: #f6e7ca;
}


caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 14px;
	text-align:center;
	color:#710000;
}

.left_image {
	float: left;
	margin-left: 20px;
	margin-bottom:10px;
}

.right_text {
	float: left;
	width: 70%;
	margin-left: 25px;
	margin-bottom: 20px;
}

.indent_list {
	padding-left: 20px;
	padding-bottom: 10px;
}

#heading {
background: #fceed4;
padding: 5px;
color: #710000;
font-weight: 500;
}

.footer_bar {background-color:#EEDCB9;
height: 5px;
}

.browntextbold {
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#710000;
}

.browntext {
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
color:#710000;
}
table#common {
width: 100%;
padding: 0;
border-collapse: collapse; 
}

table#common th{
border: 1px solid #710000;
padding: 3px; 
}

table#common td{
border: 1px solid #710000;
padding: 3px; 
}

