/* CSS Document */
table, tr, td, div, input, img, form, object, embed, h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, li, cite, a{
	border-width: 0;
	margin: 0;
	padding: 0;
}

html{ 
    height: 100%;
}

body { 
    background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background-image:url(../images/bg.gif);
	background-position:left top;
	background-repeat:repeat;
	height: 100%;
	margin: 0px;
	padding: 0;
}

a{
color: #99ccff;
text-decoration: none;
}

a:hover{
text-decoration: underline;
color: #fff;
}

div#page_container{
    width: 765px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.header img{
padding: 29px 0px 21px 30px;
}

.content_home{
width:765px;
height:354px;
}

.content{
background-color: #388ab6;
padding: 20px 22px 20px 20px;
background-image:url(../images/content_bg.jpg);
background-position:left bottom;
background-repeat:no-repeat;
color: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
}

.content h1{
color: #fff;
background-image:url(../images/h1_bg.gif);
background-position:left top;
background-repeat: no-repeat;
font-size:14px;
padding:2px 0px 20px 15px;
height:19px;
}

.content h2 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#fff;
	padding:10px 0px 10px 0px;
}

.content p{
   padding: 3px 0px 2px 0px;
   margin: 5px 0px 5px 0px;
}

.content .left {
float:left;
}

.content .left img{
border: 1px solid #fff;
}

.content .right{
margin-left:  175px;
background-image:url(../images/copy_bullet.gif);
background-position:left top;
background-repeat:repeat-y;
padding-left: 15px;
padding-right:20px;
}

.content .right ul{
list-style-type: none;
padding: 20px 0px 20px 20px;
}

.content .right li{
padding: 2px 10px;
background-image:url(../images/single_bullet.gif);
background-position:left top;
background-repeat:no-repeat;

}