/*
Medium blue	#2B64A0
Light blue		#5BA1C3
Dark blue		#191970
*/

* { margin:0; padding:0; }

body
{
	margin: 0 auto;
	background: #f4f4f4 url('images/bg.gif') repeat-y top center;
}

a:link, a:visited
{
	color: #003366;
	border-bottom: 1px solid #efefef;
	font-family: Verdana, Arial, sans-serif;
}

a:hover
{
	color: #000000;
	text-decoration: none;
	background-color:#DBE4EB;
}

a:link img, a:visited img, a:hover img 
{	
	border:0; text-decoration:none; background:none;
}

a#programs
{
	color: #607080;
}

h1, h2
{
    font-size: 12px;
	font-family:  Verdana, Arial, sans-serif;
	color: #191970;
	font-weight: bold;
	padding-left: 4px;
}

h3, h4
{
    font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color:  #2F4F4F;
	font-weight: bold;
	padding-left: 8px;
}

img {border:0;}

li
{
	/*list-style-type: none;*/
	line-height: 160%;
}

.basictext
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 145%;
	color: #607080;
}
	
.darktitle
{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.errortext
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 145%;
	color: #FF0000;
}

.logo
{
	text-align:left;
	border:none;
	margin: 10px 0 0 10px;
	text-decoration:none;
	background-color:none;
}

.search
{
	color: #888888;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size:11px;
	margin-left:10px;
}

.title
{
	position:absolute;
	margin-left:-9999px;
}

#block
{
	padding: 12px;
	font-family: Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	color: #607080;
}

#breadcrumb 
{
    text-align: right;
	color: #999999;
	padding-bottom: 11px;
}

#breadcrumb a:link, #breadcrumb a:visited
{
	color: #999999;
	text-decoration: none;
}

#breadcrumb a:hover
{
	color: #aaaaaa;
	text-decoration: none;
}

#content
{
	float: right;
	width: 570px;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 16px;
	border-left: 1px solid #EFEFEF;
	font-family: Verdana, Arial, sans-serif;
	line-height: 145%;
	color: #607080;
}

#content h3, h4
{
	font-family: Verdana, Arial, sans-serif;
	color:  #2F4F4F;
	/* font-weight: bold;  */
        padding-left: 0px;
	font-size: 16px;
	font-weight:lighter;
}

#content h5
{
	font-weight: bold;
	color: #20B6FE;
	font-size: 18px;
}	

#content ul 
{
	margin-top:10px;
	padding-left: 15px;
	list-style-type: none;
}

#content ul li 
{
	margin-left: 1.5em;
	list-style:disc;
}

#content ol li
{
	line-height: 160%;
}

#content p 
{
	margin-top:10px;
}

#footer
{
	border-top: 1px solid #efefef;
    text-align: center;
	padding: 11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: lighter;
	color:#999999;
	display:block;
	clear:both;
	margin-top:20px;
}

#header
{
	vertical-align: top; 
	padding-bottom: 0px; /* JR was 11  */
	padding-left: 0px;
	padding-top: 0px;
	font-family: Georgia, Lucida, Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #00008B;
	border-bottom: 1px solid #efefef;
	background: #FFFFFF url(images/header_bg.jpg) repeat-y top right;
	height:113px;
}

#lefty
{
	float: left;
	margin: 8px;
	width: 150px;
	height: auto;
	color: #00008B;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
}

#lefty p
{
	width: 94%;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: #f9f9f9;
	color: #607080;
}

#main
{
	width: 780px;
	height: auto;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A52A2A;
}

#menu
{
	color: #00008B;
	/*margin: 0;    1px 0 1px 0  */
	padding: 4px 3px 4px 8px;  /* 4px 3px 4px 8px  */
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	text-align: left;
}

#menu a:link, #menu a:visited
{
	background-color: transparent;
	color: #003366;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #efefef;
	width:100%;
	text-decoration:none;
}

#menu a:hover
{
	color:#000000; /* #A52A2A  */
	text-decoration: none;
	background:#F2F6F9;
	/*border-bottom: 1px solid #efefef;*/
}

#menu li
{
	list-style:none;
}

#menu ul ul
{
	margin-left:22px;
}

#sidebar h2, h3
{
    font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color:  #2F4F4F;
	font-weight: bold;
	padding-left: 10px
}

a#redlink
{
	color: #8C1533;
	text-decoration: none;
}

a#regonline
{
	background-color: #8C1533;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}

a#download
{
	background-color: #FFFFFF;
	color: #8C1533;
}

a#ielogo
{
	background: #FFFFFF;
}

a#intext:link, a#intext:visited
{
	color: #003366;
	border-bottom: 1px solid #efefef;
	font-family: Times New Roman, Dutch, serif;
}

a#intext:hover
{
	color: #000000;
	text-decoration: none;
	background-color:#DBE4EB;
}

a#intext:link img, a#intext:visited img, a#intext:hover img 
{	
	border:0; text-decoration:none; background:none;
}

div#anniv
{
	margin: 0 0 200px 0;
}

div#bigfont
{
	font-family: Times New Roman, Dutch, serif;
	font-size: 20px;
	padding: 10px 10px 2px 10px;
}

div#boxedevent
{
	border: 1px solid #20B6FE;
	background-color: #DEDEDE;
	padding: 20px;
	margin: 10px 0 20px 0;
	text-align: center;
	font-family: Times New Roman, Dutch, serif;
	font-size: 15px;
	line-height: 145%;
}

div#boxedeventsans
{
	border: 1px solid #20B6FE;
	background-color: #DEDEDE;
	padding: 20px;
	margin: 10px 0 20px 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 145%;
}

div#boxedeventsm
{
	border: 1px solid #20B6FE;
	background-color: #DEDEDE;
	padding: 20px;
	margin: 10px 0 20px 0;
	text-align: center;
	font-family: Times New Roman, Dutch, serif;
	font-size: 13px;
	line-height: 125%;
}

div#boxedeventsm-left
{
	border: 1px solid #20B6FE;
	background-color: #DEDEDE;
	padding: 20px;
	margin: 10px 0 20px 0;
	text-align: left;
	font-family: Times New Roman, Dutch, serif;
	font-size: 13px;
	line-height: 125%;
}

div#boxedevent-left
{
	border: 1px solid #20B6FE;
	background-color: #DEDEDE;
	padding: 20px;
	margin: 10px 0 20px 0;
	text-align: left;
	font-family: Times New Roman, Dutch, serif;
	font-size: 15px;
	line-height: 145%;
}

div#boxedwhite
{
	border: 1px solid #20B6FE;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 10px 0 20px 0;
	text-align: center;
	font-family: Times New Roman, Dutch, serif;
	font-size: 14px;
	line-height: 145%;
}

div#clear-both
{
	clear: both;
}

div#event
{
	margin: 10px 0 20px 0;
	text-align: center;
	font-family: Times New Roman, Dutch, serif;
	font-size: 12px;
	line-height: 145%;
}

div#greentext
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #008800;
	text-align: center;
}

div#greysidebar
{
	width: 150px;
	border: 2px solid #CACACA;
}

div#greysidebar img
{
	padding: 5px;
}

div#hugefont
{
	font-family: Times New Roman, Dutch, serif;
	font-size: 60px;
	padding: 30px;
}

div#indentboth
{
	padding: 0 30px 0 30px;
}

div#indentleft
{
	padding: 0 0 0 30px;
}

div#leftalign
{
	text-align: left;
}

div#rssitem
{
	padding: 10px;
}

div#smallpara
{
	text-align: left;
	font-style: italic;
	width: 300px;
	padding: 10px 0 0 0;
}

div#smallital
{
	font-style: italic;
	font-size: 12px;
}

div#spacedlist
{
	line-height: 200%;
}

font#biggerheaderdark
{
	font-weight: bold;
	color: #191970;
	font-size: 20px;
}

font#biggerheadermed
{
	font-weight: bold;
	color: #2B64A0;
	font-size: 20px;
}

font#bigheader
{
	font-weight: bold;
	color: #5BA1C3;
	font-size: 16px;
}

font#bigheaderdark
{
	font-weight: bold;
	color: #191970;
	font-size: 16px;
}

font#bigheadermed
{
	font-weight: bold;
	color: #2B64A0;
	font-size: 16px;
}

font#bigheaderred
{
	font-weight: bold;
	color: #8C1533;
	font-size: 16px;
}

font#red
{
	color: #8C1533;
}

img#anniv
{
	padding: 0 0 30px 0;
}

img#enewsimg
{
	padding: 0 10px 0 0;
}

img#floatright
{
	float: right;
	padding: 10px;
}

img#ielogo
{
	padding: 20px 0 0 10px;
}

img#healthfair
{
	padding: 15px 0 0 0;
}

img#resources
{
	padding: 0 10px 0 10px;
}

img#sidelogo
{
	padding: 0 0 10px 0;
}

table#centertext
{
	text-align: center;
}

table#donorlevels td
{
	padding: 6px;
}

table#extra-padded td
{
	padding: 20px;
}

table#healthfair
{
	width: 450px;
}

table#healthfair td
{
	border: 1px solid #cacaca;
	padding: 5px;
	text-align: center;
}

table#healthfair th
{
	text-align: center;
}

table#padded td
{
	padding: 10px;
}

table#paddedless td
{
	padding: 5px;
}

table#photos
{
	border-spacing: 10px;
}

table#programs td
{
	line-height: 200%;	
}

table#prostate td#darkgrey
{
	background-color: #BABABA;
}

table#prostate td#lightgrey
{
	background-color: #DADADA;
}

table#resources td
{
	border: 1px solid #CACACA;
	padding: 10px;
	text-align: center;
}

table#somespacing
{
	border-spacing: 10px;
}

table#spacedsimple
{
	border-style: none;
}

table#spacedsimple td
{
	border-width: thin;
	padding: 5px;
	border-style: solid;
	border-color: gray;
}

table#titlebar
{
	width: 450px;
}

td#titlebar
{
	background-color: #BDD7E4;
	color: #012E46;
	font-weight: bold;
	width: 450px;
	text-align: left;
}

span#bluetext
{
	color: #5090C0;
	font-weight: bold;
}