html {
  height: 100%;
}

body {
  height: 100%;
	font-size: 100%;
  padding: 0px;
  text-align: center;
  position:relative;
	background: #fff url(../Images/bg.jpg) no-repeat scroll 0 0;
	font-family: arial, helvetica, sans-serif;
}

p {
    line-height: 1.7em;
}

img {
border-style: none;
}

* {
    margin: 0;
    padding: 0;
}

/* ###################### general ###################### */
#all
{
    margin: 140px auto -20px;
    width:800px;
    min-height:100%;
    height:100%;
    height: auto;
    padding: 0px;
    text-align: left;
  	color: #333;
	  background: #fff;
}

#header
{
    display:block;
    position:relative;
    padding: 0px;
    overflow:hidden;
	  font-size:1em;
    background:#1d2457;
}

#contentarea
{
    position:relative;
    overflow:hidden;
    padding:10px 10px;
    margin:0;
	  width:780px;
}

#main
{
	  float:left;
    padding: 0px 0px 0px 0px;
    position: relative;
    width:780px;
	  display:inline;
	  text-align:justify;
}

#left
{
  float:left;
  width:300px;
  padding: 0px 10px 0px 0px;
}

#left2
{
  float:left;
  width:243px;
  padding: 10px 10px 0px 10px;
}

#left3
{
  float:left;
  width:200px;
  padding: 0px 10px 0px 0px;
}

ul#synop
{
  padding: 10px 0px 0px 0px;
}

ul#synop li
{
  text-decoration:none;
  list-style-type:none;
  padding: 0px 0px 5px 0px;
}

#index
{
    text-align:center;
    width:780px;
	  display:block;
    margin-left:auto;
    margin-right:auto;
    line-height:1.3em;
}

#index img {
  padding: 10px 20px 0px 0px;
}

#index p.title
{
  	padding-bottom: 0px;
  	font-family: arial, helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
  	color:#1d2457;
}

#index p.title2
{
  	padding-bottom: 0px;
  	font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
  	color:#1d2457;
}

#photodiv
{
  text-align:center;
	background-repeat:no-repeat;
	color:#fff;
	width:780px;
	height:330px;
	margin:0px 0px 20px 0px;
}

#photodiv img
{
  text-align:center;
}

td.list
{
    margin-left:10px;
    margin-right:10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.3em;
}

#main p.content
{
	  margin-left:10px;
  	margin-right:10px;
  	font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
	  text-align:justify;
}

#main ol.content li
{
	margin-left:26px;
	margin-right:10px;
  padding-bottom:5px;
	font-size: 11px;
	list-style-type: square;
	text-align:justify;
}

#main h1
{
	  margin-left:10px;
  	padding-bottom: 10px;
  	font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
  	color:#1d2457;
}

#main p.title
{
  	margin-left:10px;
  	padding-bottom: 10px;
  	font-family: arial, helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3em;
  	color:#000;
}

#leaderlogos {
  text-align:center;
	width:780px;
	padding:0px 0px 0px 0px;
}

#leaderlogos img {
  padding:0px 4px 0px 4px;
}

/* ##########################  links  ########################### */
#header ul.menu
{
	padding: 0px 0px 0px 0px;
	background:#1d2457;
	border:0;
	text-align:center;
	display:block;
	margin:0px 10px 0px 0px;
	text-decoration:none;
	width:780px;
	font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 0.8em;
}

#header ul.menu li
{
  display:inline;
  padding:0;
  margin:0;
	text-decoration:none;
}

#header ul.menu li a:link,
#header ul.menu li a:visited
{
	color:#fff;
  margin:0px 0 0 0;
	padding:12px 18px;
	position:relative;
	background: #1d2457 top left repeat-x;
	display:inline-block;
	text-decoration:none;
	font-weight: bold;
  border: 1px solid #1d2457;
  border-bottom: 0px;
}

#header ul.menu li a:hover,
#header ul.menu li a:focus
{
	background: #1d2457 top left repeat-x;
	color:#339ff2;
	text-decoration:none;
	font-weight: bold;
  border: 1px solid #1d2457;
  border-bottom: 0px;
}

#header ul.menu li.active a
{
	background: #fff;
	color:#28327b;
	text-decoration:none;
	font-weight: bold;
  border: 1px solid #1d2457;
  border-bottom: 0px;
}

#header ul.menu li.hactive a
{
	background: #fff;
	color:#28327b;
	text-decoration:none;
	font-weight: bold;
  border: 1px solid #1d2457;
  border-bottom: 0px;
  border-radius: 10px 0px 0px 0px;
}

#header ul.menu li.cactive a
{
	background: #fff;
	color:#28327b;
	text-decoration:none;
	font-weight: bold;
  border: 1px solid #1d2457;
  border-bottom: 0px;
  border-radius: 0px 10px 0px 0px;
}

/* ##########################  footer  ########################### */
#push {
  height: 10px;
  clear: both;
}

#footer {
    background: #fff;
    color: #000;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
    text-align: center;
    clear: both;
    border-top: 1px solid #000;
    line-height: 1.6em;
}

#footer a {
  padding-left: 2px;
	text-decoration: none;
  color: #28327b;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

span.footer {
    font-size: 14px;
    margin: 0;
}
