/* main.css
 * Main document 
 */

/* --------------------------------
 * ---   LINKS					---
 * -------------------------------*/

A.small_menu:link,
A.small_menu:hover,
A.bottom_bar:link,
A.bottom_bar:hover {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
color: #FFFFFF;
text-decoration: underline;
}

A.small_menu:visited,
A.bottom_bar:visited {
font-family: verdana, arial;
font-weight: normal;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
}

/* Printer friendly anchor */
A.printer:link,
A.printer:visited {
text-decoration: none;
color: #000000;
}

A.printer:hover {
	text-decoration: underline;
    color: #000000;
}


A:link {
font-family: verdana;
/* font-weight: normal; */
/* font-size: 10pt; */
text-decoration: underline;
color: #00498C;
}

A:visited {
	font-family: verdana;
	/* font-weight: normal; */
	/* font-size: 10pt; */
	text-decoration: none;
	color: #00498C;
}

A:hover {
	font-family: verdana;
	/* font-size: 10pt; */
	text-decoration: underline overline;
	color: #00498C;
}

A.publink:link,
A.publink:hover,
A.publink:visited {
text-decoration: underline;
font-weight: normal;
font-family: arial;
}

/* ---------------------------------
 * ----		BODY and Paragrphs	----
 * --------------------------------*/

BODY {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
color: #00498C;
/* padding-left: 156; */
}

BODY.pop {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
width: 425;
color: #00498C;
padding-left: 0;
}


P {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
color: #00498C;
text-align: justify;
}

P.small_menu,
P.bottom_bar {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
color: #FFFFFF;
text-align: center;
/* text-decoration: none; */
}

.printer_friendly {
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	text-decoration: none; 
	text-align: right;
}


.details {
	font-family: verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #00498C;
	text-decoration: none; 
}

.bsb {
        font-family: arial, verdana;
        font-weight: bold;
        font-size: 10pt;
        color: #00498C;
	font-variant: small-caps;
        /* text-decoration: none; */
}

/* For items showing publicity about us */
.pubtitle {
        font-family: arial;
        font-weight: bold;
        font-size: 10pt;
        color: #00498C; 
        text-decoration: none;
		text-align: left;
		vertical-align: middle;
}

.pubtext {
        font-family: arial;
        font-weight: normal;
        font-size: 10pt;
        color: #00498C; 
        text-decoration: none;
		text-align: justify;
		vertical-align: middle;

}

P.main_navbar{
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 8pt;
	/* color: #00498C; */
	color: #004D9C;
	text-align: center;
}

P.pop_navbar{
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 8pt;
	/* color: #00498C; */
	color: #004D9C;
	text-align: center;
}


/* ---------------------------------
 * ----		HEADERS				----
 * --------------------------------*/

H1 {
font-family: verdana, arial;
font-weight: normal;
font-size: 14pt;
color: #00498C;
}

H2 {
font-family: verdana;
font-weight: bold;
font-size: 12pt;
color: #00498C;
}

H3 {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
font-style: italic;
color: #00498C;
}

/* ---------------------------------
 * ----		LISTS				----
 * --------------------------------*/


UL {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;  
 /* font-style: normal; */
 /* line-height: 1.5em;     */
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #00498C;
 text-decoration: none;
 /* background-color: #CCCCCC; */
 text-indent: 2px; 
 text-align: justify;
 /* list-style-position: outside; */
 /* list-style-image: url(images/bullet_blue_7.gif);   */
 list-style-type: square; 
}

OL {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;  
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #00498C;
 text-decoration: none;
 text-indent: 2px; 
 text-align: justify;
}

/* ---------------------------------
 * ----		TABLES				----
 * --------------------------------*/


.table_element {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
color: #00498C;
/* text-align: left; */
/* text-decoration: none; */
}

TH {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	}

TABLE.poptable {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #00498C;
	width=400;
	border:0px none;
	}

TABLE.titletable {
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #00498C;
	width=300;
	border=0px none ;
	}

TD.titletable_left {
	width=225;
	align: center;
	valign: middle;
}

TD.titletable_right {
	width=75;
	align: center;
	valign: middle;
}

/* Table for pubs */
TABLE.pubtable {
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #00498C;
	width=280;
	border=0px none ;
}

/* Table for the right section of site. */
TABLE.main_pages {
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #00498C;
	width: 95%;
	height=100%;
	/* border=1px; */
	align: center;
	valign: top;
}

/* **********************************
*  *****      FORMS        **********
*  ******************************* */
/* 
form {
	font-family: Verdana, Arial;
        font-weight: normal;
        color: #00498C;
	font-size: 10pt;
}

input {
        font-family: Verdana, Arial;
        font-weight: normal;
        color: #00498C;
        font-size: 10pt;
}
*/

