
* {	padding: 0; margin: 0; vertical-align: top; }

body {
	background: url(background.png) repeat-x;
	font: 18px/1.5em "proxima-nova", Helvetica, Arial, sans-serif;
}

a {	color: #069; }
a:hover { color: #28b; }


h1 {
	margin-top: 15px;
	margin-bottom: 30px;
	font: normal 30px "omnes-pro", Helvetica, Arial, sans-serif;
}

h2 {
	margin-top: 50px;
	margin-bottom: 30px;
	font: normal 30px "omnes-pro", Helvetica, Arial, sans-serif;
	border-bottom: 3px inset #069;
	padding:10px;
}
 

h3 {
	margin-bottom: 20px;
	font: normal 26px "omnes-pro", Helvetica, Arial, sans-serif;
	color: #222;
}

h4 {
	margin-left: 30px;
	font: normal 20px "omnes-pro", Helvetica, Arial, sans-serif;
	color: #222;
}


p {
	margin-top: 20px;
	text-align: justify;
	font-size: 18px;
	text-indent: 0px
}

p.img{
	text-align: center;
	font-size: 18px;
	text-indent: 0px
}

#header {
	position: relative;
	width: 80%;
	margin: auto;
}

#header h1 {
	margin-left: 10px;
	vertical-align: middle;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#content {
	width: 80%;
	margin: 0 auto;
	padding: 0px;
}


#footer
{
clear: both;
background: url('images/a2.gif') repeat-x;
width: 680px;
margin: 0px auto;
margin-bottom: 25px;
padding-top: 10px;
text-align: center;
}

#home{
	display: inline-block;
    border: 5px solid black;
    padding: 5px;
    margin-left: 20px;
    margin-top: 20px;
	font-size: 18px;
	text-align: center;
}

#home a{
	text-decoration: underline;
}

.box {
	border:1px solid #000;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

.left_col {
	float:left;
	width:auto;
}

.right_col {
	float:right;
	width:35%;
	padding: 5px 5px 0px 5px;	
	border:2px dotted #ddd; 
	margin:5px 0px 10px 20px;	
}

.figure-caption {
	text-align: justify;
	font-size: 15px;
	line-height:1.2em;
	margin: 10px 0px 30px 0px;
}


sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;

  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em;
}


ref {
	style: "padding: 0px 0px 0px 20px;
	margin-top: 10px;
	text-align: justify;
	font-size: 15px;
	font-color: #50514d;
}

ul,ol {
	font-size: 15px;
	padding: 0px 0px 0px 25px;
}


ul.custom
 {
 	font-size: 15px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
ul.custom li.fa:before { content: "f-a. "; }
