/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
}

.clear
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

h1
{
	font-size: 20px;
    font-weight: bold;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #aa0101;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #740101;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;
}

body
{
    font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	background: #fa8600 url('../images/bg.png') repeat-x;
	color: #000;
	height: 100%;
}

table
{
    font-size: 12px;
}

/* TinyMCE specific rules */
body.mceContentBody
{
	background: #fff;
	text-align: left;
}

p
{
	padding-bottom: 13px;
}

/*************************************************/
/* 2. Basic Container Defintions                 */
/*************************************************/

#page
{
	margin: 0px auto;
	width: 830px;
	text-align: left;
	background: #fff url('../images/bg_page.png') repeat-y;
	min-height: 96%;
}

#wrapper
{
    background: url('../images/header1.png') no-repeat;
    min-height: 600px;
}

#column_left
{
	float: left;
	width: 180px;
	margin-top: 310px;
	margin-left: 60px;
	padding-top: 44px;
}

#column_right
{
	float: right;
	width: 480px;
	margin-top: 310px;
	margin-right: 80px;
}

#column_right ul
{
	margin-left: 18px;
}

#column_right li
{
    margin-bottom: 10px;
}

#column_right a
{
    color: #aa0101;
    font-weight: bold;
    text-decoration: none;
}

#column_right a:hover
{
    text-decoration: underline;
}

#footer
{
    margin: 0px auto;
    padding-top: 40px;
	width: 830px;
	text-align: left;
	background: #fff url('../images/bg_page.png') repeat-y;
	min-height: 4%;
}

#footer div
{
    text-align: right;
    color: #888;
    padding-right: 120px;
}

#footer a
{
    color: #888;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

/*************************************************/
/* 3. Navigation Service                         */
/*************************************************/

#menu_service
{
	height: 50px;
}

#menu_service #control-bar
{
    padding-top: 20px;
	padding-left: 60px;
    font-weight: bold;
}

#menu_service #control-bar a
{
    color: #aa0101;
	text-decoration: none;
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu_service #control-bar a:hover
{
	font-weight: bold;
    background: #ddd;
}

/*************************************************/
/* 4. Navigation Left                            */
/*************************************************/

#menu_left
{
	width: 180px;
}

#menu_left ul
{
    border-bottom: solid 1px #584f48;
	padding-bottom: 0px;
	margin: 0px;
	list-style: none;
}

#menu_left ul ul
{
    border-bottom: 0px;
}

#menu_left li
{
	border-top: 1px solid #584f48;
}

#menu_left li a
{
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

#menu_left ul ul li a
{
	padding-left: 27px;
}

#menu_left ul li a:hover
{
    background: #ddd;
}

#menu_left ul li.active a
{
    font-weight: bold;
    background: #ffe1c5;
	color: #aa0101;
}

.member_table
{
    clear: both;
    margin-bottom: 20px;
}

.member_table td
{
    padding-bottom: 5px;
}

.member_table img
{
    margin-top: 3px;
}