/* 
This is the main style sheet for the Temple Shololm - 2007 web site
*/
html {	
	text-decoration: none;
	color: black;
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	
}

body {
	background-color: white;
	text-decoration: none;
	color: black;
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	background-color: transparent;
	text-decoration: none;
	color: black;
	font-family: Times New Roman, Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}

.bold {
	font-weight: bold;
}

.indent {
	margin-left: 30px;
}

.underline {
    text-decoration: underline;
}

.boldunder {
   text-decoration: underline;
   font-weight: bold;
}

.caps {
	text-transform: uppercase;
}
.italics {
	font-style: italic;
			
}
.white {
    color: #ffffff;
	font-size: .90em;
	text-align: NONE;

}
.whitebold {
    color: WHITE;
	font-size: .90em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	font-weight: bold;	
}
.small {
    font-size: 10px;
	color: 000000;	
}

.smallwhite {
    font-size: 10px;
	color: white;	
}

h1 {
text-decoration: none;
	color: #9999ff;
	font-family: Times New Roman, Times, serif;
	font-size: 1.4em;
	font-style: bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

h2 {
text-decoration: none;
	color: #333399;
	font-family: Times New Roman, Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #9999ff;
	margin-top: 20px;
	margin-left: 8px;
	clear: both;
}
h3 {
text-decoration: none;
	color: #333399;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	border-bottom: 0;
	margin-top: 00px;
	margin-left: 0px;
	clear: both;
}

a:link, a:visited {
	
	text-decoration: underline;
	color: #333399;
}

a:hover, a:active {
    text-decoration: underline;
	color: #9999ff;
}
a.leftnav:link, a.leftnav:visited {
	text-decoration: none;
	color: white;
	background-color: #666666;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}

a.leftnav:hover, a.leftnav:active {
    text-decoration: none;
	color: #333366;
	background-color: #666666;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	
}
a.bottomnav:link, a.bottomnav:visited {
	text-decoration: underline;
	color: #237fc1;
	background-color: transparent;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: bold;
	
}

a.bottomnav:hover, a.bottomnav:active {
    text-decoration: underline;
	color: #fbe14c;
	background-color: transparent;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: bold;
	
}

ul  {
	background-color: transparent;
	text-decoration: none;
	color: BLACK;
	font-family: Times New Roman, Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	margin-left: 30px;
	margin-right: 10px;
	padding-left: 0px;
	list-style-type: square;   
	
}

ul.navigation  {
	text-decoration: none;
	color: 336600;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
	
}

li.blue {
list-style-image:  url(file:///C|/Documents and Settings/Cheryl Michaels/My Documents/My Webs/EDC/logos/images/ya_bullet-bl.gif);
padding-left: 0px;
margin-left: 30px;
margin-right: 5px;
padding-bottom: 10px;
}
		
li.gold {
list-style-image: url(file:///C|/Documents and Settings/Cheryl Michaels/My Documents/My Webs/EDC/logos/images/ya_bullet-gold.gif);
padding-left: 0px;
margin-left: 30px;
margin-right: 5px;
padding-bottom: 10px;
}

table {
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

table.border {
	text-decoration: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border: 3px;
	width: 800px;
	padding: 0px;
	margin-top: 12px;
}

img {
    border: none;
}

img.photos {
   margin-right: 10px;
   margin-bottom: 3px;
   margin-left: 10px;
   border-width: 1px;
   border-style: solid;
   border-color: #9999ff;
}


hr { 
    height: 3px;
	width: 100%;
	color: #336600;
}