/* Panes for content */

#toppane {

	left : 0px;
	top : 0px;

	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;

	width: 100%;
	height: 70px;

	background-color: #000000;
}

#toptitle {
	position: absolute;
	top: 5;
	right: 5;
}

#topnavbar {

	position : absolute;
	top: 10px;
	left: 20px;
	
	font-family: verdana;
	font-size: 12;
	color: #ffffff;
	/*font-weight: bold;*/
	font-color: white;	

}

#leftpane {
	position: absolute;
	left : 0px;
	top : 70px;
	width : 150px;
	height: 100%;
	margin-left : 10px;
	margin-top : 20px;
	color : #000000;
}


#rightpane {

	position : absolute;
	right: 10px;
	top : 70px;
	width : 140px;
	margin-left : 10px;
	margin-top : 20px;
	color : #000000;
	
}


#contentpane {

  position: absolute;
  left: 150px;
  top: 70px;
  right: 180px;
  margin-left : 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  color : #000000;
}


#bottompane{
  
  margin-left : 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  
  width: 100%;
  height: 100px;
  
}


/*
Title of articles, notes, page.
Boldface with gray background, center aligned.
*/
.titlestyle{
	width: 50%;
	text-align: center;
	font-weight: bold;
	background-color: #dddddd;
	font-family: verdana;
}


/* Footer Content Style */
.bottomcontent{

	font-family: verdana;
	font-size: 12;
	background-color: #eeeeee;	
	margin-top: 10px;
	text-align: center;

}

.leftlinksheader{

	width: 100%;
	background-color: #0000cd;
	padding : 3px;
	color: #ffffff;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;

}

.leftlink{

	width: 100%;
	background-color: #dddddd;
	padding : 3px;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	color: #0000ff;
	
}


.rightlinksheader{

	width: 100%;
	background-color: #0000cd;
	padding : 3px;
	color: #ffffff;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;

}

.rightlink{

	width: 100%;
	background-color: #dddddd;
	padding : 3px;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	color: #0000ff;
}



/* Anchor's Styling */

a.topnavanchor {
	color: white;
	text-decoration: none;
	/*font-weight: bold;*/
}

a.topnavanchor:visited{
	color: white;
	text-decoration: none;
	/*font-weight: bold;*/
}

/* The hover selector needs to be after the visited selector */
a.topnavanchor:hover{
	color: red;
}

a.bottomnavanchor {
	color: #0000ff;
	text-decoration: none;
	/*font-weight: bold;*/
}

a.bottomnavanchor:visited{
	color: #000055;
	text-decoration: none;
	/*font-weight: bold;*/
}

/* The hover selector needs to be after the visited selector */
a.bottomnavanchor:hover{
	color: red;
}


a{
	color: #0000FF;
	/*text-decoration: none;*/
	font-weight: normal;
}

a:visited{
	color: #000055;
}

a:hover{
	color: red;
}


/* Other Elements Styling */
p
{
	font-family: verdana;
	font-size: 10pt;
	text-align: justify;

}

p.centered
{
        font-family: verdana;
        font-size: 10pt;
        text-align: center;
}

p.left
{
        font-family: verdana;
	font-size: 10pt;
	text-align: left;
}

li {
        font-family: verdana;
        font-size: 10pt;
        text-align: justify;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: square;
}

h1,h2,h3,h4,h5{
	font-family: verdana;
	color: #0000cd;
}

td{
        font-family: verdana;
        font-size: 10pt;
	border-color: gray;
	border-style: solid;
	padding: 5px;	
}

table{
	border-width: 0px;
}

th{
        font-family: verdana;
        font-size: 10pt;
	background-color: #0000CD;
	color: #FFFFFF;	
        padding: 2px;
        border-style: solid;

}

table.noBorder{
        border-color: white;
	border-width: 0px;
}

td.noBorder{
	border-width: 0px;
        border-color: white;
}



