﻿body
{
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 8pt;
	text-align: center;
	margin: 0px;
	color: #152755;
}

legend
{
	color: #152755;
	font-size: 11pt;
}

#header
{
	width: 100%;
	background-color: #1F3A7D;
	height: 113px;
	text-align: center;
}

	#headerInner
	{
		background-image: url(/images/header.jpg);
		background-repeat: no-repeat;
		width: 832px;
		height: 113px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
	}
	#headerInner img
		{
			border: solid 1px #FFFFFF;
			width: 23px;
			margin-top: 5px;
			margin-right: 5px;
		}
		
	#headerInnerES
	{
		background-image: url(/images/header_es.jpg);
		background-repeat: no-repeat;
		width: 832px;
		height: 113px;
		margin-left: auto;
		margin-right: auto;
		text-align: right;
	}
	#headerInnerES img
		{
			border: solid 1px #FFFFFF;
			width: 23px;
			margin-top: 5px;
			margin-right: 5px;
		}
	
		

.navBar
{
	line-height: 26px;
	width: 100%;
	background-image: url(/images/navBar.jpg);
	background-repeat: repeat-x;
	background-color: #1F3A7D;
	font-size: 10pt;
	color: #FFFFFF;
}

	.navBar a
	{
		color: #FFFFFF;
		text-decoration: none;
	}

#container
{
	background-image: url(/images/containerBG.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	min-height: 300px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

	.leftNavBar
	{
		width: 215px;
		float: left;
		min-height: 660px;
		padding-top: 20px;
		color: #FFFFFF;
	}
	
		.leftNavBar .link
		{
			color: #FFFFFF;
			border-bottom: 1px solid #FFFFFF;
			line-height: 31px;
			font-size: 11pt;
			text-decoration: none;
			text-transform: none;
			width: 180px;
			display: block;
			margin-left: 10px;
		}
		
		.leftNavBar #logo
		{
			margin-top: 20px;
		}
	
	.rightContentBox
	{
		background-image: url(/images/contentBG.gif);
		background-repeat: no-repeat;
		background-position: 80px 50px;
		width: 560px;
		float: left;
		margin-left: 1px;
		min-height: 680px;
	}
	
	#flash
	{
		float: left;
		width: 198px;
		border: solid 1px #1F3A7D;
		padding: 5px;
	}
	
	#videoThumbnail
	{
		float: right;
		width: 247px;
	}
	
.article
{
	border-bottom: solid 1px #152755;
	min-height: 130px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.articleDescription
{
	width: 370px;
	float: right;
}

.articleIcon img
{
	width: 180px;
	float: left;
}

#footer
{
	min-height: 65px;
	width: 100%;
	background-image: url(/images/footer.jpg);
	background-repeat: repeat-x;
	background-color: #122147;
	color: #FFFFFF;
	border-top: solid 1px #FFFFFF;
	padding-top: 30px;
}

	#footer a
	{
		color: #FFFFFF;
	}

#leftNavForm
{
	margin-left: 10px;
	margin-right: 10px;
	width: 180px;
	margin-top: 0px;
	margin-bottom: 15px;
}

	#leftNavForm .label
	{
		width: 38px;
		float: left;
		line-height: 16px;
		margin-bottom: 6px;
	}

	#leftNavForm input[type=text]
	{
		width: 126px;
		border: 1px solid #FFFFFF;
		margin-bottom: 6px;
		float: right;
		height: 14px;
		font-size: 8pt;
	}
	
	#leftNavForm input[type=submit]
	{
		width: 55px;
		height: 18px;
		border: 1px solid #FFFFFF;
		font-size: 8pt;
		margin-left: 48px;
	}

/** standard css **/

h1
{
	color: #11467B;
	font-size: 14pt;
	font-weight: lighter;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2
{
	color: #11467B;
	font-size: 11pt;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 0px;
}

a img
{
	border: 0px;
}

.clear
{
	clear: both;
}

/** end standard css **/

/* contact page */

#contactUs
{
	font-size: 11pt;
}

#contactUs address
{
	font-style: normal;
	margin: 6px 0px 18px 0px;
}

/*Download PDf Page */
.downloadThumb
{
	margin-right: 80px;
}