
div.box {
    font-size: 150%;
    font-family: georgia,arial;
    font-weight: bold;
    padding: 10px;
}

div.navigationbox {
    font-size: 15px;
}

div.navigationbox a {
    font-family: arial;
    margin-right: 15px;
}

div.headbox {
    color: #fff;
    background-color: #9E77CD;
}

div.bigborderbox {
    border: 1px solid black;
	font-family: garamond;
	font-size: 15px;
	color: red;
}

.leftNavBarCells {
	height: 20px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-family: Monotype Corsiva;
	font-size: 18;
}

A.leftNavBarLink {
	padding: 4px;
	color:#1872FF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
}
A.leftNavBarLink:hover {
	color:#990000;
}

div.pagetitle {
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 40px;
	font-weight: bold;
	color:blue;
}

#desc {
	padding: 4px;
	font-family: verdana;
	font-weight: bold;
}

.navlinks li{
	margin-bottom: 7px;
}
div.verticalnavigationbox {
    font-size: 100%;
	font-family: arial;
    margin-right: 10px;
	/*border: 2px solid black;*/
	padding: 5px;
}

div.redbox {
    color: #fff;
    background-color: #5252CD;
}

div.description {
    color: red;
}

body {
		/*background-color: #5252CD;*/
		behavior:url("../htc/csshover.htc");
	}
	
	* {
		font-family:arial,tahoma,verdana,helvetica;
		font-size:12px;
		
	}

	/* the menu */

ul,li {
		display:block;
		margin:0;
		padding:0;
		/*border:0;*/
	}

ul {
		width:150px;
		/*border:1px solid #9d9da1;*/
		list-style:none;
		

	}

li {
		
		position:relative;
		padding:1px;
		padding-left:26px;
		/*background:url("images/item_moz.gif") no-repeat;*/
		z-index:9;
		padding-bottom:5px;
	}
		
		/*li.folder	{ background:url("images/item_folder.gif") no-repeat; }	*/	
li.folder ul {
			position:absolute;
			left:120px; /* IE */
			top:5px;
		}		
			li.folder>ul { left:125px; } /* others */

a {
		padding:2px;
		/*border:1px solid white;*/
		text-decoration:none;
		color:#8C5B3F;
		font-weight:bold;
	}
		li>a { width:auto; } /* others */

#menu a {
		width:100%; /*IE*/
	
	}
	/* regular hovers */

a:hover {
		border-color:gray;
		background-color:#bbb7c7;
		color:black;
	}
li.folder a:hover {
			background-color:#bbb7c7;
		}
	
	/* hovers with specificity */
	
li.folder:hover { z-index:10; }	
		
ul ul, li:hover ul ul {
		display:none;
	}

li:hover ul, li:hover li:hover ul {
		display:block;
	}		
.folder {
	}
.submenu1 {
		background-color: #E3E3D8;
		width: 150px;
		border: 1px solid #000;
		margin: 0;
		padding: 0;
		/*-moz-opacity: 0.7;
		opacity: 0.7;*/
	}
.submenu1 li {
		border:1px solid #9d9da1;
	}
.footerhome {
		background-color: #E3E7E8;
		-moz-opacity: 0.7;
		opacity: 0.7;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		width: 80%;
		text-align: center;
        clear: both;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
	}
	
.innerimage {
		float:left;
		}
	
.heading {
	float:left;
	font-weight:bold;
	font-size: 25px;
	color:#6699CC;
	}
	
.quote {
	margin-left:auto;
	margin-right:auto;
	width:20%;
	font-family:arial,tahoma,verdana,helvetica;
	font-size:11px;
	color:#8C5B3F;
	font-weight:bold;
	}
	
.date {
	font-weight:bold;
	float:right;
	color:#8C5B3F;
	}	
	
#menu {
        color : #282a55; 
        width : 150px;
        height : 100%;  
        float : left; 
        clear:left;
        padding-left : 2px; 
        padding-top : 2px; 
        padding-bottom : 2px; 
} 

#maintext {
        width:73%;
        background-color :#ffffff; 
        padding : 3%; 
        margin-left : 152px; 
        font-size : small; 
} 

body {
        background-repeat : no-repeat;
        background-color : #FFE3BD; 
        position:relative;
        font-family : Veranda, Arial, 'Arial Bold'; 
        padding : 0; 
        margin : 0; 
        font-size : x-small; 
} 