/*start tc*/

body{
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	background:      transparent url("../images/bg_main.gif") top left repeat-x;
	font-family:     "trebuchet ms", arial, verdana, sans-serif;
}

#container
{
	margin:          0 auto;
	width:           980px;
}

#header
{
	width:           980px;
	height:          150px;
}

#header a{
	background: url("../images/hmlogo.jpg") top no-repeat;
	width: 430px;
	height: 150px;
	display: block;
}

#content
{
	width:           100%;
	margin:          0;
	padding: 0;
	background: url("../images/bg_content1.png") top no-repeat;
	float: right;
}

*html #content{  /*CSS Hack. only for ie6 and ie5 */
	background: url("../images/bg_content1_ie.gif") top no-repeat;
}

#insidecontent
{
	width: 670px;
	float: left;
	padding:    30px 10px 20px 40px;
}

#insidecontent p
{
	margin:          0;
	color:           #333;
	font-family:     "trebuchet ms", arial, verdana, sans-serif;
	font-size:       1.3em;
	line-height:     1.5;
	padding-bottom: 1em;
}

#goto_privacy {
	text-align:right;
	padding-top:10px;
}

#insidecontent ul{
	font-family:     "trebuchet ms", arial, verdana, sans-serif;
	color:           #767676;
	font-size:  1.3em;
	line-height:1.3;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

#insidecontent ul li{
	padding-top: 5px;
}

#insidecontent a{
	font-family:     "trebuchet ms", arial, verdana, sans-serif;
	color: #996633;
	text-decoration:underline;
	font-weight: bold;
}

#insidecontent a:hover{
	text-decoration:none;
}

.section { 
	padding:15px 0 0 0;
}

#sidebar
{
	margin: 0;
	padding:         30px 40px 20px 0px;
	float:           right;
	width:           210px;
	color:           #333;
	font-family:     verdana, arial, sans-serif;
}

h1 
{
	margin:          0;
	padding-bottom:10px;
	font-weight:     normal;
	color:           #AC0000;
	font-size:       3.2em;
	font-family: verdana, "trebuchet ms", arial, sans-serif;
}

h2
{
	margin:          0;
	padding-bottom: 1em;
	font-size:       2.5em;
	font-weight:     normal;
	color:           #AC0000;
	font-family: verdana, "trebuchet ms", arial, sans-serif;
}

h3
{
	margin:          0;
	font-size:       1.8em;
	padding-bottom:5px;
	font-weight:     normal;
	color:           #ac0000;
	font-family: verdana, "trebuchet ms", arial, sans-serif;
}

/*end tc*/

