
body {
	margin: 100px 100px 100px 100px;
	padding: 0;
	background: #FFFFFF  repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	width: 950px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

h2 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #D1D1D1;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 13px;
}

/* a:link { */
/* 	color: #7BAA0F; */
/* } */

a:hover, a:active {
	text-decoration: none;
	color: #003448;
}

a:visited {
	color: #333333;
}

.imageBox {
  background-color: #F5F5F5;
  padding:10px;
  border:1px solid #000000;
}

img {
    border:none;
    background-color: #F5F5F5;
    padding:10px;
    border:1px solid #000000;

}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


/* Content */

#content {
    float:left;
    width: 850px;
}


/* Outline-2 */

.outline-2 {
    width:575px;
    float:left;
}


/* Sidebar */


#postamble {
    width: 950px;
    float:left;
    border-top: 1px solid #D1D1D1;

}

#rightside  {
    float: right;
    width: 195px;
}

.figure  {
    float: right;
    width: 195px;
}
