/* main */
body
{
	background-color: #FFFFFF;
	font-family: Arial;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}


/* main */
#main-table
{
	width: 890px;
}


/* header */
#header-container
{
}
#header-logo
{
	width: 125px;
	text-align: center;
	float: left;
}
#header-slogan
{
	text-align: right;
}
#header-menu
{
	padding-top: 11px;
	text-align: right;
}


/* footer */
#footer-container
{
}
#footer-menu
{
	background-color: #EDEDED;
	height: 30px;
	text-align: center;
}


/* content */
#content-container
{
}
#content-left
{

	width: 125px;

	background-color: #ED301C;
	vertical-align: top;
}
#content-center
{
	width: 455px;
	background-color: #000000;
	vertical-align: top;
}
#content-right
{

	width: 290px;

	height: 100%;
	vertical-align: top;
}
#content-right-top
{
	height: 80px;
	background-color: #ED301C;
	padding: 6px;
	text-align: right;
	vertical-align: top;
}
#content-right-middle
{
	height: 250px;
}
#content-right-bottom
{
	height: 100%;
	background-color: #ED301C;
	padding: 20px 50px 20px 20px;
	vertical-align: top;
}
#content-right-bottom-home
{
	padding: 3px;
	vertical-align: top;
}
#content-minheight
{
	height: 280px;
}


/* top nav */
#top-nav

{

	color: #666666;

	font-size: 11px;

	vertical-align: bottom;

}
#top-nav a:link

{

	color: #666666;

	text-decoration: none;

}

#top-nav a:visited

{

	color: #666666;

	text-decoration: none;

}

#top-nav a:hover

{

	color: #CC0000;

	text-decoration: none;

}
#top-nav-div
{
	position: relative;
	top: 2px;
}

/* bottom nav */
#bottom-nav

{

	color: #666666;

	font-size: 10px;

	padding-top: 10px;

}
#bottom-nav a:link

{

	color: #CC0000;

	text-decoration: none;

}

#bottom-nav a:visited

{

	color: #CC0000;

	text-decoration: none;

}

#bottom-nav a:hover

{

	color: #CC0000;

	text-decoration: none;

}
#bottom-nav-div
{
	position: relative;
	top: 2px;
}


/* text */
#text-title
{
	padding: 0px 0px 5px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
#text-home1
{
	padding: 5px 0px 5px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #8C8C8C;
}
#text-home2
{
	font-size: 14px;
	color: #8C8C8C;
}

#text-home-highlight
{
	font-size: 11px;
	color: #8C8C8C;
}

#text-right-bottom
{
	font-size: 11px;
	color: #000000;
}


/* text-content */
#text-content
{
	padding: 25px;
	font-size: 12px;
	line-height: 18px;
	color: #CCCCCC;
}

#text-content a:link

{

	color: #cc0000;
	text-decoration: none;

}

#text-content a:visited

{

	color: #cc0000;
	text-decoration: none;

}


#content-table 
{
	font-size: 11px;
	line-height: 18px;
	color: #DEDEDE;
}


.small_table
{
	font-size: 12px;
	line-height: 14px;
	color: #DEDEDE;
}

tr.small_table
{
	border-bottom: 1px solid #333333;
	padding-bottom: 3px;
}

#text-content select
{
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
#text-content input
{
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

/* text-left */
#text-left
{
	font-size: 12px;

	line-height: 24px;

	padding: 8px 0px 0px 10px;
}
#text-left a:link

{

	text-decoration: none;

	color: #ffffff;

}

#text-left a:visited

{

	text-decoration: none;

	color: #ffffff;

}


/* spacer */
#spacer
{
	width: 10px;
	height: 10px;
	font-size: 11px;
	background-color: #FFFFFF;
}


/* link */
#link-black a:link
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#link-black a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#link-black a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

h2 {
font-size: 12px;
border-bottom: 1px dotted #999999;
text-transform: uppercase;
}

h1 {
font-size: 14px;
}

.captions
{
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	text-transform: uppercase;
}

.nochildren
{
	font-size: 10px;
}

#menu_table  td{
vertical-align: top;
text-align: left;
padding-bottom: 5px;
}

#menu_table {
text-align: left;
font-size: 11px;
	line-height: 15px;
	color: #CCCCCC;
	margin-bottom: 10px;
}

#highlight
{
	border: 2px solid #cccccc;
	width: 250px;
	padding: 15px;
	background: #cc0000;
	margin-left: 150px:
	font-size: 18px;
	text-align: center;
}
