/**********************************************

	IDs for SECTIONS IN THE BOXMODEL

**********************************************/
#title
{
	position: absolute;
	
	top: 10px;
	left: 20px;
	
	right: 20px;
	
	height: 80px;
	
	background:#dadaf4;
	
	/*border: thin black solid;*/
	
	vertical-align: middle;


}

#navbar
{
	position: absolute;
	
	top: 101px;
	left: 20px;
	width: 190px;
	
	bottom: 20px;
	/*
	border-color: black;
	border-width: thin;
	border-style: solid;
*/
	padding:10px;

	background-color: #ededed;
	
	overflow: auto;

	font-size: 85%;
}


#main
{
	position: absolute;
	
	top: 101px;
	left: 250px;
	
	right: 20px; 
	bottom: 20px; 
		
	
/*	border-color: black;
	border-width: 1px;
	border-style: solid;*/
	
	padding:10px;

	background-color: #ededed;
	
	
	overflow:auto;
}


/**********************************************

	CLASSES

**********************************************/

.logo
{
	float: left; 
	color: rgb(0,0,0);
	border: none;

}

.title
{
	color: rgb(82,82,138);
	font-size: 120%;
	font-weight: bold;
	margin-left: -3px;
	padding-bottom: 7px;
}

.pagetitle
{
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: rgb(62,62,120); 
	padding-bottom: 15px;
}

.entry
{
	color: black;
	margin-left: 15px; 
	margin-bottom:10px;
}

.subentry
{
	color: black;
	margin-left: 30px; 
	margin-bottom:10px;
	font-size: 90%;
}

.copyright
{
	position: relative;
	
	text-align: center;
	
	font-size: 85%;
}

.code
{
	font-family: "Courier New", monospace;
	margin-left: 5em;
}

.label
{
	text-align: right;
}

/**********************************************

	TAGS

**********************************************/
body
{
	background-color: #bdbdc5;
	font-family: sans-serif, sans;
}

img
{
	border: none;
	vertical-align: middle;

}

input, select, textarea
{
	border: thin black solid;
}

input:hover, select:hover, textarea:hover, a:hover
{
	background: rgb(250,250,255);
}

a, a:visited
{
	color: rgb(180,0,0); 
	text-decoration: none;
	font-weight: bold;
}
