/*
-----------------------------------------------
LeePA Base Styles
Author:   Brad Welborn
Version:  16 Aug 2007
----------------------------------------------- */

/* Remove all browser based default settings.  :: Do Not Remove ::
-----------------------------------------------
*/
html{height: 100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { font-family: Tahoma, Arial, Helvetica, sans-serif; color:#000000; margin: 0; padding: 0; font-weight: normal;}
table{border-collapse: collapse; border-spacing:0;}
fieldset, img{border:0;}
address, caption, cite, code, dfn, em, strong, th, var{font-style: normal; font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
q:before{content: normal;}
q:after{content: normal;}
body{ font-size: 75%; }

/* End of Default Settings  :: Do Not Remove ::
-----------------------------------------------
*/

body
{
	background-color : white;
	margin : 1.3em 1em 1em 3em;
	padding-bottom : 3em;
	font-weight: bold;
}

h1
{ 
	margin : .5em 0;
	font-size : 2em;
	text-transform : uppercase;
	font-weight: bold;	
} 

h2
{ 
	font-size : 1.2em;
	text-transform : uppercase;
	font-weight: bold;
	margin : .5em 0;
}
 
h3
{
	font-weight: bold;
}

p
{
	margin: .5em 0;
}

#discontinued
{
	background-image: url(images/limitedTime.gif);
	width: 380px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 1em auto;
	padding-left: 150px;
	padding-right: 19px;
	padding-top: 20px;			
}

#discontinued p
{
	font-size: 12px;
}

#lastModified
{
	text-align: right;
	font-size: xx-small;
}

.center
{
	text-align: center;
}

.clear
{
	clear: both;
}

.separated
{
	margin-top: 2em;
}

.leftColumn
{
	float: left;
	width: 45%;
	margin: .5em 0;
}

.rightColumn
{
	float: right;
	width: 45%;
	margin: .5em 0;
}

h3.online
{
	background-image: url(images/online.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

ul.itemList
{
	list-style-type: none;	
}

ul.itemList h3
{
	padding-left: 1.5em;
} 

ul.itemList li
{
	margin: 2em 0;
	
}

.nobr
{
	white-space: nowrap;
}


ul.itemList li > ul.itemList li
{
	
	margin: .25em 0;
	
	
}

