/* respectrefugees.org/styles/respect.css */
/* Tags */
body
{
	background: #ffffff;
	color: #000000;
	font-family: arial,helvetica,sans-serif,verdana;
	font-size: 90%;	
}

div#top
{
	background-color:#ffffff;
	color:#000000;
	font-size: 90%;
	text-align:center;
}

div#footer
{
	background-color:#ffffff;
	color:#000000;
	font-size: 75%;
	text-align:center;
	line-height:1.5em;
}

div#sidebar
{
	text-align:left;
	line-height:2em;
	font-size: 90%;
	margin:20px 5px 5px 10px;    
}
div#content
{
	padding-left:10px;
    padding-right:10px;
	text-align:left;
	line-height:1.5em;
	font-size: 90%;
    border:1px solid #000000;
}

h1
{
	background:#ffffff;
	color: #000000;
	font-style: normal;
	font-size: 115%; 
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
}
	
h2
{
	background:#ffffff;
	color: #000033;
	font-style: normal;
	font-size: 100%; 
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
    margin-left:10px;
}

h3
{
	background:#ffffff;
	color: #000000;
	font-style: normal;
	font-size: 90%; 
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration:underline;
}

p
{
	line-height:1.5em;
	font-family: arial,helvetica,sans-serif,verdana;
	font-size: 100%;
	text-align:left;
}

a.nav:link
{
	color: #000000;
	text-decoration: none;
    font-weight:bold;
}

a.nav:visited
{
	color: #000000;
	text-decoration:none;
    font-weight:bold;
}

a.nav:hover
{
	color: #000000;
	text-decoration: underline;
    font-weight:bold;
}

a.nav:active
{
	color: #000000;
	text-decoration: none;
    font-weight:bold;
}

img.logo
{
	margin: 0em 0em 0em 0em;
    margin-left:2em;
}

img.photo
{
    margin: 2em 2em 2em 2em;
    border:1px groove #006699;
}

ul
{	
	list-style-type:disc;
	line-height:1.5em;
	font-size: 100%;	
}

ul.noStyle
{
	list-style-type:none;
	line-height:2em;
	font-size: 100%;	
}


/* Classes */

.em
{
	font-weight:bold;
	text-align:left;
}

.displayImg
{
	text-align:center;
	padding:1em 1em 1em 1em;
}
.displayImg1
{
	text-align:center;
    font-size:90%
}
.gotoTop
{
	text-align:right;
	font-size:85%;
}

.right
{
    text-align:right;
}
