/**********************
widget styles
**********************/

*
{
	margin:0;
	padding:0;
}

body
{	
	font-family:arial, helvetica, sans serif;
	font-size:12px;
	font-style:normal;
	line-height:13px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#333;
}

p
{
	font-family:arial, helvetica, sans serif;
	font-size:12px;
	font-style:normal;
	line-height:13px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#333;
}

/************************
link styles
************************/
a
{
	font-family:arial, helvetica, sans serif;
	font-size:13px;
	font-style:normal;
	line-height:16px;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-decoration:none;
	color:#1c5a85;
	letter-spacing:-1px;
}

#left1 ul li a:hover
{
	text-decoration:none;
	background:#eee;
	color:#ff1c5a85;
}

#left2 ul li a:hover
{
	text-decoration:none;
	background:#eee;
	color:#1c5a85;
}
#left3 ul li a:hover
{
	text-decoration:none;
	background:#eee;
	color:#1c5a85;
}

a.highlight:active
{
	background:#bbb;
	color:#fff;
	text-decoration:none;
}

#widget_right a
{
	color:#fff;
}

/************************
classes
.highlight
{
	background:#bbb;
	color:#fff;
	text-decoration:none;
}

************************/

/***********************
layout styles
***********************/
#widget_container
{
	width:600px;
	height:229x;
}

#widget_container ul
{
	display:inline;
}

#widget_container li
{
	list-style-type:none;
	float:left;
}

#widget_header
{	
	width:600px;
	height:29px;
	float:left;
}

#widget_left
{
	width:460px;
	height:200px;
	float:left;
	background:#d6e1e7;
}

#widget_left ul
{
	display:inline;
}

#widget_left li
{
	list-style-type:none;
	float:left;
	width:100%;
}

#left1
{
	width:112px;
	height:200px;
	float:left;
	padding:0 0 0 3px;
}

#left1 ul
{
	display:inline;
}

#left1 li
{
	list-style-type:none;
	float:left;
	width:100%;
}

#left2
{
	width:115px;
	height:200px;
	float:left;
}

#left2 ul
{
	display:inline;
}

#left2 li
{
	list-style-type:none;
	float:left;
	width:100%;
}

#left3
{
	width:115px;
	height:200px;
	float:left;
}

#left3 ul
{
	display:inline;
}

#left3 li
{
	list-style-type:none;
	float:left;
	width:100%;
}

#left4
{
	width:115px;
	height:200px;
	float:left;
}

#left4 ul
{
	display:inline;
}

#left4 li
{
	list-style-type:none;
	float:left;
	width:100%;
}

#widget_right
{
	width:140px;
	height:200px;
	float:left;
	background:url(../images/chalkboard_bg.jpg);
}

#widget_right ul
{
	display:inline;
}

#widget_right li
{
	list-style-type:none;
	float:left;
	width:100%;
}

/************************
frames styles
************************/
#frames_container
{	
	width:600px;
	height:200px;
	float:left;
}

