@charset "utf-8";
/* CSS Document */

body {
	background: transparent url(images/background.jpg) repeat-x top left;
	background-color: #424041;
}

div.container {
	width: 900px;
	height: auto;
	margin: auto;
}

div.body {
	width: inherit;
	height: auto;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

#slogan {
	color: #D3DFF1;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-size: 13px;
	
	list-style: none;
}

div.title {
	padding-top: 5%;
	margin: 0 auto;
	height: auto;
	outline: none;
	border: none;
	margin-left: 40px;
}

img.logo {
	position: absolute;
}

img.title {
	outline: none;
	border: none;
	padding-top: 47px;
}

img.pic {
	outline: none;
	border: none;
	
	margin-bottom: 20px;
}

h1.info {
	padding: 0 30px 0 30px;
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;	
}

h2.appHead {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bolder;
	
	margin: 3% 15% 2% 15%;
	
	border-bottom: 1px dashed #333;
	
	color: #333;
	
	margin-bottom: 1.5em;
}

object:active, object:focus, object {
	outline: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a:link, a:visited, a:active, a:hover, a {
	color: inherit;
	text-decoration: inherit;
	outline: none;
}

#codes {
	text-align: left;	
}

#code {
	border: 1px solid #999999;
	padding-right: 20px;
	padding-left: 20px;
	
	margin-top: 0;
	margin-bottom: 0;
	
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#codeTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #E1E1FF;
	
	text-align: center;
}

#FlashDiv {
	text-align: center;
	
	background: #EEEEEE;
	
	padding: 20px;
	margin-left: 50px;
	margin-right: 50px;
}

p.creditText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#AAA;
	text-align: right;
	padding-left: 40px;
}

#credits {
	width: inherit;
	margin: inherit;
	clear: both;
}

li.navButton, a.navButton, a.navButton:visited, a.navButton:link {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
}

li.navButton {
	text-align: center;	
	background-color: #AA2E29;
	float: right;
	
	padding-left: 10px;
	padding-right: 10px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	height: auto;
	margin: auto;
	
	list-style: none;
	
	cursor: pointer;
}

li.leftNav {
	border-right: 1px solid #DD2E29;
}

li.navButton:hover, li.active {
	background: #DD2E29;
}

ul.nav {
	float: right;
	margin: 0 auto;
}

#navigatorDiv {
	margin: 0 auto;
	height: 30px;
	margin-bottom: -6px;
}

#plainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 0 20px 0 20px;
	color: #595959;
	
	margin-top: 0;
}

#plainText.header {
	color: #333;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding-top: 30px;
	
	font-family: Verdana, Geneva, sans-serif;
}

#plainText.description {
	font-size: 12px;
	letter-spacing: 0.09em;
	line-height: 130%;
}

#plainText.signature {
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#boldie {
	font-weight: 600;
	color: #494949;
}

#italic {
	font-style: italic;
	font-weight: 600;
}

#quote, pre.code{
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	letter-spacing: normal;
	font-style: italic;
	
	padding-left: 30px;
}

pre.code {
	font-size: 12px;
	color: #555;
	padding-left: 0;
}

#description {
	margin: auto;
	
	margin-bottom: 3em;
	margin-top: 50px;
	
	margin-left: 100px;
	margin-right: 100px;
	
	text-align: center;
	
	border-top: 1px dashed #888;
}

#descriptionText {
	margin: auto;
	width: 500px;
}