html
{
    margin: 0px;
    height: 100%;
    width: 100%;
    padding: 0px;
}

body
{
	margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;

	background-image:url(images/gradient_bg.jpg);
	background-repeat: repeat-x;
	background-postion: top left;
	background-color: #ffffff;

	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #8A8A8A;
}

p
{
	background-color: transparent;
	text-align: justify;
	line-height: 25px;
}

a
{
	color: #7ED311;
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	color: #7ED311;
	font-size: 28px;
	font-weight: lighter;
	margin-top: 10px;
	margin-bottom: 4px;
}

h2
{
	color: #7ED311;
	font-weight: lighter;
	font-size: 18px;
}

ul
{
	margin: 0;
	margin-left: 25px;
	padding: 0;
	border-width: 0;
}

/******************************************************************************/
/* CLASSES																	  */
/******************************************************************************/

.container
{
	margin: 0 auto;
	margin-top: 66px;
	margin-bottom: 20px;
	border-width: 0;
	padding: 0;
	/* width: 927px; */
	width: 923px;
}

.menu_container
{
	background-image:url(images/gradient_menu.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #ffffff;
	width: 270px;
	vertical-align: top;
	padding: 0;
	border-width: 0px;

	text-align:center; 	/* IE hack */
}

.menu
{
	margin: 0px auto;
	margin-top: 16px;
	padding: 0;
	width: 233px;
	border-width: 0;
	text-align:left;
}

.menuitem
{
	color: #8E8E8E;
	font-size: 15px;
	font-weight: lighter;
}

.page
{
	/* width: 647px; */
	width: 597px;
	padding: 25px;
	padding-top: 5px;
	border-width: 0px;
	background-color: #ffffff;
	vertical-align: top;
}

.article
{
	padding: 10px;
	padding-top: 1px;
	padding-right: 30px;
	background-image:url(images/line.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.header
{
	background-image:url(images/templ3.jpg);
	background-repeat: no-repeat;
	height: 184px;
}

.footer
{
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 67px;
	text-align: center;
	font-size: 12px;
}

.left
{
	background-image:url(images/left.jpg);
	background-repeat: repeat-y;
	background-postion: top left; 
	padding: 0;
	border-width: 0;
	width: 4px;
}

.right
{
	background-image:url(images/right.jpg);
	background-repeat: repeat-y;
	background-postion: top left; 
	padding: 0;
	border-width: 0;
	width: 3px;
}

.console
{
	background-color: #000000;
	color: #ffffff;
	
	padding: 3px;
	
	border-color: #7ED311;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 2px;
}

.meta
{
	margin-left: 12px;
	color: #ACACAC;
	font-size: 11px;
	font-style: italic;
}

.thumb
{
	margin-left: 30px;
	margin-bottom: 0px;
	border-width: 0;
}

/******************************************************************************/
/* DEFINITIONS FOR PRINTTING 												  */
/******************************************************************************/

@media print {
	h1
	{
		color: #000000;
	}

	h2
	{
		color: #000000;
	}

	a
	{
		color: #000000;
	}

    .header
    {
        display: none;
    }

    .footer
    {
        display: none;
    }

    .left
    {
        display: none;
    }

    .right
    {
        display: none;
    }

    .menu_container
    {
        display: none;
    }
}
