/*
 *	base.css
 *
 *	This file defines the basic styles for the site.
 *	The main content should use these styles except
 *	in special cases.
 *	In other words, this file should style the elements as they should
 *	look in the main content area.
 */


/*
 *	Required style defs
 */
body
{
	/* recommended styles */

	/* add custom styles here */
	font-family: Arial, verdana, sans-serif;
	background-color: #000;
}

body#elj
{
	font-family: Arial, verdana, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #fff;
}

body *
{
	line-height: 1.5em;
}

h1, body#elj h1
{
	/* recommended styles */

	/* add custom styles here */
	font-size: 115%;
	color: #005aab;
	font-weight: bold;
	text-transform: uppercase;
}

h2, body#elj h2
{
	/* recommended styles */

	/* add custom styles here */
	font-size: 100%;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}

h3, body#elj h3
{
	/* recommended styles */

	/* add custom styles here */
	font-size: 100%;
	font-weight: bold;
}

a, body#elj a
{
	color: #000;
	text-decoration: underline;
}
a:link
{}
a:visited
{}
a:hover
{
	text-decoration: none;
}
a:active
{}

p
{
	/* recommended styles */

	/* add custom styles here */
	padding-bottom: 1.3em;
}

ul
{
	/* recommended styles */
	list-style: disc outside;
	margin-left: 2em;

	/* add custom styles here */
	padding-bottom: 1em;
}
ol
{
	/* recommended styles */
	list-style: decimal outside;
	margin-left: 2.5em;

	/* add custom styles here */
	padding-bottom: 1em;
}

hr{}

div {}

li {}

input {}

select {}

/* reset.css removes this */
strong
{
	font-weight: bold;
}

/* reset.css removes this */
em
{
	font-style: italic;
}


/*
 *	Optional style defs
 *
 *	These are elements that should be specified
 *	for a more complete style sheet.
abbr
acronym
button
 */
table
{
	/* recommended styles */

	/* add custom styles here */
}
caption
{
	/* recommended styles */

	/* add custom styles here */
	font-weight: bold;
}
th
{
	/* recommended styles */

	/* add custom styles here */
	font-weight: bold;
}
td
{
	/* recommended styles */

	/* add custom styles here */
}
blockquote
{
	/* recommended styles */

	/* add custom styles here */
	padding-left: 2em;
}
cite
{
	/* recommended styles */
	font-style: italic;

	/* add custom styles here */
}
code
{
	/* recommended styles */
	white-space: pre;

	/* add custom styles here */
}
/*
dd
h4
h5
h6
...
 */

