﻿/* Simple Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:12px; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, b, i, u, strike { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color:#000099;
	}

ol, ul { list-style: none; }

/* Global */

html,body	{background:#FFFFCC}       

blockquote	{ font-size:16px; width:500px;text-align:justify;margin-left:auto; margin-right:auto;  line-height:150%; }


/* Global class styles */

.right 		{ text-align:right }
.center 	{ text-align:center }
.justify	{ text-align:justify}

.strong    	{ font-weight: bold; }
.em		   	{ font-style: italic;}

strong    	{ font-weight: bold; }
em		   	{ font-style: italic;}


.red		{ color:#990000 }
.green		{ color:#009900}
.blue		{ color:#000099}

.strongred    	{ color:#990000; font-weight: bold; }
.strongreen    	{ color:#009900; font-weight: bold; }

.emred	   	{ color:#990000; font-style: italic;}
.emgreen	{ color:#009900; font-style: italic;}

.singlespace {line-height:100%}


/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold;
 }

h1 { font-size:32px; }
h2 { font-size:28px; }
h3 { font-size:24px; }
h4 { font-size:20px; }
h5 { font-size:16px; }
h6 { font-size:12px; }

/* Text Elements */

p           	{ color:#000099; font-size:14px; line-height:150%;  }

a           	{   }
a:link			{ color: #00f; ;text-decoration:underline; font-weight: bold }
a:visited		{ color: blue }
a:active		{ color: #000;  }
a:focus			{ color: #666;  }
a:hover     	{ color: #f00;  }


/* Simple template design: 3 divisions, 2 locked (top & bottom) and 1 editable (middle section)  */

/* Containers */
/*
body				{ margin-left:auto; margin-right:auto }
#wrapper 			{ width:900px; margin:20px 0; margin-left:auto; margin-right:auto }
#top				{ width:900px; padding:20px 0; margin-left:auto; margin-right:auto }
#bottom 			{ width:900px; padding:20px 0; margin-left:auto; margin-right:auto } */

#wrapper, #top, #bottom { width:900px; margin:20px 0; margin-left:auto; margin-right:auto } 
						
#editable 			{ width:750px; padding:20px 0; margin-left:auto; margin-right:auto }
#editable p			{ line-height:150%; margin:20px 0; }
#editable img		{ padding:0px; margin:0px; }




