body	{
	background-color: #74889C;
	margin: 0px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	text-align: center;
	}
a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #999;
	}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	}
p	{
	font-size: 12px;
	text-align: justify;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 3px;
	padding-right: 3px;
	}

/*------------------- SYSTEM PLUGIN ----------------*/

#cms_system_plugin span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	}

#cms_system_plugin {
	margin-bottom: 10px;
	}

#cms_system_plugin li {
	margin-bottom: 5px;
	}

/*------------------- SYSTEM WRAP ----------------*/

#cms_system_wrap	{
	min-height: 100%;
	margin-left: 15px;
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 5px;
	background: #fff;
	border: 1px solid black;
	border-top: none;
	}
*html #cms_system_wrap	{height: 100%;}

#cms_system_wrap ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
/*------------------- HEADERS ----------------*/

#cms_system_header	{
	min-height: 60px;
	width: auto;
	background: url(header.png) repeat-x;
	background-position: top left;
	padding: 15px;
	text-align: left;
	border: 1px solid black;
	border-top: none;
	margin-bottom: 15px;
	}

#cms_system_header li {
    display: inline;
	}

#cms_system_header li div {
    display: inline;
	}

#cms_system_header #cms_system_container_menu_title	{
	display: none;
	}
#cms_system_header #cms_system_container_item_title	{
	display: none;
	}
#cms_system_header div div span	{
	display: inline;
	text-decoration: none;
	color: #444;
	}

/*------------------- CONTENT ----------------*/
*html #cms_system_content {height: 400px;}
#cms_system_content	{
	text-align:left;
	min-height: 400px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	}
#cms_system_content H1	{
	font-weight: bold;
	font-size: 14pt;
	color: #AADA4D;
	margin: 0;
	margin-left: 10px;

	}
#cms_system_content H2	{
	font-weight: bold;
	font-size: 8pt;
	color: #AADA4D;
	margin: 0;
	margin-left: 20px;
	}
#cms_system_content H3	{
	font-weight: bold;
	font-size: 8pt;
	color: #AADA4D;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	}
#cms_system_content #cms_system_container_item_title {
	font-weight: bold;
	font-size: 12pt;	
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	}
#cms_system_content #cms_system_container_menu_title {
	color: #444;
	display: block;
	border-bottom: 1px solid #000;
	margin: 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 10pt;	
	
	}
#cms_system_content div div ul {
	margin-left: 25px;
	list-style-type: square;
	}
#cms_system_content div div {
	margin-bottom: 15px;
	}


/*------------------- FOOTER ----------------*/

#cms_system_footer {
	text-align: center ;
	height: 50px;
	background: url(footer.png);
	border: 1px solid black;
	border-bottom: none;
	}
#cms_system_footer #cms_system_container_menu_title {
	display: none;
	}
#cms_system_footer #cms_system_container_item_title {
	display: none;
	}
#cms_system_footer  li {
	display: inline;
	font-size: 12px;
	}
#cms_system_footer li div {
	display: inline;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #444;
	}
#cms_system_footer div {
	margin-top: 20px;
	}
