body 			{
			width: 100%;
			margin: 0px;
			padding: 0px;
			text-align: center;
			font-size: 11px;
			font-family: Arial, Tahoma, Verdana, Sans-Serif;
			background: #fff url(../images/background.gif) repeat-x;
			color: #464646;
			}

table {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	color: #464646;
}

a			{
			text-decoration: none;
			color:#606060;
			}

a:hover			{
			text-decoration: underline;
			color:#890000;
			}

p			{
			padding: 8px 0 8px 0;
			margin: 0;
			}

form			{
			margin: 0;
			padding: 0;
			}

.clear			{
			clear: both;
			}



/*
Design elements
*/

#container		{
			width: 758px;
			margin: 0px auto;
			background-color: #fff;
			margin-top: 60px;
			}

#main			{
			padding: 5px;
			}




#header			{
			width: 758px;
			height: 121px;
			}

#header #icons		{
			height: 18px;
			font-size: 2px;
			text-align: right;
			}

#header	#left		{
			float: left;
			width: 420px;
			}

#header	#right		{
			float: left;
			width: 338px;
			}




/*
Content
*/

#content		{
			position: relative;
			width: 758px;
			}

#content #left		{
			float: left;
			width: 178px;
			text-align: left;
			padding-top: 13px;
			}


#content #left .header	{
			padding: 0px 0px 10px 0px;
			}

#content #left .block	{
			margin: 0px 0px 8px 0px;
			background: #c20000 url(../images/left_block_bg.gif) repeat-y;
			}

#content #left ul	{
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			}

#content #left li	{
			padding: 0px 0px 0px 20px;
			color: #fff;
			font-size: 11px;
			line-height: 18px;
			}

#content #left li a	{
			color: #fff;
			}


#content #middle	{
			float: left;
			width: 434px;
			text-align: left;
			padding: 10px 7px 0px 9px;
			}

#content #middle .large_block{
			padding: 19px 15px 13px 16px;
			background: url(../images/middle_large_block_bg.gif) repeat-y;
			}

#content #middle .large_block img{
			margin-right: 16px;
			}

#content #middle .large_block h5{
			color: #c20000;
			font-size: 14px;
			margin: 0px;
			padding: 0px 0px 10px 0px;
			}

#content #middle .large_block a{
			font-weight: bold;
			}

#content #blocks_left	{
			float: left;
			width: 213px;
			}

#content #blocks_right	{
			float: left;
			}

#content #title		{
			color: #fff;
			font-weight: bold;
			padding: 3px 0px 3px 17px;
			background: url(../images/middle_large_bar.gif) no-repeat;
			}

#content #sub_title	{
			margin-top: 10px;
			color: #fff;
			font-weight: bold;
			padding: 3px 0px 3px 17px;
			background: url(../images/middle_bar.gif) no-repeat;
			}

#content #middle .block {
			width: 202px;
			background: url(../images/middle_block_bg.gif) repeat-y;
			}

#content #middle .block .txt{
			padding: 15px 15px 12px 18px;
			}


#content #right		{
			position: absolute;
			right: 0px;
			top: 0px;
			float: right;
			width: 148px;
			text-align: left;
			padding: 8px 1px 0px 0px;
			}

#content #right .block	{
			margin: 0px 0px 8px 0px;
			background: #c20000 url(../images/right_block_bg.gif) repeat-y;
			}

#content #right ul	{
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			}

#content #right li	{
			padding: 0px 0px 0px 20px;
			color: #fff;
			font-size: 11px;
			line-height: 18px;
			}


/*
Footer
*/

#footer 		{
			clear: both;
			width: 758px;
			height: 24px;
			background: #fff url(../images/footer_bg.gif) no-repeat;
			margin: 4px 0px 20px 0px;
			}

