BODY{
	margin:0px auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:71%;
	font-family:verdana, arial, sans-serif;
	/*background-color:#efecdc;*/
	background-color:white;
	}

strong{
	font-weight:bold;
	color:#CC0001;
	}
	
a img {
	border:none;
	}
a {
	color:#204a87 ;
	text-decoration:none;
	}
	
a:hover {
	color:#729fcf;
	text-decoration:none;
	}
	
a:active{
	color:#729fcf;
	}

#header{
	width:80em;
	margin:0px auto;
	margin-top:2em;
	padding-right:0px;
	}
	
#HeaderNav{
	float:right;
	width:60%;
	}
	
#HeaderNav ul{
	float:right;
	}

#HeaderNav li{
	list-style:none;
	float:left;
	font-size:130%;
	padding:0.5em;
	/*border:1px solid #EFECDC;*/
	}

#HeaderNav li:hover{
	/*background-color:#fcaf3e;*/
	/*border:1px solid black;*/
	}
	
#Box{
	width:80em;
	background-color:white;
	margin:0px auto;
	margin-top:0.5em;
	margin-bottom:4em;
	border:1px solid #fcaf3e;
	padding:25;
	}
	
#sidebar{
	float:left;
	width:22em;
	margin:1em;
	margin-right:0em;
	background-image:url(/images/blue-bg-thin.jpg);
	background-repeat:repeat-x;
	background-color:#729fcf;
	border:1px solid #C8BF88;
	padding:0.5em;
	color:white;
	font-size:110%;
	}

#sidebar a {
	color:#C8BF88 ;
	text-decoration:none;
	}
	
#sidebar a:hover {
	color:#C8BF88;
	text-decoration:none;
	}
	
#sidebar a:active{
	color:black;
	}
	
#sidebar h2{
	color:white;
	border-bottom:1px solid white;
	}
	
#content{
	float:right;
	width: 43em;
	font-size:120%;
	}

#content p, #content li, #content dd{
	line-height:150%;
	margin-top:0.5em;
	}
	
#content dt{
	margin-top:2em;
	border-bottom:1px solid #eeeeee;
	}
	
#footer {
	clear:both;
	width:100%;
	border-top:1px solid #000;
	text-align:center;
	font-weight:bold;
	}
	
#footer p {
	padding:10px;
	margin:0;
	}
	
h1{
	font-size:1.9em;
	color:#4e9a06;
	border-bottom: 1px solid #4e9a06;
	}

h2{
	font-size:1.5em;
	color:#4e9a06;
	margin-top:2em;
	margin-bottom:0.5em;
	}

.SuccessMessage{
	margin-top:1em;
	background-image:url(/images/success-icon.jpg);
	background-repeat:no-repeat;
	padding-left:50px;
	background-position:5px 15px;
	padding-bottom:30px;
	padding-top:10px;
	border:3px solid #8AE236;
	width:80%;
	}
	
.ErrorMessage{
	margin-top:1em;
	background-image:url(/images/error-icon.jpg);
	background-repeat:no-repeat;
	padding-left:55px;
	background-position:5px 15px;
	padding-bottom:40px;
	padding-top:10px;
	border:3px solid #A51105;
	width:80%;
	}
	
.WarningMessage{
	margin-top:1em;
	background-image:url(/images/warning-icon.jpg);
	background-repeat:no-repeat;
	padding-left:50px;
	background-position:5px 15px;
	padding-bottom:30px;
	padding-top:10px;
	width:80%;
	}
	
.PhotoRight{
	float:right;
	padding:3px;
	}
.PhotoLeft{
	float:left;
	padding:3px;
	}
	
.PhotoRight img, .PhotoLeft img{
	margin:0px auto;
	}
	
.PhotoRight .AttribitionCaption, .PhotoLeft .AttribitionCaption{
	font-size:70%;
	color: #FCAF3E;
	}
	
.PhotoRight .Caption, .PhotoLeft .Caption{
	font-size:90%;
	font-style:italic;
	color: black;
	}
	
form {
	clear:both;
	}

label{
	font-weight:bold;
	clear:both;
	}
		
form input {
	border: solid 1px #599BCA;
	background:white url(/images/input-bg.png) repeat-x;
	}

form input[disabled]{
	border:none;
	background-color:white;
	color:black;
	font-style: italic;
	font-weight:bold;
	}
	
form input[type="submit"]{
	position:static;
	display:block;
	clear:both;
	background-color:#eeeeee;
	}
	
form input:focus, form textarea:focus{
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #FFD600;
	}
	
textarea{
	width:40%;
	}
	
form div{
	margin-top:0.3em;
	}
	
.Explanation{
	font-weight:bold;
	color:#4e9a06;
	margin:0px auto;
	text-align:center;
	}
	
table thead td{
	font-weight:bold;
	font-size: 90%;
	padding:4px;
	text-align:center;
	border:1px solid black;
	}
	
table tbody td{
	padding:4px;
	font-weight:normal;
	font-size: 90%;
	border:1px solid #eee;
	}
	
code{
	border:2px solid #eee;
	background-color:#efecdc;
	font-size:105%;
	font-family: courier, monospace;
	padding:5px;
	}
	
.Teaser{
	vertical-align: middle;
	border:2px dashed #eeeeee;
	width:90%;
	margin:0px auto;
	margin-top:1em;
	}
	
.Teaser span{
	padding-bottom:3em;
	}

#TopNewCligBar{
	border:1px solid #eeeeee;
	margin:0px auto;
	margin-top:1em;
	width:80%;
	padding:10px;
	font-size:125%;
	text-align:center;
	}
	
#TopNewCligBar #URL{
	width:45%;
	}

#TopNewCligBar p{
	text-align:left;
	}
	
#TopNewCligBar input{
	display:inline;
	}
	
.EmbedCodesFieldset div{
	margin: 1em;
	}
	
.NextStepsList li{
	list-style:none;
	float:left;
	width:130px;
	height:110px;
	margin:3px;
	text-align:center;
	}
	
#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 580px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 540px;
}

#shade {
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
