body {background:#fff;
	  background-image: url("../images/structure/background.gif");
	  background-repeat: repeat-y;
	  margin: 0px;
	  margin-left: 98px;
	  padding: 0px;
	  font-family: Verdana, Geneva, sans-serif;
	  min-width: 860px;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#header-bar
{
	background-size: 100% 100%;
	background-color: #54cc14;
	margin: 0px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;

}

#header
{
	position: relative;
	height: 95px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0px;
}

.container
{
	width: 1200px;
	margin: 0px auto;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo
{
	position: absolute;
	margin-top:10px;
	top: 0;
	left: 0;
	width: 100%;
}

#logo a
{
	text-decoration: none;
	color: #FFF;
}

#header h1
{
	margin-left: 200px;
	margin-top: 20px;
	padding-top: 0px;
	font-size: 1.2em;
	font-weight: 550;
	float:left;
	font-family: Georgia,Times,Times New Roman,serif; 
	width:600px;
}

#authors
{
	margin-left: 200px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 0.8em;
	font-weight: 550;
	float:left;
	font-family: Georgia,Times,Times New Roman,serif; 
	width:800px;
}

#menu-bar
{
	background-size: 100% 100%;
	background-color: #1485cc;
	margin: 0px;
	padding: 5px;
	float:clear;
	border-bottom: 1px solid #000000;
}

#menu-bar a
{
	text-decoration: none;
	color: #000000;
}

#menu-bar a:hover
{
	text-decoration: none;
	color: #FF0000;
}

#icon-bar
{
	margin: 10px;
	float:clear;
	min-height: 220px;
	min-width: 850px;
	margin-left: -50px;
}

#iconbox
{
	width: 200px;
	height: 200px;
	margin-left: 100px;
	padding-top: 10px;
	float: left;
	position: relative;
	text-align: center;

}

#iconlink
{
	width: 200px;
	font-size: 18pt;
	font-family: Georgia,Times,Times New Roman,serif; 
	color: #1485cc;
	text-align: center;
	position:absolute;
	bottom:0;
}

#iconlink a
{
	text-decoration:none;
	color: #1485cc;
}

#iconlink a:hover
{
	text-decoration: none;
	color: #FF0000;
}


#content
{
	background-size: 100% 100%;
	margin: 10px;
	float:clear;
	font-size: 12px;
	width:850px;
}

#footer
{
	background-size: 100% 100%;
	background-color: #54cc15;
	float:clear;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding: 2px;
	text-align:right;
}

#footer p
{
	font-size: 10px;
	margin: 0px;
	padding-right: 10px;
}

.homepic{
	width: 400px;
	float:right;
	padding: 5px;
	border:1px solid #021a40;
	margin-left:5px;
}

.mcpic{
	width:300px;
	float:right;
	padding: 5px;
	border:1px solid #021a40;
	margin-left:5px;
}


.notice{
	width: 300px;
	margin-left:50px;
	padding: 5px;
	border: 1px solid;
	background :#FCFFDB;
}

.contentpic{
	width:250px;
	padding: 0px 0px 10px 10px;
	float:right;
}


.dataTable{
	border: 3px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	background: white;
	border-collapse:collapse;
}

tr{
	border: solid 1px black;
}
td{
	border:solid 1px black;
	padding-right:20px;
	padding-left:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

th{
	border:solid 1px black;
	padding-right:20px;
	padding-left:20px;
}

td.numeric{
	text-align: center;
}


.codeBlock{
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15px;
	list-style-type: none;
	border:solid 1px;
	 resize:none;
	 background: #FCFFDB;
	 margin-left:20px;
}
.codeBlock2{
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15px;
	list-style-type: none;
	border:solid 1px;
	 resize:none;
	 background: #FCFFDB;
	 margin-left:20px;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 margin-bottom: 10px;
}

.commandLine{
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	 margin-left:20px;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 margin-bottom: 10px;
	 padding-left: 15px;
	 	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15px;
	list-style-type: none;

}

.codeBlock .param{
	color:blue;
	font-weight: bold;
}



.centerImage{
	display: block;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid;
}

.prismFormula{
	color : #000000;
	background : #ffffff;
	padding:10px;
	border: 1px solid;
}
.caption{
	text-align: center;
}