/* Alexander Mouravieff-ApostolDev @ NixGeex.orgCreated: 1/04/08 using emacs*/

body {
	margin: 2px 2px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background-color:#e8e8ff;
	color: #003366;
	text-align:center;
	min-width:800px;
}

a:link {
 	font-family:  Verdana, Arial, helvetica, sans-serif;
 	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
 	line-height:1.1em;
	color: #6699ff;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: Maroon;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #800000;
}

a:hover {
 	font-family:  Verdana, Arial, helvetica, sans-serif;
 	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
 	color: #0000ff;
  	text-decoration: underline;
}

a:link.bold {
      color: #0000a0;
      text-decoration:none;
      font-size: 10pt;
}

a.small {
 	color: #fefefe;
 	font-size:9pt;
 	font-family:  Arial, Sans-serif;
 	line-height: 1.2em;
}

.rightpadded{
	padding: 0px 5px 0px 0px;
}

div.main {
	 position: relative;
	 top:15px;
	 width:80%;
	 margin:0 auto;
	 border-width:5px;
	 border-style: solid;
	 border-color: #ccCCcc;
	 background-color:#FFffFF;
  	 line-height:1.2em;
}

div.main2 {
	  position: relative;
	  border: 4px solid blue;
	  background-color:white;
}

div.lsidebar{
	/*float: left;*/
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #e8eeff;
	border: 1px dotted blue;
	/*font-size:11pt;*/
	line-height: 1.3em;
	text-align: left;
	width:265px;
}

div.rsidebar{
	/*float:right;*/
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom:10px;
	padding: 10px;
	background-color:#e8eeff;
	border: 1px dotted blue;
	text-align: left;
	/*font-size:11pt;*/
	line-height: 1.3em;
	width:265px;
}

div.centeredsidebar {
	position: relative;
	padding: 10px;
	background-color:#e8eeff;
	border: 1px dotted blue;
	text-align: center;
	/*font-size:11pt;*/
	line-height: 1.2em;
}

div.header{
	/*width:100%;*/
	text-align:center;
}

div.content{
	position:relative;
	margin:0px;
	padding: 20px 30px 20px 30px;
	text-align:left;
}
div.footer{
	position:relative;
	padding: 5px;
	background-color: #6699FF;
 	font-size:9pt;
 	font-family: Verdana, Arial, Sans-serif;
 	line-height: 1.6em;
	text-align:center;
	margin:0;
}

div.footer_test{
	position:relative;
	padding: 5px;
	background-color: #6699FF;
 	font-size:9pt;
 	font-family: Verdana, Arial, Sans-serif;
 	line-height: 1.6em;
	text-align:center;
	margin:0;

clear:both;
}


span.sectiontitle {
	font-size: 11pt;
	color: #0066bb;
	font-weight:bold;
}

span.sectiontitle_small{
	font-size: 10pt;
	color: #0066bb;
	font-weight:bold;
}

hr {
	border:1px dotted #6699FF;
	border-style: none none dotted;
	height:1px;
	color:white;
	background-color:white;
	text-align:center;
	clear:left;
	width:95%
}

img {
	border:0;
	visibility:visible;
}

<!-- Definitions that are made for a single page. -->
div.calendar {
	position:relative;
	margin:0px;
	padding: 20px 30px 20px 30px;
	text-align:center;
}


table.hours {
	border-collapse: collapse;
	text-align:left;
	margin: auto;
}

table#index {	margin: 10px;}

table#about {	text-align:center;}
td.indexhourstitle {
	font-size:12pt;
	font-weight: bold;
	text-align:Center;
}
td.indexhourscell {
	padding-left:10px;
	padding-right:10px;
	border-width:0px 0px 1px 0px;
	border-style: dotted;
	border-color: gray;
}

td.indexhoursbottomcell {
	padding-left:10px;
	padding-right:10px;
	border-width:0px 0px 0px 0px;
	border-style: dotted;
	border-color: gray;
}

table.menu {
	text-align:left;
	background-color: #6699FF;
}

td.menu{
	background-color: #eeeeff;
	vertical-align:top;
	padding:5px;}


img#shrink {
	width:150px;
}

img.cataloglink {
	/*float:left;*/
	margin-right:15px;
}

img.childrenslink {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

#indexsidebar {
	width:270px;
}

#catalog_rightbar {
	width:180px;
}