p, td, li, select {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	text-align: justify;
	line-height: 20px;
	font-size: 11px;
}

input, textarea, form {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
        font-size: 12px;
}

body {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	color: #444444;
	background: #444444;
	margin-top: 15px; 
	margin-bottom: 15px; 
 	margin-left: 30px;
	margin-right: 30px;
}

.page {
	color: #222222;
	font-size: 12px;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	text-align: justify;
	line-height: 20px;
	background-color: white;
	padding: 5px 20px 20px 20px;
}

.page a {
	color: #50721D;
	background-color: transparent;
	border: 1px solid #ffffff;
	text-decoration: none;
}

.page a:hover {
	color: #50721D;
	background-color: transparent;
	text-decoration: none;
	background-color: #b6bdd2;
	border: 1px solid #0a246a;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1 {
        color: #588BB0;
	font-family: "Trebuchet MS", Helvetica, "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 5px 0px;
	font-size: 23px;
        border-bottom: 1px solid #dddddd;
}

h2 {
        color: #588BB0;
	font-family: "Trebuchet MS", Helvetica, "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 5px 0px;
	font-size: 23px;
        border-bottom: 1px solid #dddddd;
}

h3 {
        color: #588BB0;
	font-family: "Trebuchet MS", Helvetica, "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 1px solid #dddddd;
}

h4 {
        color: #588BB0;
	font-family: "Trebuchet MS", Helvetica, "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 1px solid #dddddd;
}

h5 {
        color: #588BB0;
	font-family: "Trebuchet MS", Helvetica, "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 5px 0px;
        text-transform: uppercase;
        letter-spacing: 1px;
	font-size: 14px;
}

h6 {
        color: #588BB0;
	font-family: "Trebuchet MS", Helvetica, "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 0px 5px 0px;
        text-transform: uppercase;
        letter-spacing: 1px;
	font-size: 14px;
}

.indent {
	margin-left: 40px;
}

.additions {
	color: #008800;
}

.deletions {
	color: #880000;
}

.error {
	color: #CC3333; font-weight: bold;
}

.header {
    background: #ffffff;
    background-image: url(http://www.nanophobia.com/nanophobiaheader.jpg);
    font-family: "Trebuchet MS", "Lucida Grande", "Trebuchet MS", Verdana, Geneva, Lucida, Helvetica, sans-serif;
    font-size: 23px;
    color: #cccccc;
    padding: 10px 0px 0px 20px;
    height: 200px;
    text-align: left;
}

.header a {
	color: #ffffff;
	text-decoration: none;
	background: transparent;
	border-bottom: 0px;
}

.header a:hover {
	color: #cccccc;
	text-decoration: none;
	background: transparent;
	border-bottom: 0px;
}

h2 a {
	color: #ffffff;
	font-weight: bold;    
	text-decoration: none;
	background: transparent;
	border-bottom: 0px;
}

h2 a:hover {
	color: #cccccc;
	text-decoration: none;
	background: transparent;
	border-bottom: 0px;
}

.menu {
	background: #eeeeee;
	clear: both;
	color: #6699CC;
	font-size: 12px;
	font-weight: bold;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	border-top: 1px dashed #999999;
 	border-bottom: 1px dashed #999999;
 	padding: 5px 10px 5px 20px;
}

.menu a {
	color: #50721D;
	text-decoration: none;
	background: transparent;
}

.menu a:hover {
	color: #91A238;
	text-decoration: none;
	background: transparent;
	border-bottom: 0px;
}

.footer {
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
    	font-size: 12px;
	background-color: #eeeeee;
	border-top: 1px dashed #999999;
 	color: #6699CC;
	font-weight: bold;
	padding:5px 2px 5px 20px;
}

.footer a {
	color: #588BB0;
	text-decoration: none;
	background: transparent;
}

.footer a:hover {
	color: #0F4275;
	text-decoration: none;
	background: transparent;
	border-bottom: 0px;
}

.commentsheader {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-size: 11px;
	background-color: #dddddd;
	padding: 5px 10px;
}

.comment {
	background-color: #EEEEEE;
	padding: 5px 10px;
}

.commentinfo {
	color: #AAAAAA;
}

.commentform {
	font-family: Georgia, "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
	padding: 5px 10px;
}

.code {
	background: #FFFFFF;
	border: 1px solid #888888;
	font-family: "Courier New";
	color: black;
	font-size: 10pt;
	width: 95%;
	height: 400px;
	overflow: scroll;
	padding: 3px;
}

.notes {
	color: #a9a9a9;
}

.revisioninfo {
	color: #AAAAAA;
	padding-bottom: 20px;
}

.copyright {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	text-align: right;
	padding-right: 3px;
}

.copyright a {
	color: #999999;
	border-bottom: none;
}

.copyright a:hoover {
	color: #000000;
	border-bottom: none;
}

a.ext {
	color: #3366CC;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a.ext:hover {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}

.exttail {
    color: #999999;
    position: relative;
    bottom: 0.5ex;
}

.box {
       margin-left: auto;
       margin-right: auto;
       width: 640px;
}

.anonymous {
       color: #666666;
}

.hr {
	border-top: 1px solid;
	color: #dddddd;
	margin-top: 5px;
	padding-bottom: 5px;
}

tt {
	font-size: 11px;
}

blockquote {
	width: 500px;
	margin-bottom: 0px;
}

.missingpage {
	color: #ff0000;
}

br {
	clear: none;
}

.col1 {
	width: 200px;
	float: left;
}

.col2 {
	width: 200px;
	float: left;
}

.col3 {
	width: 200px;
	float: left;
}

fieldset { padding: 10px; }

legend { padding-right: 10px; padding-left: 10px; color: #444444; font-weight: bold; }

.side {
	border-left: 1px dashed #999999;
	background: #eeeeee;
	width: 200px;
}

.main_side {
	background: #eeeeee;
	clear: both;
	color: #222222;
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana, Arial, Sans-serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 20px 10px 20px;
	line-height: 20px;
	text-align: justify;
}

.title_spec {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.title_spec_side {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #588BB0;
}
