/******************************/
/** Lamm Media DIV-Layout V2 **/
/**                          **/
/** Content CSS definitions  **/
/******************************/

/***   C   ***/

#content
{
padding				: 15px;
line-height			: 22px;
clear				: both;
display				: block;
color				: #000000;
background-color	: transparent;
background-image	: url(../pics/bg_content.gif);
background-position	: top left;
background-repeat	: repeat;
border-top			: 2px solid #73A872;
border-left			: 2px solid #73A872;
border-right		: 2px solid #73A872;
}

#content a:link
{
font-weight			: bold;
color				: #104610;
background-color 	: transparent;
text-decoration		: none;
}

#content a:visited
{
font-weight			: bold;
color				: #104610;
background-color 	: transparent;
text-decoration		: none;
}

#content a:hover
{
font-weight			: bold;
color				: #FFFFFF;
background-color 	: #104610;
text-decoration		: underline overline;
}

#content a:active
{
font-weight			: bold;
color				: #104610;
background-color 	: #9BDB9B;
text-decoration		: underline overline;
}

#content p
{
margin 				: 5px 5px 10px 5px;
line-height			: 150%;
text-align 			: left;
}

#content img
{
border-top			: 2px solid #6AB66A;
border-left			: 2px solid #6AB66A;
border-bottom		: 2px solid #217521;
border-right		: 2px solid #217521;
}

#content ul
{
list-style-image 	: url(../pics/ul.gif);
margin				: 0 0 0 25px;
padding				: 0;
}

#content ol
{
margin				: 0 0 0 27px;
padding				: 0;
}

#contentbox
{
float				: left;
color				: #000000;
background-color	: transparent;
}
