/* CSS Document */

html, body 
{
	margin: 0;
	padding: 0;
	background-color:#c7c7c6;
	
	/*background-color:#FFFFFF;*/
	
	
}

#HeaderContainer
{
	margin: auto;
	padding: 0;
	/*border: 1px solid #FF0000;*/
	width:1000px;
	background-color:#44b3fa;
}

#MenuContainer
{
	margin: auto;
	padding: 0;
	width:1000px;
}

#FooterAndMainClumnContainerSeparators
{
background-color:#c7c7c6;
	height:10px;
	float:left;
	clear:both;
}

#FooterContainer
{
	margin: auto;
	padding: 0;
	width:1000px;
	clear:both;
	height:150px;
	background-color:#d4340c;
	background: url(../images/FooterBG.jpg) repeat-x;
}

/*Menu*/

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(menur_bg.gif) repeat-x; /*tab background image path*/
	height: 50px;
	list-style: none;
	background-color:#37affb/*D4340C*/;
}

.glossymenu li{
	float:left;
	padding-left:30px; /* change size of this to add new menu items*/
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/*End Menu*/

/*Sub Menu*/

.HomeSubMenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	/*background: url(menur_bg.gif) repeat-x; /*tab background image path*/
	height: 50px;
	list-style: none;
	background-color:#D4340C;
}

.HomeSubMenu li{
	float:left;
	padding-left:50px;
}

.HomeSubMenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.HomeSubMenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.HomeSubMenu li.current a, .HomeSubMenu li a:hover{
	color: #fff;
	/*background: url(menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.HomeSubMenu li.current a b, .HomeSubMenu li a:hover b{
	color: #fff;
	/*background: url(menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/*End Sub Menu*/

/*Links*/
a {
	color:#004276;
	text-decoration:none;
}
a:hover {
    color:#ca0002;
	/*text-decoration:underline;*/
}

    h3 {
    font-size: 1.35em;
    padding:.4em 30px .4em 0;
    margin:0 0 1em 0;
    /*border-bottom: 1px solid #38b2ff;*/
    color: #004276;
    }
/*End Links*/

/*Tabbed Menu*/
 * { margin: 0; padding: 0; }
   WhatsNewAndTabs body {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 62.5%; }
   WhatsNewAndTabs p { margin: 1em 0; }
	.tabbed-box {
      width: 440px;
      /*background: #fff url(tabbed-body-bg.jpg) repeat-x bottom;*/
      border: 1px solid #ddd;
	  padding-bottom:5px; }
   .tabbed-box .tabs li {
      list-style: none;
      float: left; }
   .tabbed-box .tabs li a {
      display: block;
      width: 100px;
      padding: 5px 0;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      color: #888;
      background: #fff url(tabbed-tab-bg.jpg) repeat-x bottom; 
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd;}
   .tabbed-box .tabs li:first-child a {
      border-left: none; }
   .tabbed-box .tabs li a:hover {
      color: #333; }
   .tabbed-box .tabs li a:focus {
      outline: none; }
   .tabbed-box .tabs li a.active {
      background: #fff;
      color: #333;
      border-bottom: 1px solid #fff; }
   .tabbed-content {
      padding: 3em 1em 1em 1em;
      display: none; }

/*End Tabbed Menu*/

#MainBodyContainer
{
	margin: auto;
	padding: 0;
	width:1000px;
	/*background: url(../images/sitebg.jpg) repeat-y;*/
	/*height:100%;*/
	clear:both;
	border: 1px solid #dddddd;
	float:left;
	margin-left:130px;
}

#ColumnOneSeparators
{
	background-color:#c7c7c6;
	width:470px;
	height:10px;
	float:left;
	clear:both;
	margin-left:-15px;
}

#MainArticle
{
	float:left;
	background-color:#FFFFFF;
	width:500px;
	padding-left:5px;
	/*clear:both;*/

}

#CenterMainAddForHomePages
{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-color:#FFFFFF;
	width:440px;
	float:left;
	height:150px;
	clear:both;
}

#WhatsNewAndTabs
{
	
	float:left;
	background-color:#FFFFFF;
	width:440px;
	padding-left:5px;
	padding-top:5px;
	clear:both;
}

#CenterGalleryForHomePages
{
	background-color:#FFFFFF;
	width:440px;
	float:left;
	padding-left:5px;
	clear:both;
}


#MainClumnContainer
{
	width: 1000px;
	margin: auto;
	padding: 0;
}

#sidebar-a
{
	border: 1px solid #CCCCCC;
    padding:5px 5px 5px 5px;
    float:left;
	width: 500px;
	/*height:450px;*/
	margin-left:5px;
	background:#FFFFFF;
	
	/*BACKGROUND-IMAGE: url(images/CNNDefaultPageRow1ColumnABG.jpg); BACKGROUND-REPEAT: repeat-y;*/
}

#sidebar-b
{
	border: 1px solid #CCCCCC;
    padding:5px 5px 5px 5px;
    float:left;
	width: 450px;
	/*height:450px;*/
	margin-left:15px;
	background:#FFFFFF;
	/*BACKGROUND-IMAGE: url(images/CNNDefaultPageRow1ColumnBBG.jpg); BACKGROUND-REPEAT: repeat-y;*/
}

#Footer
{
	/*padding:5px 5px 5px 5px;*/
	margin-left:20px;
	padding-top:80px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: .90em;
	text-align: center;
}

#WhatAreHumanRights
{
float:right;
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
border: 1px solid #CCCCCC;
width:252px;

}

#ListOne
{
padding-left:30px;
}

#EntryRulesAndConditions
{
padding-left:15px;
}

