/* Default Stylesheet */

ol {
	padding-left: 40px;
}

ul {
	padding-left: 40px;
}

li {
	padding-bottom:5px;
}

body {
	margin: 0px;
	background-color: #fff;
	color:#000000;
}

.info {
	border-style:solid;
	border-width:1px;
	width:300px;
}

td.info {
	padding:5px;
}

input {
	border-style:solid;
	border-width:1px;
}

h1 {
	font-family:sans-serif;
	font-size: 30px;
	text-align: left;
	font-weight: 900;
	color: #000000;
	background-color:transparent;
}

h2 {
	font-family:sans-serif;
	font-size: 25px;
	text-align: left;
	font-weight: 900;
	color: #000000;
	background-color:transparent;
	padding-top:20px;
}

h3 {
	font-family:sans-serif;
	font-size: 20px;
	text-align: left;
	font-weight: 900;
	color: #000000;
	background-color:transparent;
	padding-top:20px;
}
	
h4 {
	font-family:sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: 900;
	color: #000000;
	background-color:transparent;
}
		
a {
	font-family:sans-serif;
	color: #0000FF;
	text-decoration: none;
	background-color:transparent;
}
		
a:hover {
	font-family:sans-serif;
	color: #CC0000;
	text-decoration: underline;
	background-color:transparent;
}

pre {
	background-color:#eef;
	border:solid 1px #aab;
	font-family:monospace;
	/*font-size: 12px;*/
	color:#000000;
	padding:5px;
	overflow:auto;
}

#tkbox {
	text-align:center;
	padding-left:15px;
	padding-top:15px;
	position:absolute
	/*float:left;*/
}

/* Mirrors DIV box */
#mirrorbox {
	text-align:right;
	padding-right:5px;
	padding-top:5px;
	float:right;
	position:absolute;
	margin-left:72%;
}

/* The Top Caption */
#caption {
	width:100%;
	font-family:sans-serif;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 3px;
	color: #DDD;
	height:60px;
	text-align: center;
	padding-top:5px;
	background-image: url("../images/banner-black.gif");
	background-color:#3e6a5f;
}

/* Main Menu */
#topmenu {
	font-family:sans-serif;
	font-size: 13px;
	text-align:center;
	color: #222266;
	letter-spacing: 2px;
	margin:0px;
	padding:5px;

	background:#f5eebb;
}

#topmenu a {
	font-weight:bold;
	color: #222266;
	background:transparent;
	text-decoration: none;
}

#topmenu a:hover {
	color: #990000;
	text-decoration: underline;
}

/* Left Menu. Relevant to the current Section */
#leftmenu {
	float:left;
	padding-right:5px;
	width:220px;
	overflow:auto;
	font-family:sans-serif;
	font-size: 12px;
	color: #EEEEFF;
	background-color:#3e6a5f;
	background:url("../images/menu-black.gif");
	background-repeat:repeat-y;
	/*border: solid 0.5px;*/
}

#leftmenu a {
	color: #EEEEFF;
	background-color:transparent;
	text-decoration: none;
}

#leftmenu a:hover {
	color: #db5;
	text-decoration: underline;
}

/* Right Menu. External Links */
#rrightmenu {
	float:right;
	width:200px;
	/*height:800px;*/
	font-family:sans-serif;
	font-size: 12px;
	color: #eef;
}

#rrightmenu a {
	color: #eef;
	text-decoration: none;
}

#rrightmenu a:hover {
	color: #db5;
	text-decoration: underline;
}

/* The main content area */
#main {
	padding-left:15px;
	padding-right:25px;
	margin-left:225px;
	margin-top:0px;
			
	background-color:#fff;
	font-family:sans-serif;
	font-size:14px;
	color: #000000;
}

/* Footer. Copyright Notice goes here */
#footer {
	margin-left:225px;
	text-align:center;
	color:#000000;
	background-color: transparent;
}

#copyright {
	color: #666;
	/*background:#72b7c8;*/
	font-family:sans-serif;
	font-size: 12px;
	text-align:center;
	letter-spacing: 0.2ex;
	/*background-color: #5e534c;*/
	margin:auto;
	padding-top:20px;
	padding-bottom:3px;

/*	border-top:solid 1px;
	border-bottom:solid 1px;*/
}

/* Container for the entire page */
#container {
	/*background-color: #7e736c;*/
	background:url("../images/menu-black.gif");
	background-repeat:repeat-y;
	color:#000000;
	width:100%;
	/*height:100%;*/
	margin:auto;
	overflow:auto;
	/*border-left: outset 5px #CCCCCC;
	border-right: outset 5px #CCCCCC;*/
}

/* Smal notes and links with caption */
.capnote {
	font-family:sans-serif;
	font-size: 12px;
	text-align: center;
	color: #DDDDDD;
	letter-spacing: 1px;
	font-weight: normal;
	background:transparent;
}
		
.capnote a {
	font-size: 12px;
	color: #CCEECC;
	background:transparent;
	letter-spacing: 0.2px;
}
		
.capnote a:hover {
	font-size: 12px;
	color: #AAEEEE;
	letter-spacing: 0.2px;
	text-decoration:underline;
	background:transparent;
}

/* Category head for Menu links */
.cathead {
	height:20px;
	font-weight: bold;
	font-family:sans-serif;
	font-size: 12px;
	color: #ec7;
	letter-spacing: 0.2ex;
	background-color:transparent;
	padding-top:10px;
	padding-left:10px;
	border-bottom: solid 1px #FFF;
	/*background-color:#334444;*/
	text-align:left;
	/*border-top-style:dotted;
	border-top-width:2px;*/
}

/* Faded tiny font. Useful for footnotes. */
.note {
	font-family:monospace;
	font-size:10px;
	color:#666666;
	background-color:transparent;
}

.intro {
	font-family:monospace;
	border: dotted 1px #aac;
	background: #eee;
}


