@import url("global_CSSReset.css");

html			{	font-family: Verdana, Arial, San-Serif;
				}

body			{	font-size:.70em;
					line-height:1.25;
					background-color:#2d364c;
					background-image:url(../_images/global/bg_Main.gif);
					background-repeat:repeat;
					margin:0;
					text-align:center;
				}
					


blockquote		{	margin:0 1.5em 1.5em 1.5em;}
		
h1, h2, h3, h4, h5	
				{	margin-top:0;margin-bottom:0px;}

h1				{	font-size:130%; font-weight:bold; color: #242654;}
h2				{	font-size:115%; font-weight:bold; margin-bottom:.255em; color:#0066cc;}
h3				{	font-size:110%;font-weight:bold;margin-bottom:.5em;}
h4				{	font-size:104%;}
h5				{	font-size:78%;}

ol ul			{	list-style:decimal; margin-bottom:1em;}
ol li			{	margin-left:2.5em;}

em				{	font-style:italic;
					font-weight:inherit;
				}
strong			{	font-weight:bold;
					font-style:inherit;
				}

input			{	font-family: Times, Times New Roman, Serif;
					border:1px solid #bbbbbb;
				}

p				{	margin-bottom:1em;}

.clearFloat		{	clear:both}
.showNone		{	display:none;}

.topMargin		{	margin-top:1.25em;}
.bottomMargin	{	margin-bottom:.50em}

a, a:visited 	{	color:red;}

a:hover			{	color:#7da034;}

.indent			{	padding-left:3em;}

.highlightText	{	font-size:110%; color:#0066cc;}



/* MAIN CONTAINER
------------------------------------------------------------------*/
#Main_Container				{	display:block;
								width:773px;
								margin:0 auto;
								border:1px solid #727285;
								background-color:#ffffff;
								text-align:left;
							}
							
							
#topBand					{	display:block;
								width:773px;
								height:16px;
								background-color:#4a5c88;
							}
							
							
/* MAIN CONTAINER - HEADER AREA
------------------------------------------------------------------*/
#headerArea					{	display:block;
								position:relative;
								width:inherit;
								height:85px;
								background-image:url(../_images/global/bg_Header.gif);
								background-repeat:repeat-x;
								border-bottom:1px solid #edebeb;
							}
							
#headerArea .logoMain		{	position:absolute;
								top:17px;
								left:50px;
							}
							
#flags 						{	position:absolute;
								top:17px;
								left:642px;
							}
							
#flags img					{	float:left;
								margin:0 10px 0 0;
							}

						
#menuArea					{	display:block;
								width:inherit;
								height:47px;
								background-image:url(../_images/global/bg_menuArea.gif);
								background-repeat:repeat-x;
							}
							
#picArea					{	display:block;
								width:inherit;
								height:198px;
								background-color:black;
								border-top:1px solid #5c6077;
							}
							
#picArea .leftSide			{	float:left;
								display:block;
								width:475px;
								height:198px;
								border-right:1px solid #2f3543;
							}
							
#picArea .rightSide			{	float:left;
								display:block;
								width:297px;
								height:198px;
								color:white;
							}

													
/* MAIN CONTAINER - CONTENT AREA
------------------------------------------------------------------*/
#contentArea				{	display:block;
								width:inherit;
								min-height:240px;
								_height:240px;

							}

#Content_Left				{	display:block;
								float:left;
								width:400px;
							}

#Content_Left .margin		{	margin:20px 0 20px 53px;
								width:320px;
								line-height:1.4;
							}
							
#Content_Left ul			{	margin: 3px 0px 5px 20px;}	
#Content_Left li			{	list-style: circle;}						

#Content_Right				{	display:block;
								float:left;
								width:365px;
							}

#Content_Right .margin		{	margin:20px 0 20px 10px;
								width:320px;
								line-height:1.4;
							}
							

/* MAIN CONTAINER - FOOTER AREA
------------------------------------------------------------------*/						
#footerArea					{	display:block;
								width:inherit;
								height:53px;
								background-color:#4a5c88;
								border-top:1px solid #b0b1c0;
								color:white;
								text-align:center;
								font-size:.9em;
								padding:15px 0 0 0;
							}
							
#footerArea	h3				{	font-size:1.4em;
								margin:10px 0 0 0;
							}
							
#footerArea	a				{	color:white;
								text-decoration:none;
							}