
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	/* background: #246674; */
	background: #46608F;
	font: 15px Arial, Helvetica, sans-serif;
	color: #424242;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
	background: #FEFEFE;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

.button {
	border-radius:6px;
	box-shadow: inset 0px 0px 2px 2px #909090;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}


p {
	margin: 15px 0px 15px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

p.emphasis {
	margin: 15px 0px 15px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	color: #791F3F;
}

p.less_emphasis {
	margin: 15px 0px 15px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #791F3F;
}



h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1em;
}

label {
	text-align: left;
}

p.required {
	color: #FF0000;
	font-size: 0.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

p.tiny {
	font-size: 0.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.guideline {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

.section {
	color: #0E8A5A;
	font-size: 1.3em;
	font-weight: bold;
}

ul.errorlist {
	color: #FF0000;
	font-weight: bold;
	padding: 0 0 0 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}


p.error {
	color: #FF0000;
	font-weight: bold;
}

p.feature {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.7em;
}

p.info {
	font-style: italic;
	font-size: 1.0em;
}

p.world_day {
	text-align: center;
	padding-bottom: 30em;
}

p.world_day_promo {
	font-size: 0.9em;
	color: #46608F;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

.body_class #pagewrapper {
	margin: 5px auto 0;
	overflow: hidden;
	text-align: left;
	width: 990px;
        padding-bottom: 5em;
}

#top_header {
	background: url('/static/images/ribbon_graphic.jpg') no-repeat;
	background-color: #FFFFFF;
	background-size: 100% 60%;
	padding-top: 2.5em;
	padding-bottom: 0em;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 1em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}


#header {
	background-color: #FFFFFF;
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 0em;
}

div.hidden {
	display: None;
}

input.hidden {
	display: None;
}

tr.hidden {
	display: None;
}

span.hidden {
	display: None;
}

div.padded {
	padding: 1.0em 0em;
}

div.instructions, div.instructions p {
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0em 0em 1em 0em;
	background: #C0C0C0;
	color: #000000;
}

div.indented {
	margin-left: 4em;
}

div.centered {
	text-align: center;
}

div.sponsor {
	margin-top: 1.0em;
	margin-bottom: 2.0em;
}

div.evidence {
	padding: 0.5em 1.5em 0.5em 1.5em;
	margin: 1.5em 0em 1.5em 0em;
	background: #F0F0F0;
	color: #000000;
}

div.evidence p {
	margin: 1.5em 0em 1.5em 0em;
	background: #F0F0F0;
	color: #000000;
}

div.text_comment_section {
	border:1px solid;
	padding: 1.0em 1.0em;
}

#logos {
	padding-top: 3.5em;
	padding-bottom: 0.5em;
}

img.logo1 {
	padding-left: 20px;
	padding-right: 60px;
}

img.logo2 {
	padding-left: 20px;
	padding-right: 20px;
}

img.logo3 {
	padding-left: 40px;
	padding-right: 20px;
}

#heading {
	padding-top: 1em;
	padding-bottom: 0.5em;
}

#tabmenu {
	padding-top: 0.5em;
	padding-left: 1.5em;
	background: #0E8A5A;
	height: 39px;
	border-bottom: 2px solid #000030;
}

#tabmenu ul {
    float: left;
    list-style: none outside none;
    margin: 0 0 -1px;
    padding: 5px 20px 0;
    width: 950px;
}

#tabmenu li {
    float: left;
    line-height: 20px;
    margin: 0 10px 0 0;
    padding: 2px 0 0;
    width: auto;
}

#tabmenu li a, #tabmenu li a:link, #tabmenu li a:visited {
    color: #FFFFFF;
    display: block;
    padding: 0 10px;
    font-size: 0.9em;
}

#tabmenu li a:focus {
    color: #3E3E3E;
    text-decoration: underline;
}

#tabmenu li.selected-menu-item a:link, #tabmenu li.selected-menu-item a:visited, #tabmenu li.selected-menu-item a:focus, #tabmenu li.selected-menu-item a:hover, #tabmenu li.selected-menu-item a:active {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #0E8A5A;
    cursor: default;
    padding-bottom: 19px;
    text-decoration: none;
}

#tabmenu li.selected {
    background: /* url("images/li-selected-bg.png") no-repeat */ scroll 100% 100% transparent ;
    padding-right: 5px;
}

#sponsorship {
    margin: 0px auto;
    /* background: white; */
}

#sponsorship_msg {
	width: 30em;
	padding-top:60px;
	float: left;
}

#sponsorship_logos {
	margin-left: 40em;
}


/*
header {
    width: 800px;
    margin: 20px auto;
} */
 
/*banner*/
 
#banner {
	padding-top: 0.5em;
    height: 78px;
    width: 10000px;
    margin-bottom: 2px;
}

/* animation */

/*keyframe animations*/
.first {
    -webkit-animation: bannermove 90s linear infinite;
       -moz-animation: bannermove 90s linear infinite;
        -ms-animation: bannermove 90s linear infinite;
         -o-animation: bannermove 90s linear infinite;
            animation: bannermove 90s linear infinite;
}
 
@keyframes bannermove {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2800px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2800px;
 }
 
}
 
@-webkit-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2800px;
 }
 
}
 
@-ms-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2800px;
 }
 
}
 
@-o-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2800px;
 }
 
}

#main {
	padding-top: 1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 4em;
	background: #FFFFFF;
}

#footer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    color: #1E4C87;
    height: 15px;
    text-decoration: none;
}

#ribbon {
    background: url('/static/images/ribbon_globe_graphic.jpg');
    background-color: #FFFFFF;
    background-size: cover;
    text-decoration: none;
    height: 220px;
}

#user {
	text-align: right;
}

a.unadorned:link, a.unadorned:visited, a.unadorned:focus, a.unadorned:hover, a.unadorned:active {
    text-decoration: none;
}

table.simple_table, table.simple_table td {
	border-collapse:collapse;
	border: 1px solid black;
}

table.simple_table th {
	background: #C0C9F0;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	border: 1px solid black;
}

td.padded {
    padding-bottom: 1.5em;
}

input[type='checkbox'] {
    width:30px;
    height:30px;
    -moz-transform: scale(1.5); /* FF */
    background:white;
    border:2px solid #555;
}


p.smallprint {
	margin: 15px 0px 15px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.5em;
	color: #444444;
}

span.smallprint {
    font-weigth: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.5em;
    }


p.notsosmallprint {
	margin: 0px 0px 15px 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #444444;
}

ol.gen_statement li {
	padding-top: 1em;
	padding-bottom: 1em;
}

