/*PflagSF_basic.css*/

body{
	margin: 0;
	color: #006;
	background-color: #fff;
}
/**unless otherwise defined**/

p, h1, h2, h3, h4, div, blockquote, body, table, td{
	font-family: Verdana, 'Myriad Web', Syntax, sans-serif;
}

/*outside container-*/

#container {
	position: relative;
	width: 95%;
	height: 95%;
	margin: 5px auto 5px auto;
	text-align: left;
	color: #006; /* navy blue #006*/
	background-color: #fff; /* main color: white */
	border: 1px solid #f0f;
}

#container p{
	padding: 1em;
	background: url(../images/background2.jpg);
}
/**left sidebar**/
#left{
	float: left;
	width: 20%;
	margin-top: 18.5em;
	margin-left: 0; /**border: 2px dashed #909;**/
	font-family: Comic Sans MS;
	color: #006;
}

#left p{
	margin-top: 40px;
	margin-left: 10px;
}

/* Use list w/padding to put distanc between li items  */
#left ul{
	list-style: none;/*remove bullets*/
	padding: 0 .9em;
	margin: 0;
	width: 100%;	
	
}

#left li{
	margin: 0;
	padding: 0.8em;
	font-size: 1em;
	color: #006;
	display: block; 
	width: 100%; /*This stretches text across - no breaks*/
	text-align: left;
}

/***** center of page****/
#main{
	margin-top: 0;
	margin-bottom: 2em;
	margin-left: 20%;
	margin-right: 15%;
	padding: 5px;
	position: relative;
	color: #006;
}

/**header w/background color**/
#main h1{
	text-align:center;
	position: relative; /*If this is removed, background doesn't show*/
	padding: 5px 5px 5px 5px;
	font-size: 0.8em;
	/**background-color: #c69;**/
	color: #000;
}

/*same as h1 but no background color */
#main h2{ 
	text-align: center;
	position: relative;
	font-size: 1em;
	color: #00c;
}

#main h3{
	position: relative; /*If this is removed, background doesn't show*/
	/*padding: 5px 5px 5px 5px;*/
	font-size: 0.8em;
	background-color: #ff6;
	color: #600;
	display: inline;
}

#main h4{ /*same as h2 but different color*/
	display: inline;
	color: #00c;
	padding: 2px 4px 2px 4px;
	font-size: 0.8em;
	margin: 0;
}
#main ul{ /*don't add li to this rule*/
	list-style: none; /*remove bullets*/
	padding: 0;
	margin: 0;	
	font-size: 0.8em;
	color: #333;
}

/*display: list-item; disc*/
#main ul.disc{
	list-style: disc;
	margin: 0;
	padding: 8px;
	font-size: 0.8em;
}

/*display: list-item; square*/
#main ul.square{
	list-style: square;
	list-style-position: inside;
	margin: 0;
	padding: 4px;
	font-size: 0.8em;
}

#main li{
	/*change padding from 5px to 3px */
	padding: 3px;
	color: #333;
}

/**nested list**/
#main li.nest{
	text-indent: 4em;
	color: #333;
	font-size: 1em;
	padding: 20px;
	display: inline;
}
	
/**list w/numbers**/	
#main ol{
	list-style: decimal;
	padding: 8px;
	font-size: 0.8em;
	color: #333;
}

/**paragraph**/
#main p{
	color: #333;
	line-height: 1.15em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 0.8em;
}

/*Date generated by javaScript*/
#date{
	text-align: center;
	margin-top: 1em;
	padding: 0;
	
}

#date p{
	font-weight: normal;
	display: inline;
	padding-left: 15em;
	padding-right: 5em;
	/*border: 1px dashed #000;*/
}

/**classes**/
.color12{
	background-color: #c69;
}

.indent{

	text-indent: 1.25em;
}

.b{
	font-weight: bold;
}

.center{
	
	text-align: center;
}

.colorGreen{
	color: #fff;
	font-weight: bold;
	background-color: #0c0;
}
.colorBlue{
	color: #00c;
	text-align: center;
	font-weight: bold;
}

.bgYellow{
	background-color: #ff0;
}
.image{
	display: block;
	margin-left: 95px;
}

.short{
	margin-top: 5em;
	margin-bottom: 25em;
	margin-right: 2em;
	margin-left: 5em;
	padding: 3px;
	/*background-color: #ffc;*/
	font-size: 0.8em;
	color: #006;
	line-height: 2.0;	
}
