body
{ 
	color: #F2FAFF;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12pt;
	background-color: #000000;
	
}

p 
{ 
	margin-bottom: 7px; 
	margin-top: 0; 
}

a
{ 
	color: #76DEFC; 
	text-decoration: none; 
}

a:hover
{	
	text-decoration: underline; 
	color: #FFFFFF; 
}

#MainContainer 
{ 
	width: 800px; 
	min-width:800px;
	margin: 0 auto 0 0; 
	text-align:left; 
}

#LogoContainer
{
	margin-bottom: 5px;
}

#Navbar ul
{
	margin: 0; 
	padding-left: 4px; 
	height: 44px; 
	line-height: 44px; 
	display: block; 
	list-style: none; 
	background-color: #152331; 
	background-repeat: no-repeat; 
}
#Navbar li
{ 
	display: inline; 
	background-color: #152331;
	float: left; 
}
#Navbar li a
{ 
	height: 44px; 
	line-height: 44px; 
	display: block; 
	padding-left: 22px; 
	padding-right: 22px; 
	border-left: 1px solid #000000; 
	float: left;    
}
#Navbar li a:hover
{ 
	background-color: #444444; 
	text-decoration: none;
}
#Navbar li.down
{ 
	display: inline; 
	background-color: #444444;
}
#Navbar li.down a
{
	cursor: text;
	text-decoration: none;
	color: #FFFFFF;
}
#Navbar li.down a:hover
{ 
	background-color: #444444; 
	text-decoration: none;
}
#Navbar #LogoContainer
{ 
	height:130px; 
	background-image: url(../../images/index/DI_logo_2008-02-25.jpg); 
	background-repeat: no-repeat; 
	background-color: #4492C8; 
	border-top: 3px solid #000000;  
}

#ContentPod
{ 
	padding: 35px 20px; 
	background-color: #000000;
	text-align: justify;
}
#ContentPod p
{	
	margin-bottom: 1em;
	font-size: 15px;
}
#ContentPod h1
{
	border:#CFCFCF 1px solid;
	font-weight: bold;
	font-size: 20px;
	margin-top:-20px;
	margin-bottom:10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: center;
	background-color: #222222;
}

#Footer
{	
	clear: both;
	margin-bottom: 10px;
	border-top: 2px solid #363636; 
	border-bottom: 2px solid #363636; 
	text-align: center; 
	padding-top: 5px; 
	padding-bottom: 2px; 
}
#Footer p
{ 
	font-size: 12px; 
	line-height: 14px; 
	margin: 0; 
	color: #DDDDDD; 
}
#Footer a
{ 
	font-weight: normal;	
	text-decoration: none;
}
#Footer a:hover
{ 
	color: #FFFFFF; 
	text-decoration: underline; 
}

.red
{
	color: #F82C24 !important;
}
.bold
{
	font-weight: bold !important;
}
.emphatic
{
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
 } 
 
.formElement
{
	line-height:20px;
}

input, textarea
{
	border: 2px solid #0F1769;
}
input
{
 	width:120px;
	padding-top: 2px;
}
div.label
{
 	text-align: right;
	line-height: 22px;
}

#ContentPod h2
{
	color: #1F64E2;
	font-size: 18px;
	font-weight: 700;
	padding-left: 9px;
	margin-bottom: 7px;
} 