@charset "utf-8";
/* CSS Document */

html,body {
margin:0;
padding:0;
height:100%;
background-image:url(images/common/bg_main.jpg);
background-repeat:repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#4e564d;
}

div#containerDiv {
margin-right:auto;
margin-left:auto;
background-image:url(images/common/bg_content2.jpg);
background-repeat:no-repeat;
width:848px;
height:1600px;
}

div#containerDivPolicy {
margin-right:auto;
margin-left:auto;
background-image:url(images/common/bg_content2.jpg);
background-repeat:no-repeat;
width:848px;
height:1600px;
}

div#contentLeftDiv {
position:relative;
float:left;
width:490px;
top:219px;
}

div#contentRightDiv {
position:relative;
float:left;
width:358px;
/*top:400px;*/
}

div#navDiv {
margin-left:50px;
}

div#copyDiv {
margin-top:30px;
margin-left:50px;
margin-right:0px;
line-height:11pt;
}

/* Copy Styles *********************************************/
.header {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:700;
color:#4e564d;
margin-top:20px;
margin-bottom:10px;
}

.subHeader {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:700;
color:#4e564d;
margin-top:0px;
margin-bottom:0px;
}

.bodyCopy {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#4e564d;
margin-top:5px;
margin-bottom:10px;
}
/**********************************************************/

/* Default link styles */
a:link {color:#4e564d; text-decoration:none}
a:active {color:#4e564d; text-decoration:none}
a:visited {color:#4e564d; text-decoration:none}
a:hover {color:#336699; text-decoration:underline;
}

/* Body links */
a.copy:link {color:#4e564d; text-decoration:underline}
a.copy:active {color:#4e564d; text-decoration:underline}
a.copy:visited {color:#4e564d; text-decoration:underline}
a.copy:hover {color:#336699; text-decoration:underline;
}

/* Form styles ********************************************/
.radioButton {
width:20px;
background-color:#FFFFFF;
}

.checkBox {
width:20px;
background-color:#FFFFFF;
}

table {
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
vertical-align:top;
}

td {
vertical-align:top;
padding:3px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#4e564d;
}

input, textarea, select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}

form {
margin:0;
padding:0
}

select {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:200px;
}

input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:200px;
background-color:#d5e9fc;
}

textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:2px;
width:200px;
height:60px;
background-color:#d5e9fc;
}
/**************************************************************/