/********************************************************
*														*
*	This defines the background colour of the main page	*
*														*
********************************************************/
#bgcolor
{
   background: #FFFFCC;
}
/********************************************************
*							END							*
/*******************************************************/

/********************************************************
*														*
*	This defines the text related attributes			* 
*														*
********************************************************/
body
{
   text-align: center;
}

p
{
   text-align: justify;
   font-size: 16px;
}

.pcentered
{
   text-align: center;
}

h1
{
	text-align:	center;
}
h2
{
	text-align:	center;
}

#bold-text
{
   text-align:center;
   font-size: 20px;
   font-style: italic;
}

#banner
{
   text-align: center;
   font-size: 32px;
   color: #339966;
   margin-left: 10%;
   margin-right: 10%;
}

#title
{
   text-align: center;
   font-size: xx-large;
   font-family: helvetica;
}

#subheader
{
   background-color: #00BFFF;
}

#content
{
   font-size: 12px;
   text-align: center;
   
}
/********************************************************
*							END							*
/*******************************************************/

/********************************************************
*														*
*	The outer/inner wrapper defines the width of the 	*
*	main box											*
*														* 
********************************************************/ 


/* height of inner-wrapper set values and width of inner-wrapper is auto */ 
div.outer-wrapper 
{
   width: 800px;
   margin: 0 auto;
   text-align: left;
   background: white;
}

div.inner-wrapper
{
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 0%;
   margin-right: 0%;
}
/********************************************************
*							END							*
/*******************************************************/

/********************************************************
*														*
*	Defines the 2 divisions, left sided menu and the	*
*	main texted right side								*
*														* 
********************************************************/ 
#menu-left
{
	float: left;
	margin-right: 10px;
}

#main-text
{
	float: right;
	width: 630px;
}

.space-right
{
	margin: 0 15px 0 0;
}
/********************************************************
*							END							*
/*******************************************************/

/********************************************************
*														*
*					The Menu System						*
*														*
*														*
********************************************************/
.menutitle
{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu
{
margin-bottom: 0.5em;
}
/********************************************************
*							END							*
/*******************************************************/

/********************************************************
*														*
*					Images Alignment					*
*														*
*														*
********************************************************/
.image-middle
{
	display: block;
	text-align: center;
	margin: 0 auto;
}

.image-left
{
	float: left;
	margin: 0 60px 20px 20px;
}

.image-right
{
	float: right;
	margin: 0 20px 20px 60px;
}
/********************************************************
*							END							*
/*******************************************************/

#masterdiv
{
   width: 12.3%;
   height: 80%;
}



