/***************************************************
 * Standard default elements 
 ****************************************************/
BODY {
	font-family: serif; 
	font-size: 10pt;	
	color: green;
	background-image:url('/images/starry.gif');

}

h1 {
	color: white; 
	font-family: serif; 
	font-size: 12pt;	
	text-decoration:none;
}

h2 { 
	color:white ; 
	font-family: serif; 
	font-size: 11pt;	
	text-decoration:none;
}
h3 {
	color: white; 
	font-family: serif; 
	font-size: 10pt;	
	text-decoration:none;
}
h4 {
	color: white; 
	font-family: serif; 
	font-size: 9pt;	
	text-decoration:none;
}

p {
	color: white; 
	font-family: serif; 
	font-size: 10pt;
} 

a:link {
	color: yellow;
	font-family: serif; 
	font-size: 10pt;
	text-decoration:none;
}
a:visited {
	color: green;
	font-family: serif; 
	font-size: 10pt;
	text-decoration:none;
}

a:hover {
	color: blue;
	font-family: serif; 
	font-size: 10pt;
	text-decoration:none;
}



/***************************************************
 * Misc. Structural  elements 
 ****************************************************/
div.mainboard{
	position:relative;
	width:100%;
	background-color: white; 
	border:0px solid white;
	z-index:1;
	background-image:url('/images/starry.gif');
}

div.footer{
	float:right;
	width:100%;
	height:33px;
	border-top:1px solid black;
	z-index:0;
	font-family: serif; 
	background-image:url('/images/starry.gif');
	font-size: 10pt;	
	color: white; 
}

div.MenuOn{
	font-size: 10pt;	
	color: white; 
	background-color:blue;
}

div.MenuOff{
	font-size: 9pt;	
	color: yellow; 
	/*background-color:black;*/
}

div.TopMenuOn{
	font-size: 10pt;	
	color: white; 
	background-color:blue;
	float:left;
	border:1px solid white;
	padding: 10px;
	width:100%;
}

div.TopMenuOff{
	font-size: 9pt;	
	color: yellow; 
	float:left;
	border:1px solid white;
	padding: 10px;
	width:100%;
	/*background-color:black;*/
}



a.menu:link {
	color: yellow;
	font-family: serif; 
	font-size: 10pt;
	text-decoration:none;
}
a.menu:visited {
	color: yellow;
	font-family: serif; 
	font-size: 10pt;
	text-decoration:none;
}

a.menu:hover {
	color: white;
	font-family: serif; 
	font-size: 10pt;
	text-decoration:none;
}



/***************************************************





/************************************
 * Rounded Corner Div elements
 * **********************************/
.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 5px; letter-spacing:1px;}
.xsnazzy h1 {font-size:2.5em; color:white; text-decoration:underline;}
.xsnazzy h2 {font-size:2em; color:white; border:0;text-decoration:underline;}
.xsnazzy p {padding-bottom:0.5em; }
.xsnazzy h2 {padding-top:0.5em; padding-left:5px;padding-right:5px;}
.xsnazzy {background: transparent; margin:1em;}
.xsnazzy div {z-index:2;}
.xsnazzy em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:12px solid white; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}

/* hack for IE5.5 
* html .xsnazzy em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.xsnazzy span {display:block; width:0; height:0; color:white; overflow:hidden; border-top:10px solid #336666; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
* html .xsnazzy span {width:20px; height:10px; w\idth:0; hei\ght:0;}
*/
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid white; border-right:1px solid white;}

.xb1 {margin:0 8px; background:white;}
.xb2 {margin:0 6px; background:white;}
.xb3 {margin:0 4px; background:white;}
.xb4 {margin:0 3px; 
	background-color:white;   
	border-width:0 5px;
}

.xb5 {margin:0 2px; 
	background-color:white;   
	border-width:0 4px;
}
.xb6 {margin:0 2px; 
	background-color:white;   
	border-width:0 3px;
} 
.xb7 {
	margin:0 1px; 
	background-color:white;   
	border-width:0 3px; 
	height:2px;
} 

.xboxcontent {display:block; 
	background-image:url("/images/halftrans.png"); /*background-color:white;   */
	font-family: serif; 
	border:7px solid white; border-width:0 7px;padding:10px;
	color:white; /*text-align:justify;*/padding:10px; font-weight:bold;	font-size: 10pt;}

.rounder{
		font-family: serif; 
	font-size: 10pt;
}


