@charset "utf-8";

/*****************
	id.css	
******************

	the id.css stylesheet is intended to contain all 
	
	properties of the ids used
	
*/


/******************
	Top Section 
******************/

#top
{
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 990px;
	height: 100px;
	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-left: 10px;
	
	border: 1px solid #36c;
	
	overflow: hidden;
	

}

#login
{
	position: absolute;
	top: 68px;
	right: 0px;
	margin-bottom: 0px;
	
	height: 20px;
	
	padding: 5px;	
	
	font-size: 12px;
	color: #36c;
	text-align: right;
	
		
	border-top: 1px solid #ccf;
	border-left: 1px solid #ccf;	
}


/*********************
	Center Section 
*********************/


#center
/* This is the general container for all content */
{
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 1000px;
	
	
	
	
	
	min-height: 500px;

	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	border: 1px solid #36c;
	
	overflow: visible;	
	
	
}


#menu
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	
	width: 290px;
	height: 100%;
	min-height: 500px;
	
	
	padding: 10px;
	
	
	
}


#mainMenuID
{
	color: #36c;
}



#main_content
{
	position: relative;
	top: 0px;
	right: 0px;
	

	height: 100%;
	min-height: 500px;
	
	margin-top: 0px;
	margin-right: 0px;
	padding: 10px;
	padding-right: 20px;
	padding-left: 0px;
	
	background-color: #fff;
	
	
	overflow: hidden;
	
	color: #36c;
}
	

/*********************
	Bottom Section 
*********************/

#bottom
{
	position: relative;
	width: 1000px;
	height: 20px;
	
	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px 0px 0px 0px ;
	
	
	font-size: 12px;
	color: #36c;
	text-align: center;
	
	border: 1px solid #36c;
}


/*********************
	notification Section 
*********************/

#notification
{
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -200px;
	
	width: 400px;
	text-align: center;
	
	background-color: #f55;
	border: 1px solid #f00;
	
	visibility: hidden;
}


/*************************
	latest_news Section 
*************************/

#latest_news
{
	float:right;
	
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #36c;
	background-color: #eef;
	width: 200px;
}

/*************************
	message section
*************************/
#message
{
	top: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: center;
	border: 1px solid #36c;
	padding: 10px;
	color: #36c;
}