/* Site Colors:
	#1A446C - blue grey
	#689DC1 - light blue
	#D4E6F4 - very light blue
	#EEE4B9 - light tan
	#8D0D19 - burgundy
*/

html { height: 100%; width: 100%; }
body { width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; background: #896C8C;
	font-size: 13px; line-height: 15px; }
img { border: none; }
table, tr, td { border-collapse: collapse; vertical-align: top; font-size: 15px; line-height: 15px;}
a { color: #939389;text-decoration: none;}

#header { height: 50px; margin: 0px; padding: 0px; text-align: left; 
	background: #896C8C; color: #E145F2; }
#header h1 { padding: 1em; margin: 0px;}
#main { margin: 0px; padding: 0px; height: 100%; width:100%; background: #896C8C; }
#structure { height: 100%; width: 100%; }
#footer {background: #896C8C; position: relative;
bottom: 0%; height : 40px; text-align: center;color:#E145F2;
    }
#button{padding-left: 275px; background-color:#896C8C;}

/* Navigation */
#navigation { width: 100px; padding: 1em 2em; color: #68476C; background: #FFFFFF; }
#nav { background: #896C8C;float:right;width: 35px;  padding:0px}
#nav1 {background: #896C8C; float:left; width: 35px; padding:0px  }
#navigation a { color: #68476C; text-decoration: none; }
ul.subjects { padding-left: 0; list-style: none; }
ul.pages { padding-left: 2em; list-style: square; }
.selected { font-weight: bold; }

/* Page Content */
#page {width:1100px; padding-left: 2em; vertical-align: top; background:#FFFFFF; }
#page h2 { color: #8D0D19; margin-top: 1em;}
#page h3 { color: #8D0D19; }
#page h4 { color: #8D0D19; }
.p { color:#FF0000; }

.tab{  border:  groove; text-align:right; font-weight:bold;}
.box{ height:25px; width:120px; background-color:#FFCCFF; color:#68476C;font-size:medium;}
.box1{ height:23px; width:110px;  color:#68476C;text-decoration: none; font-weight: bolder; }
.dd{text-align: right;}
.dd2{text-align:  center;}
.dd3{text-align:  right;font-weight:bold;}
.log{margin-top:9em;margin-right:12em;}
.t{font-size:17px;}
.t1{font-size:35px; color:#E145F2;font-weight: bolder}
.tt{font-size:17px;margin-left:8px;}
.t2{margin-left:120px; width:90px;}