/*This is for general sitewide constructs*/
/*Page specific constructs follow*/
body {
 	color : #D9D9F3;
	background : #CCCCFF;
	margin:1%;
	font-family:georgia, verdana, arial, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 100%	
	}

p { 
	margin-top : 5px ;
	margin-left : 5px ;
	margin-right : 5px ;
	font-family:georgia, verdana, arial, sans-serif;*/
	/*font-family: trebuchet MS, trebuchet, verdana, helvetica, sans-serif;*/
	font-size: 100%;    
	text-indent : 0% }

H1, H2, H3, H4, H5, H6 {
	color : #D9D9F3 ;
	/* KINGS PURPLE color : #330066;*/
	margin: 5px;
	font-family: "Minion Web", Palatino, "Times New Roman", serif;
	}

 H1 {
font-size: 200%
}

H2 {
font-size: 175%
}

H3 {font-size: 150%}

H4 {font-size: 125%}

H6 {font-style:italic;
	font-weight:bolder} 

.small {font-size: 60%}

A:link {color: #CCFFCC }

A:visited {color: #99cc99 }

A:active {color: #33ccff}

A:hover {color: #33ccff}

.heading { color: white;
		margin-top : 20px ;
		margin-left : 20px ;
		margin-right : 20px ;
		font : 14pt/16pt Georgia, "Times New Roman", serif ;
        	text-indent : 0em }

p.quote { color : white;
		font-weight : 550;
		margin-top : 10px;
		margin-left : 5%;
		margin-right : 5%}

blockquote	{
			margin: 10px;
			font-family:georgia, verdana, arial, sans-serif;
			/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
			color : white;
			font-weight : 550}

p.list {margin : 10px;
	font-size: 80%}

p.mini {margin : 10px;
	font-size: 60%}

p.note { font-style : italic}

#info { font-size: 60%;
	float: right;
	width: 30%;
	margin: 0.5em;
	border: solid thin #D7040B;
	color : #D9D9F3;
	background : #FF0000;
	}

.banner {
		width: 88.6%;
		margin: 20px 20px 0px 20px;
		padding:10px;
		background:#333366;
		border:2px solid #000
}

.centeredimage {
		text-align:center;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
}

.leftcontent {
		width:20%;
		float:left;
		background:#333366;
		border:2px solid #000;
		padding-bottom:20px;
		margin:2%		
}


.rightcontent {
		width:65%;
		float:left;
		background:#333366;
		border:2px solid #000;
		margin:2%;
		padding:5px}


/******************************/
/* Page Specific Constructs   */
/******************************/

/* for use on propaganda.php */

.propright { 
		margin:5px;
		padding:5px;
		}
		

