/*************************************************************
Home page specific style sheet

When defining styles, for consistency,
use a similar order for definitions.

1. Display & Positioning (display, position, left, etc.)
2. Box model items (margin, padding, border, etc.)
3. Sizes (width, height) *Don't forget the box model hack
4. Appearance items (background, font, color, etc.)
*************************************************************/

/*************************************************************
General styles
*************************************************************/

html, body 
{
	background: #eee url(/images/bg_tile_home.gif) repeat-y;
}

/*************************************************************
Left content area
*************************************************************/

#content_left 
{
	float: left;
	margin: 0;
	padding: 0;
	width: 450px;
}

#content_Test 
{
	float: left;
	margin: 0;
	padding: 0;
	width: 499px;
}

#content_left h2 
 {
	padding: 0px 0px 0px 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0F4781;
	text-decoration: none;
	
	
}
#content_left a 
{
	color: #0F4781;
	text-decoration: underline;
}


#image_area {
	padding: 20px 20px 10px 150px;
	font: 11px Arial, Helvetica, sans-serif;
	background: url(../images/bg_image_area.jpg) no-repeat;
}

#image_area img 
{
	margin-bottom: 0.5em;
}

#namechange {
	margin: 20px;
}

#namechange p 
{
	margin-top: 1em;
	margin-bottom: 1em;
}

/*************************************************************
Right content area
*************************************************************/

#content_right
 {
	float: right;
	margin: 0;
	padding: 0;
	width: 310px;
}

#cms_demo 
{
	margin: 20px;
	border-right: 1px solid #E5E5E5;
	background: #FAFAFA;
}

#cms_demo a 
{
	color: #003066;
}

#cms_demo p.content
 {
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 1em;
	margin-left: 13px;
}

#cms_demo h1 
{
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 1em;
	margin-left: 13px;
}

#cms_top 
{
	display: block;
	margin: 0;
	width: 269px;
	height: 10px;
	background: #FAFAFA url(/images/bg_cms_top.gif) no-repeat;
}

#cms_bottom 
{
	display: block;
	margin: 0;
	width: 269px;
	height: 10px;
	background: #FAFAFA url(/images/bg_cms_bottom.gif) no-repeat bottom;
}

#news 
{
	margin: 20px;
}

#news img 
{
	margin: 0;
}

#news p 
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#news a 
{
	color: #003066;
}
