﻿/* html element style's */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	background: #111 url(images/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {
	font: bold 1em sans-serif;
}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {
	border: none;
}

ul {
	margin-left: 2em;
}

h1 {
	font: normal 2.4em sans-serif;
}

h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

.pageContainer {
	border: 3px solid #444;
	border-top: none;
}

.greyStripe {
	background: #333 url(images/stripe.gif);
	height: 6px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.hidden {
	display:none;
}

.top {
	vertical-align:top;
}

.twoPanelLayout {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}

.twoPanelLayout .left {
	width: 75%;
}

.twoPanelLayout .right {
	width: 25%;
}

.leftContent {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

.leftContent h1 {
	background: url(images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.leftContent a {
	color: #999;
	text-decoration: underline;
}

.leftContent a:hover {
	color: #33CC33;
}

.leftContent .descr {
	margin-bottom: 5px;
}



.droppedCap_W {
	float: left;
	margin-top: 0px;
	color: #33CC33;
	width: 55px;
	font-size: 56px; 
	line-height:48px;
	font-family: Times, serif, Georgia;
} 

.droppedCap_I {
	float: left;
	margin-top: 0px;
	color: #33CC33;
	width: 20px;
	font-size: 56px; 
	line-height:48px;
	font-family: Times, serif, Georgia;
}

.droppedCap_D {
	float: left;
	margin-top: 0px;
	color: #33CC33;
	width: 40px;
	font-size: 56px; 
	line-height:48px;
	font-family: Times, serif, Georgia;
} 

.droppedCap_S {
	float: left;
	margin-top: 0px;
	color: #33CC33;
	width: 30px;
	font-size: 56px; 
	line-height:48px;
	font-family: Times, serif, Georgia;
} 

.droppedCap_T {
	float: left;
	margin-top: 0px;
	color: #33CC33;
	width: 35px;
	font-size: 56px; 
	line-height:48px;
	font-family: Times, serif, Georgia;
} 

.rightContent {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	/*padding: 12px;*/
	padding: 6px;
}

.rightContent h1 {
	background: url(images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.rightContent a {
	color: #999;
	text-decoration: underline;
}

.rightContent a:hover {
	color: #33CC33;
}







.styledList ul {
	margin: 0;
}

.styledList li {
	background: url(images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}

.styledList li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}

.styledList li a:hover {
	color: #33CC33;
}
