/*
CSS :: Rwanda Restored  :: Neopixel
*/


body {
	margin-top: 0px;
	background:  #bce4d8 url(../imgs/bg.jpg) repeat-x top;
}

body, th, td, input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.clr	{ clear:both;}

p {

	line-height: 1.1em;
	font-size: 1em;
	text-align:justify;
}

ul, ol {
	line-height: 1.2em;
	list-style-image: url(../imgs/blue-bullet.png);

}

li {
	margin-bottom: 10px;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

h1, h2 {


}

h1 {
	margin-top: 0.6em;
	font-size: 1.5em;
	letter-spacing: -.06em;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #137693;
}

h2 {
	margin-top: 0.6em;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #137693;
}

em {
	font-weight: bold;
	color: #137693;
}


a {
	text-decoration: none;
	color: #137693;
}

a:hover {
	border: none;
		color: #1596b0;
}
.image-right {
	padding: 0px 0px 10px 10px;	}


.image-left {
	padding: 0px 10px 0px 0px;
}

.image-bottom {
	padding: 10px 0px 0px 0px;
}

.quote {
font-size: 1.25em;
font-style:italic;
	color: #137693;	
	
}


/* Container */

#page {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff ;
}


/* Top*/

#logo {
	width: 800px;
	
}

#menu {
	width: 800px;
	
	background-color: #137693;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #579eb2;
	line-height: 2em;
	text-indent: 1em;
	font-weight: 900;
	word-spacing: 0.6em;
}

#menu a {
	text-decoration: none;
	color: #ffffff;
	word-spacing: 0em;

}

#menu a:hover {
		color: #ffff00;

}

#sub-menu {
	width: 800px;
	
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.6em;
	text-align: center;
	word-spacing: 0.8em;
}

#sub-menu a {
	text-decoration: none;
	color: #189ab2;
	word-spacing: 0em;

}

#sub-menu a:hover {
		color: #fd9ab2;

}


/* Page Content */

#full_column	{ padding: 10px 25px 10px 25px; background-color:#ffffff;

}

#column1 {
	float: left;
	width: 400px;
	padding: 10px 10px 0px 25px;
	background-color:#ffffff;
}


#column2 {
	float: right;
	width: 300px;
	padding: 10px 30px 0px 25px;
	background-color:#ffffff;
}


/* Footer Elements */

#footer {
	clear:both;
	margin: 0 auto;
	background-color:#137693;
	width: 800px;
	height:29px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 2em;
	font-size: 12px;
	text-align:center;
	color: #ffffff;
}

