/* Predefined XHTML Tags */
body {	
  	background: #fefefe;
  	color: #000000;
        font-family: Arial, Lucida Grande, sans-serif;
        font-size: 1em;
        line-height: 1.25em;
}
h1 {
	font-family: "trebuchet ms", tahoma, sans-serif;
	color: #336633;
	border-bottom: 1px solid #515351;
	line-height: 1.2em;
}	
h2 { 	
	color: #515351;
        font-size: 1.3em;
}
h3 { 	
	color:#515351; 
    	border-bottom: #515351 1px dashed;
    	font-size: 1.2em; 
}  
h4 { 	
	color:#515351; 
    	font-size: 1.1em; 
}  
p {
	line-spacing: 0.2em;
	line-height: 1.2em;
}
p, tr, td, ul, li {
	font-size: 0.9em;
}



/*Custom ID tags*/
#Header {margin-top: 30px;
	background-color: #336633;
	border: 2px solid #006600;
	color: #FFFF99;	
}
#HeaderTitle {
	font-size: 3em;
	font-weight: bold;
	padding: 10px;
}
#HeaderTitleSub {
	font-weight: bold;
}
#HeaderNavigation {
        padding: 0.5em;
	border: 2px solid #003300;
	background-color: #FFFFCC;
}
#HeaderNavigation a {
	border-right: 2px solid #39471c;
	border-left: 2px solid #39471c;
	color: #000000;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	text-decoration: none;
}
#HeaderNavigation a:hover {
	
	border-bottom: 2px solid #39471c;
}
#Content{
	background: #eeeeee;
	text-align: left;
	border: 2px dashed #ccc;
}
#Footer {
	padding: 0.5em;
	font: sans-serif 0.9em;
	color: #000;
}


/*Code Box Style*/

pre {
        padding: 0.5em;
        border: 1pt solid #c0c0c0;
        background: #F0ECE6;
        white-space: pre;
        /* begin css 3 or browser specific rules - do not remove!
        see: http://forums.techguy.org/archive/index.php/t-249849.html */
	white-space: pre-wrap;
	word-wrap: break-word;
	swhite-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
        /* end css 3 or browser specific rules */
}

code {
        white-space: pre;
}

/*Lists Styles*/
ol, ul {
  	margin-left: 0;
  	padding-left: 1.5em;
  	list-style-position: inside;
	}
ol ol, ul ul {
  	padding-left: 2em;
	}
ol ol ol, ul ul ul {
  	padding-left: 2.5em;
	}
ul {
  	list-style-type: disc;
	}
ul ul {
  	list-style-type: circle;
	}
ul ul ul {
  	list-style-type: square;
	}

  
/*Side Menu*/
div.menu {
	
    	width:100%;
    	padding: 0;
	background-color: #9c9ece;
	}
div.menu a {
    	display: block;
    	margin: 0;
    	width: 100%;
    	padding: 0.5em;
    	color: #000000;
    	text-decoration: none;
	}
html>body div.menu a {
	width: auto;
	}
div.menu a:hover {
	color: white;
	text-decoration: underline;
	}
.LeftContainerItem {
	border-top: 2px solid #f5a626;
	border-bottom: 2px solid #f5a626;
	margin-bottom: 1em;
	background-color: ##9B9ECF;
}
.LeftContainerItem img {
	border: 0px solid black;
	text-align: center;
}
.LeftContainerHeader {
	border-bottom: 1px dashed #8386AF;
	padding: 0.5em;
	font-weight: bold;
	background-color: #7b7da5;
}

/*Links, general*/
a:link {
      	color: #4d55cf;
      	text-decoration: underline;
}
a:visited {
	color:##4B8F47;
	text-decoration: underline;
}  
a:hover {
	color:#000000;
	text-decoration: none;
}
a:active {
	color:#000000;
	text-decoration: none;
}	
	
#PageMenu {
        margin-top: -1em;
}

.PageMenuTitle {
        font-weight: bold;
        color: #7b7da5;
}

.faq li {
        font-weight: bold;
}

.answer {
	padding: 0.5em 2em 1.5em 2em;
        font-weight: normal;
}

.NewsBox {
}

.NewsBox hr {
        margin: -1em 2em 0em 1.5em;
        height: 1px;
}

.NewsBox blockquote {
        margin-top: -0.2em;
}

.NewsTitle {
        padding: 0em 2em 0em 2em;
        font-size: 14px;
        font-weight: bold;
        color: black;
}
