BODY {
	font-size : 0.9em;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : normal;
	color : #445566;
	background-color : #DEDEDE;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	background-image: url(images/cyberlight.jpg);
}

a:link {
	color: #445566;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C3CAE;
}
a:hover {
	text-decoration: underline;
	color: #0C3CAE;
}

H1 {
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

.smalltext {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .8em; 
}


.smalltext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1em; 
}

.largetext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1em; 
}

.largetext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1em; 
}

.errortext {
  font-size : 1em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
  	color : #445566;
}

.black {
  background-color : black;
}

.bg_dark {
	background-color : #445566;
	color: #445566;
}

.bg_dark a:link {
	color: #445566;
	text-decoration: none;
}
.bg_dark a:visited {
	text-decoration: none;
	color: #445566;
}
.bg_dark a:hover {
	text-decoration: underline;
	color: #445566;
}


.bg_medium {
	background-color : #CDCDCD;
	
	color: #445566;
  }

.bg_medium a:link {
	color: #445566;
	text-decoration: none;
}
.bg_medium a:visited {
	text-decoration: none;
	color: #445566;
}
.bg_medium a:hover {
	text-decoration: underline;
	color: #445566;
}

.bg_light {
  background-color : #CDCDCD;
}

.copyright {
    font-size: .7em;
    text-align: center;
}
.wrapper {
	border: 6px solid #445566;
}

.rose {
	border: 2px solid #445566;
	color: #445566;
}

.rose a:link {
	color: #445566;
	text-decoration: none;
}
.rose a:visited {
	text-decoration: none;
	color: #445566;
}
.rose a:hover {
	text-decoration: underline;
	color: #445566;
}

/* -------------Basic menu list properties----------------------- */
ul.menu
{
	margin: 0px -4px -5px -2px;
	padding: 2px;
	list-style: none;
	border: none;
}

/* Level 1 items */
li.menu_l0
{
	border-bottom: 2px solid #F8F8F8;
	margin: 0em;
	padding: 0em;
}


/* Level 1 links */
li.menu_l0 a
{
	display: block;
	padding: 4px 2px 3px 0.5em;
	background-color: #CDCDCD;
	color: #000;
	text-decoration: none;
	width: 100px;
}

li.menu_l0 a:hover
{
	background-color: #EFEFEF;
	color: #000;
}


/* Level 2 items */
li.menu_l1
{
	border-bottom: 1px solid #F8F8F8;
	margin: 0em;
	padding: 0em;
}

/* Level 2 links */
li.menu_l1 a
{
	display: block;
	padding: 4px 2px 3px 1.1em;
	background-color: #CDCDCD;
	color: #000;
	text-decoration: none;
	width: auto;
}

li.menu_l1 a:hover
{
	background-color: #EFEFEF;
	color: #000;
}


/* Level 3 items */
li.menu_l2
{
	border-bottom: 1px solid #F8F8F8;
	margin: 0em;
	padding: 0em;
}

/* Level 3 links */
li.menu_l2 a
{
	display: block;
	padding: 4px 2px 3px 2.2em;
	background-color: #CDCDCD;
	color: #000;
	text-decoration: none;
	width: auto;
}

li.menu_l2 a:hover
{
	background-color: #EFEFEF;
	color: #000;
}


