
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro");
body {
	margin: 50px;
	background-color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: indigo;
	text-shadow: white 0px 1px 2px;
}

.bibtex .kw {
  font-style: italic;
}

.bibtex .dt {
  font-weight: bold;
}

h1        { font-size: 45px;text-align: center; }
h2        { font-size: 23px;  }
h3        { font-size: 18px; color:black; }

a:link    { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: underline; }
a:visited { text-decoration: none; }

li {
	padding-left: 20px;
	margin-bottom: 10px;
}

chart_left{
	float:left;
}

chart_right{
	float:right;
}

header {
	display: block;
	padding-bottom: 20px;
}

article {

	margin-bottom: 40px;
	margin-left: 20px;
}

footer {
	display: block;
	clear: both;
	font-size: 18px;
	color: gray;
	text-align: center;
	border-top: 1px solid gray;
	padding: 10px;
	width: 1200px;
}

nav {
	display: block;
	float: left;
	width: 180px;
}

nav ul {
	margin: 0px;
	padding: 20px 20px 0 0;
}

nav li {
	font-weight: bold;
	background-color: #532c6c;
	background: #532c6c
	-webkit-gradient(linear,
	                 left top, left bottom,
	                 from(rgba(255, 255, 255, .5)),
					 to(transparent));
	-webkit-border-radius: 20px;
	text-align: center;
	color: white;
	margin: 9px 0 20px 0;
	list-style-type: none;
	padding: 8px;
}

nav li a {
	color: white;
}

.register {
	width: 800px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.content {
	float: left;
	width: 600px;
	padding-left: 10px;
	padding-top: 20px;
}

.info_1 {
    width: 500px;
	padding: 20px 40px 40px 40px;
	background-color: whitesmoke;
	border: 1px solid gray;
	-webkit-border-radius: 15px;
}

form {
    margin-top: 12px;
	padding: 20px;
	background-color: #f0f0f0;
	border: 1px solid gray;
	-webkit-box-shadow: inset 0 0 4px 1px gray;
}

label {
	display: block;
}

label.radio-label {
	display: inline;
	position: relative;
	top: -4px;
	margin-right: 15px;
}

input {
	margin-bottom: 12px;
	height: 23px;
	width: 260px;
	font-size: 14px;
}

input[type='submit'] {
	width: 110px;
	height: 30px;
	margin-right: 50px;
}

input[type='checkbox'], input[type='radio'] {
	width: 25px;
	margin-left: 20px;
	margin-bottom: 0px;
}

select {
	height: 25px;
	font-size: 14px;
	margin-left: 25px;
	margin-top: 8px;
}

textarea {
	font-size: 14px;
}

.error {
	visibility: hidden;
	background-color: LightYellow;
	color: DarkRed;
	width: 200px;
	padding: 10px;
	border: 1px solid gray;
	position: absolute;
	left: 570px;
	-webkit-box-shadow: 3px 3px 3px #999999;
	-webkit-border-radius: 7px;
}


/* UNIVERSAL SETTINGS */
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro");






p, td, ul, ol, ul, li, dl, dt, dd {
  font-size: 100%;
  font-family: arial, helvetica, sans-serif; }

a { color: #2E2EFE; text-decoration: none; }
a:hover { color: #2E2EFE; text-decoration: underline; }

.hide { display: none; }

.clear {
  clear: both;
  font-size: 0;
}
  
form { margin: 0; }

img { border: none; } 

#wrap {
  background-color: #dadcfc;
  /* width: 60%; */
  margin: 0 auto;
  text-align: justify;
  width: 8.7in;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.3;
  border: 2px solid;
}

#container {
  overflow: hidden;
}

#bg {
  width: 100%;
  height: 100%;
  z-index: -1;
}

#maincol .pad-div {
  padding: 10px;
}

#maincol {
  float: right;
  font-size: 90%;
  width: 75%;
  background-color: #ffffff;
/*  border-left: solid 1px;*/
}

#portrait {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.pubtoc {
  text-align: center;
  font-weight: normal;
}


/*
.current a {
   pointer-events: none;
   cursor: default;
   text-decoration: underline;
}
  */



pre {
  background: #f0f0f0;
  padding: 2px;
  /* white-space: pre-wrap; */
  overflow-x: auto;
  display: block;
  max-height: none;
  width: auto;
  margin-top: 0;
  margin-right: 2px;
}


.bibtex .kw {
  font-style: italic;
}

.bibtex .dt {
  font-weight: bold;
}

