﻿/*
	This style sheet is for the Dark Blue Globe page which is use for the pages in
	the Our Product Flash Application.
*/

#darkBlueGlobeContentContainer
{
	width:760px;
	background-color:#081232;
}


#darkBlueGlobeContentContainer span
{
	color:#ffffff;
}

#dBGLeftColumn
{
	width:251px;
	float:left;
}

#dBGRightColumn
{
	width:509px;
	float:left;
}


#dBGLeftColumnContent
{
	margin-right:auto;
	margin-left:auto;
	width:200px;
	margin-bottom:33px;
}


#dBGRightColumnContent
{
	margin-right:33px;
	margin-bottom:33px;
}


.dBGTitleImage
{
	margin-bottom:30px;
}



/*Font Styles and links*/
#dBGRightColumnContent td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}

.cyanHeading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00ccff;
	font-size: 12px;
	font-weight:bold;
}

a.dbg_links:link {
	color: #99FF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.dbg_links:visited {
	color: #99CC99;
}
a.dbg_links:hover {
	color: #99FF00;
}
a.dbg_links:active {
	color: #99CC33;
}

#darkBlueGlobeContentContainer ul li
{
	color:#00ccff;
	margin-left:0px;
	padding-left:0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}