﻿body {
	color: #004200;
	font-family: Arial;
	/*background-color: #f1ebc9;*/
	background-color: #0B3F3B;
	text-decoration: none;
	margin: 0; padding: 0;
	text-align: center;
	font-size: 93%;
}

p {margin:1em 3em 1em 3em; line-height:1.5em; text-align: left;}

/*a:link {color: #006B6B; text-decoration:underline;}
a:visited {color:  #006B6B;}
a:hover {color: red;}*/

a { color: #006B6B;  text-decoration: underline;}
a:hover {color: red; text-decoration: underline;}


ul  { margin:1em 7em 1em 7em; line-height:1.5em; text-align: left;}

li {
	color: navy;
	text-align: left;
	font-family: Arial, sans-serif;
	/*font-size: 13px;*/
	
	
	
	
}

li a {color: #0066CC;}

/** HEADINGS */
h1 {
	color: #003DF2;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;}


h2 {
	color: #003DF2;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;}


h3 {
	color: #003DF2;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;}


h4 {
	color: #003DF2;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;}


h5 {
	color: #003DF2;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;}


h6 {
	color: #003DF2;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;}


h1 {
	font-size: 165%;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 115%;
}

h5 {
	font-size: 95%;
}

h6 {
	font-size: 75%;
}

hr {
	height: 2px;
	border: solid #CCCCCC 2px;
	border-top-width: 1px;
	margin: 20px;
	width: 95%;
}


#container {
	position: relative;
	width: 834px;
	margin: 0px auto;
	background-color: #ece9dd;
	/*background-color: #edffda;*/
	/*background-color: #F1EABC;*/
	border: 0px solid #C00000;
	
}

#header {
	width: 770px;
	margin: 0 auto 0 auto;
	margin-bottom: 20px;
}

#content {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
	height: 100%;
}

#content .imgl {
	float: left;
	padding-right: 8px;
	margin-left: 18px;
	}

#content .imgr {
	float: right;
	padding-left: 9px;
	margin-right: 10px;
	
}

#content .imgl p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	line-height: 1.5em;
}

#content .imgr p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	line-height: 1.5em;
}


li {
	list-style-image: url(../images/backgrounds/li.gif);
	line-height: 150%;
	text-align: left;
}

/* ~~~~~~~~~ PROPS FOR THE MENU GO OUT TO EXPLODING-BOY.COM ~~~~~~~~~ */
#topmenu {
	position: relative;
	top: 12px;
	left: 5px;
	width: 825px;
	font-size: 93%;
	margin: 0;
	line-height: normal;
	height: 41px;
}

#topmenu ul {
	margin: 0;
	padding: 0px 0px 0 2px;
	list-style: none;
}

#topmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#topmenu a {
	float: left;
	background: url(images/menuleft.png) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#topmenu a span {
	float: left;
	display: block;
	background: url(images/menuright.png) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #2C3E69;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {
	float: none;
}

/* End IE5-Mac hack */
#topmenu a:hover span {
	color: #ff0000;
	background-color:white;
	text-decoration: underline;
}

#topmenu a:hover {
	background-position: 0% -42px;
}

#topmenu a:hover span {
	background-position: 100% -42px;
}

#wrapper-footer {
	background: #FEFBE8;
	border: 1px solid #ccc;
	margin-top: 1em;
	text-align: center;
	max-width: 860px;
	height: 141px;
	border: 1px solid #ccc;
	padding: 20px;
}

#footer {
	text-align: center;
	height: 35px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	background-repeat: no-repeat;
}

#footer a:visited {
	color: #3399FF;
}

#footer a:link {
	color: #3399FF;
}

#footer a:hover {
	color: navy;
}

#footer {
	margin: 0 20px;
	clear: both;
	font-size: 13px;
	text-align: center;
}

#footer p {
	margin: 0 20px;
	clear: both;
	font-size: 13px;
	text-align: center;
}
#footer h6 {font-size: 11px;}

#footer a:hover {
	text-decoration: underline;
}

.ctr {
	text-align: center;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

a.dark:link {color: yellow; text-decoration: none; }
a.dark:visited {color: yellow; text-decoration: none;}
a.dark:hover {color: #0F0; text-decoration: underline; }

h1 { color: #006B6B; font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; text-align:center; margin:0 1em 1em 1em;  }

h2 { color: #006B6B; font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; text-align:center; margin:0 1em 1em 1em;  }

h3 { color: #006B6B; font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; text-align:center; margin:0 1em 1em 1em;  }

h4 { color: #006B6B; font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; text-align:center; margin:0 1em 1em 1em;  }

h5 { color: #006B6B; font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; text-align:center; margin:0 1em 1em 1em;  }

h6 { color: #006B6B; font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; text-align:center; margin:0 1em 1em 1em;  }

h6 {font-size:75%; font-style:italic;}

dt {margin-top:10px}
dd {color:#666666}
td { padding:4px}


.cytat {
	border-left: 5px solid #7A8CB4;
	border-right: 5px solid #7A8CB4;
	border-top: 1px solid #7A8CB4;
	border-bottom: 1px solid #7A8CB4;
	font-style: italic;
	font-size: 13px;
	margin: 40px;
	padding: 25px;
	text-align: left;
	background-color: #EFEFEF;
	color: #2C3E69;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.gray  {font-family: "Trebuchet MS", Arial, sans-serif; 
		border-left: 5px solid #495e80; 
		border-right: 5px solid #495e80; 
		border-top: 1px solid #495e80; 
		border-bottom: 1px solid #495e80; 
		font-style: italic; 
		font-size:14px; 
		margin: 2em 4em 2em 4em; 
		padding: 1em 2em 1em 2em; 
		text-align:left; 
		background-color: #FFFFFF;
		box-shadow: 0px 0px 3px #222;
    	-moz-box-shadow: 0px 0px 3px #222;
    	-webkit-box-shadow: 0px 0px 3px #222;
    	border-radius: 6px;
    	-moz-border-radius: 6px;
    	-khtml-border-radius: 6px;
    	-webkit-border-radius: 6px

    	}

.graj{width:500px;padding:2px 4px;background-color:#f6f6f6;border:#aaa 1px solid;}


.green {border: 2px solid #B8E6E6; margin: 10px 50px 10px 50px; padding: 15px; color: #006B6B; font-family: "Trebuchet MS", Arial, sans-serif; font-style: italic; background : #F7FFF6;}


.left {
	text-align: left;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
	text-align: left;
}

li {line-height:150%; text-align:left;}
.ctr	{text-align: center; }
.clear {clear:both; margin:0; padding:0;}
.hide {display:none;}
.headsub   {background: #0B3F3B; text-align:center; font-family:Arial; color:white;  margin: 20px; padding: 15px;}
.headtitle2 {width:95%; margin: 0 auto; color:#FFFFFF; background:url(images/header.jpg); padding-top:20px; padding-bottom:20px; font-family:Arial; font-size:24px; font-weight:bold; line-height:1em; text-align:center;}
.menuheader {font-family: "Trebuchet MS", Arial, sans-serif; font-size: 150%; color: #006B6B; background:#fff url(img/gradient2.png) repeat-x; border-top:1px solid #ddd; border-right:1px solid #888; border-bottom:1px solid #888; border-left:1px solid #ddd; margin: 20px; padding: 15px; text-transform:uppercase; }
.important {font-weight: bold;}
.verse {color: #fff; background: navy; padding:10px; margin: 10px;}
.quote {border: 2px solid #cfebfa; color: #00008b; font-size: 10pt; margin: 10px 50px 10px 50px; padding : 10px; text-align: left; background: #f4faff; font-family: Verdana; font-style: italic }
.bold {font-family: "Trebuchet MS", Arial, sans-serif; border: 2px solid #f7e5e5; margin: 30px 10px 30px 10px; padding: 10px; color:navy; background-color: #FFF8F4;font-style: italic}
.green li {	margin-left:55px; display:block;}
.uak{font-size: 8pt; font-family: Verdana, sans-serif; font-style: italic; padding-bottom: 2px; text-align: center; }

blockquote {
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 1.2em;
  	margin-bottom: 1.2em;
  	line-height:1.5em;
  	border-left: 2px solid #CCC;
  	border-right: 2px solid #CCC;
  	padding: 20px;
  	text-align:left;
  	background:#EEEEEE;
}

