/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.22 verdana,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace; line-height:99%;}

/* -- General Text Design -- */
	/* -- headers -- */
h1 {
	color: #39c;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 0 8px;
	}

	/* -- used for index page, footer, right nav for member pages => this should be changed to have a specific style for these pages, and have the main-content h2 becomes the main h2-- */
h2 {
	color: #39c;
	font-size: 2.1em;
	font-weight: normal;
	margin: 0 0 8px;
}
#main-content h2 {
	font-size: 1.7em;
	color: #000;
	}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 8px;
}

h4 {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 8px;
}

h5 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 8px;
}

h6 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0 10px 4px;
}


	/* -- miscellaneous -- */

#contentWrapper p, #contentWrapper ul, #contentWrapper ol, #lmBlurbsArchive {
	font-size: 1.1em;
	color: #666;
	margin: 0 0 12px;
}


.bold {font-weight:bold;}
.italic {font-style:italic;}

img.left {float:left; padding: 5px 35px 5px 0;}
img.right {float:right; padding: 5px 0 5px 5px;}
img.center {display:block;margin:0 auto; padding: 5px 0;}

blockquote {padding:12px 25px;}


	/* -- links -- */
a {
	text-decoration: none;
	color: #39c;
}

a:hover {
	text-decoration: none;
	color:#c60;
}


	/* -- tables -- */

#main-content table {margin: 0 0 12px;}

#pageWrapper #content table th {
	color:#000;
	font-size: 1em;
	font-weight:bold;
	margin:15px 0 10px 4px;
}



	/* -- lists -- */

#main-content ul{
	list-style-type: disc;
	padding-left: 25px;
}
#main-content ol{
	list-style-type: decimal;
	padding-left: 25px;
}
#main-content li { margin-bottom: 4px; }
#main-content li ul, #main-content li ol {
	font-size: 1em;
	margin: 6px 0 0;
}

#main-content ul.bulleted{
	list-style-type:disc;
	margin-left:17px;
}
#main-content ul.bulleted li{
	line-height: 1.2 !important;
}
#main-content ul.bulleted ul{
	margin-bottom:0;
}

#main-content ul.nobullet, #main-content ul.nobullets {list-style-type:none;}
#main-content ol.loweralpha {list-style-type:lower-alpha;}
#main-content ol.roman {list-style-type:lower-roman;}
