html {
    background : url('../images/b2b2b2.png');
}

body {
    background : url('../images/body.png');
    margin : 0 auto;
    width : 770px;
	font-family: sans-serif;
}

div.container {
    margin : 0 auto;
    width : 750px;
}

div.feature {
	width : 459px;
	padding: 15px;
	border-left: solid #777777 1px;
	border-right: solid #777777 1px;
	font-size: 14px;
}

.header {
    background : url('../images/header.png') no-repeat;
    width : 720px;
    padding: 20px 45px 2px 5px;
    	text-align : right;
}

.links {
	font-size: 12px;
}

.links a {
    color : #0000AA;
    text-decoration : none;
}

.links a:link {
    color : #0000AA;
    text-decoration : none;
}

.links a:visited {
    color : #0000AA;
    text-decoration : none;
}

.links a:hover {
    color : #0000AA;
    text-decoration : underline;
}

.banner {
	background : url('../images/logo_grey.png') no-repeat left;
	border-top : solid #777777 1px;
	border-bottom : solid #777777 1px;
	padding: 10px;
	margin : 5px 25px 15px 25px;
	text-align: right;
}

.accountinfo {
	margin: 5px 0 5px auto;
	padding: 5px 10px;
}

.footer {
	background : url('../images/footer.png') no-repeat bottom;
	width : 745px;
	padding-bottom : 10px;
	padding-right : 25px;
}

.footlinks {
	border-top : solid #777777 1px;
	margin: 0 25px;
	padding: 7px 10px;
	text-align: right;
}

.leftcol {
    float : left;
    background : url('../images/b2b2b2.png');
    width : 230px;
	margin-bottom: 10px;
}

.leftcol div {
    background : url('../images/boxbottom.png');
  }

.leftcol div h5 {
    margin : 0;
    background : url('../images/boxheader.png') no-repeat;
    padding : 12px 30px 3px 30px;
    text-align : center;
  }

.leftcol div h5:hover {
/*
    color : #ed8a42;
    text-decoration : underline;
*/
}

.leftcol div ul {
    margin : 0 14px 0 13px;
    padding : 5px 0 15px 33px;
    font-size : 75%;
}

.leftcol div ul li {
    list-style-image : url('../images/bullet_oval.png');
    list-style-position : outside;
    padding-left : 0;
    margin-left : 0;
    margin-bottom : 3px;
} 

.leftcol div ul li:hover {
/*
    color : #ed8a42;
    text-decoration : underline;
*/
} 

.leftcol div.boxbottom {
    background : url('../images/boxfooter.png') no-repeat bottom ;
  }

.leftcol div.boxtop {
    background : url('../images/boxtop.png');
  }

.main {
    background : url('../images/b2b2b2.png');
    padding : 0 10px;
    width : 500px;
    float : right;
  }

.main p {
    font-size: 90%;
}

.main a {
    color : #0000AA;
    text-decoration : none;
}

.main a:link {
    color : #0000AA;
    text-decoration : none;
}

.main a:visited {
    color : #0000AA;
    text-decoration : none;
}

.main a:hover {
    color : #0000AA;
    text-decoration : underline;
}

.menu {
    border-bottom : solid #777777 1px;
    margin : 10px 3% 15px 3%;
    padding : 5px;
    font-size : 85%;
    text-align : right;
}

tr.colheads {
    font-weight : bold;
    text-align : center;
}

tr.logentry {
    font-size : small;
}

tr.logentry:hover {
    font-size : small;
}

.software {
	width: 600px;
	margin: 0 auto;
}

.software a {
    color : #0000AA;
    text-decoration : none;
}

.software a:link {
    color : #0000AA;
    text-decoration : none;
}

.software a:visited {
    color : #0000AA;
    text-decoration : none;
}

.software a:hover {
    color : #0000AA;
    text-decoration : underline;
}

.software table div {
	padding: 15px 20px;
	border-top: solid 1px;
}

.ctitle {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	font-family: sans-serif;
}

.createp {
	width: 72%;
	font-size: 80%;
	margin: 10px auto;
	font-family: sans-serif;
}

.create {
	width: 570px;
	margin: 10px auto 40px auto;
	padding-top: 5px;
	border-top: solid 1px #1b1b1b;
	border-bottom: solid 1px #1b1b1b;
	background: #cccccc;
}

.create .alert {
	color: red;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	font-size: 110%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.create .privacy {
	font-size: 70%;
	font-family: sans-serif;
	margin-top: 5px;
	padding: 8px 12px;
	background: #bbbbbb;
	border-top: dashed 1px #1b1b1b;
}

.invalid {
	color: red;
	font-weight: bold;
}

.name {
	font-weight: bold;
}

.confirm {
	font-style: italic;
	color: #222222;
	font-size: 90%;
}

.ptitle {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	font-family: sans-serif;
}

.profilep {
	width: 72%;
	font-size: 80%;
	margin: 10px auto;
	font-family: sans-serif;
}

.profile {
	width: 570px;
	margin: 10px auto 40px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #1b1b1b;
	border-bottom: solid 1px #1b1b1b;
	background: #cccccc;
}

.profile form {
	margin: 0;
	padding: 0;
}

.profile .alert {
	color: red;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	font-size: 110%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.message {
	padding: 10px 30px;
	font-size: 13px;
}

table.index {
	width: 480px;
	margin: 18px auto;
	background: #fff7d5;
	border: solid 1px #666666;
	border-collapse: collapse;
}

table.index th {
	text-align: left;
	padding: 3px 10px;
	font-size: 16px;
}

table.index td {
	text-align: left;
	padding: 5px 15px;
	border-top: 1px solid #c9b893;
	font-size: 14px;
}

table.index .total {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.subscrtext {
	width: 530px;
	font-size: 80%;
	margin: 0 auto 15px auto;
	font-family: sans-serif;
}

.remainbox {
	margin: 0 auto 10px auto;
	border: solid 1px #666666;
	background: #dddddd;
	font-size: 14px;
}

div.terms {
	font-size: 12px;
	margin: 0 30px;
}

div.terms h3 {
	text-align: center;
	font-size: 16px;
}

div.terms h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.terms p {
	margin-left: 20px;
}
