/*=========================================================================================================
//	Layout
//========================================================================================================*/
td#content
{
	padding:          15px 18px 0 8px;
	width:            auto;
}

/* Left Columns Styles */
td#left
{
	padding:    13px 57px 0 98px;
	width: 228px; 
}

td#top-left
{
	padding-bottom: 6px;
	background: #fff url('/images/purple_dots.gif') repeat-x  bottom left;
}

td#middle-left
{
	padding: 1em 0;
	background: #fff url('/images/purple_dots.gif') repeat-x  bottom left;
	font-weight: bold;
	color: #3d2b7d;
}

td#bottom-left
{
	padding: 1.5em 0;
}

/*=========================================================================================================
//	List COntent
//========================================================================================================*/
h1
{
	margin-bottom:    0;
	color:#205B43;
	font-size: 1.3em;
}

h1 a
{
	color:#205B43;
}

h1.current
{
	padding-bottom:   .7em;
	font-size: 1.9em;
	line-height: 1.4em;
	color: #205B43;
}
h1.current a
{
	color: #205B43;
}

h3
{
	color:            black;
	font-weight:      normal;
}

h3.current
{
	color:#205B43;
	margin-top:       0;
}

div.current
{
	padding-bottom: 1.7em;
	background: #fff url('/images/purple_dots.gif') repeat-x  bottom left;
}

/*---------------------------------------------------------------------------------------------------------
//	Toolbar
//--------------------------------------------------------------------------------------------------------*/
div#toolbar
{
	margin-top: 20px;
	padding-top: 20px;
	background: #fff url('/images/purple_dots.gif') repeat-x  top left;
}

div#toolbar a
{
	margin-right: 5px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	FORM STYLES
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	General
//-------------------------------------------------------------------------------------------------------*/
#subform form
{
	width: 156px;
	border: 1px solid #ccc;
	padding: 32px 12px 12px 12px;
	margin:           0em;
	background: #fff url('/images/subscribe_form_header.gif') no-repeat top left;
}

input#signup
{
	clear:both;
	float: right;
	margin-top:15px;
}

.textinput
{
	color:            #205B43;
	border: 1px solid #205B43;
	padding: 1px;
	font-size:        10px;
	margin: 0 0 3px 0;
	width: 156px;
}

/*	status messages	*/
.statusmsg
{
	font-family:      verdana,arial,sans serif;
	font-weight:      bold;
	font-size:        0.70em;
	color:            red;
}
