/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

h1 {
	font: bold large Arial, sans-serif;
	color: #43616B;
	margin-top: 0px;
	}

#news h2 {
	color: #DEE6FE;
	margin-top: 10px;
}

h2 {
	font: large Arial, sans-serif;
	color: #CC0000;
}

h3 {
	font: large Arial, sans-serif;
	line-height: 1.5em ;
	color: #333;
}

h4 {
	font: bold medium Verdana, sans-serif;
	color: #9C1A1E;
	margin-bottom: 15px;
	text-align: center;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #43616B;
	margin-top: 2px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

p {
	font: 0.7em/1.5 Verdana, sans-serif;
}

th {
    background: #ccc;
}

p.term {
    font: 0.55em Verdana, sans-serif;
    border: 1px solid #d8d8d8;
    padding:10px ;
}

p.indent50 {
    margin-left: 50px;
    font: bold 1.0em/1.3 Verdana, sans-serif;
}

input, select {

	background: #f4f4f4;
	border: 1px solid #d8d8d8;
	font-family: Verdana, sans-serif;
	margin: 1px;
	padding: 2px;
}

.radio {
    background: none;
    border:none;
}


label {
    font: 0.8em Verdana, sans-serif;
}

#asetse {
	text-align: right;
	padding: 5px 85px 0px 0px;
}

#aptp {
	text-align: right;
	padding: 70px 50px 0px 0px;
}

#center p {
	font: 0.8em/1.7 Verdana, sans-serif;
}

.quote {
    font: italic bold 0.9em/1.5 Verdana, sans-serif;
	color: #000;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 20px ;
	padding-right: 20px ;
	text-align: left;
}

.gentext {
    font: 0.8em/1.7 Verdana, sans-serif;
}

.genmed {
    font: 1.2em/1.3 Verdana, sans-serif;
}

.genbold {
    font: bold 1.0em/1.3 Verdana, sans-serif;
}

#footer p {
	margin: 20px;
	text-align: center;
}

a {
	color: #34339B;
	text-decoration: none;

}

a:hover {
    background: red ;
	color: white;
	text-decoration: underline;
}

hr {
	color: #ccc;
	height: 1px solid;
	width: 95%;
	}

a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}





td {
     font: 0.6em verdana, sans-serif;
     border-top: 1px solid #ccc;
}

td.partners {
    height: 60px;
    background-color: #fff;
    text-align : left;
}

td.partnersBottom {
    height: 60px;
    background-color: #fff;
    text-align : left;
    border-bottom: 1px solid #ccc;
}

div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 153px;
	background-color: #5C6F90;
	}

div#alphabet a {
	font: 1.0em verdana, sans-serif;
	background-color: #fff;
}

div#alphabet a:hover {
	background-color: red;
	font: 1.0em verdana, sans-serif;
}


div#top a:hover {
	background-color: #43616B;
	}

.textbox {					/* Until IE understands <css> input[type="file"] { </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
	padding: 4px;
	font:  small verdana, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	}


.date {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	}



#crumb {
	font-size: small;
	}

p.crumb a:hover {
	background-color: red;
	color: white;
	}

/*
------------------------------- layout -----------------------------

Notes:

Do not mix px widths with % widths for margins, borders or padding because
the total box width = set width + padding + border.  (It helps if you can add them together)

The box model hack is used to fix an bug in IE5-Win ...for an explanation from the guy that
wrote it go to http://www.tantek.com/CSS/Examples/boxmodelhack.html

IE6-Win will behave like IE5-Win  if you include <?xml version="1.0"?>  It is apparently
unneccessary so leave it out!

Left Col Widths:
 |  pad   |         width        |  pad   |
 ------------------------------------------
 |   0    |          25%         |   0    |

Center Margins:
 |  marg  |         width        |  marg  |
 ------------------------------------------
 |   25%  |        (auto)        |   25%  |

Right Col Widths:
 |  pad   |         width        |  pad   |
 ------------------------------------------
 |  1.5%  |          22%         |  1.5%  |				total width= 25%


*/

#top {
	padding: 0px;

	border-bottom: 0px solid #A5B5C6;
	}

#center {
	margin: 0px 0px 5% 141px;
	padding: 0px 10px 5% 10px;
	width: 400px;
	color: #000;
	background:white;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

#center50 {
	width: 320px;
	padding: 0px 0px 0px 10px;
	margin-left: 141px;
	color: #000;
	background:white;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

#left {
	position: absolute;
	padding: 0px;
	top: 125px;
	width: 130px;
    background:white;
	color: #000;
	}



#col3 {
	position: absolute;
	width: 205px;
	top: 110px;
	padding: 0px 10px 5% 10px;
	overflow: hidden;
	margin-left: 565px;
	background-color: white;
	border-right: 1px solid #CCCCCC;
}

#right50 {
	position: absolute;
	top: 120px;
	padding: 0px 0px 0px 10px;
	margin-left: 475px;
	width: 305px;
	background-color: white;
	border-right: 1px solid #CCCCCC;
}



#double,#double2  {
	margin: 1px 0px 5% 136px;
	padding: 0px 5px 0px 5px;
	width: 641px;
	color: #000;
	background:white;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#double2 {

	width: 660px;
}

div.blue_box { /* Our blue boxes */
	background: #DEE6FE;
	width: 200px;
	border: 1px solid #000066;
}

div.blue_box h6 { /* level 3 headings inside our blue boxes */
	background: #000066;
	color:white;
	margin: 0px;
	padding: 5px;
	text-align: center;
}

div.blue_box p.white_box { /* the white box pragraph in our blue boxes */
	background: #DEE6FE;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

#otherleftstuff {
	width: 88%;
	padding: 10px 6% 40px 6%;
}


.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
	}

div#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
	}

#topcontent h2, #topcontent p {
	display: inline;
	margin-right: 0.5em;
}

#footer {
	clear: both;
	width:790px;
	border-top: 1px solid #ccc;
	background-color: #fff;
	color: #000;
}

col3#news p.row span.leftcol {
	float: left;
	color: white;
	padding: 15px;
	}



ul#bullets li {
    list-style: square;
    font: 0.7em/1.5 Verdana, sans-serif;
    padding: 0;
    margin-bottom: 10px ;
    margin-left: -20px ;
}

ol#numbers li {
    list-style: decimals;
    font: 0.7em/1.5 Verdana, sans-serif;
    padding: 0;
    margin-bottom: 10px ;
    margin-left: 0px ;
}

ol#letters li {
    list-style: upper-alpha;
    font: 0.9em/1.5 Verdana, sans-serif;
}

ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #D6D6D6;
	}

ul#mainnav li {
	display: block;
	border-top: 1px solid #CCC;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 3px 6%;
	background-color: white;
	font: 0.8em /1.5 Verdana, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #0000C0;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color: red;
	color: #eee;
	}

ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	border: 0px solid white;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	border: 0px solid green;
	padding-left: 1.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	border: 0px solid white;
	}

ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}


.posr {
    position: relative ;
    left: 60%;
}



/* ---------------------------------------------------------------------*/

