body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(i/bg_pattern.png);
	background-attachment: fixed;
}

.bg_pattern_sub {
    background-image: url(i/bg_sub_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.bg_sub_upper1 {
    background-image: url(i/bg_sub_upper1.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.bg_sub_upper2 {
    background-image: url(i/bg_sub_upper2.png);
    background-repeat: no-repeat;
    background-position: top right;
}

a {
	font-family: Tahoma;
	text-decoration: underline;
	color: #3A99EA;
	font-size: 11px;
	font-weight:normal;
}

a:hover {
	font-family: Tahoma;
	text-decoration: none;
	color: #FF6600;
	font-size: 11px;
	font-weight:normal;
}

#DivRightContent {
	float:right;
	width:696px;
}



#DivRightContent div.text{
    padding:0 20px 0 13px;
    font-family: Tahoma;
	font-size: 11px;
    color: #7DA0A4;
    font-weight: normal;
    text-decoration: none;
    text-align:justify;
    line-height: 17px;
}

#DivRightContent .Hdr1{
    font-family: Tahoma;
	font-size: 11px;
    color: #44ACCB;
    font-weight: bold;
    text-decoration: none;
    line-height: 22px;
}

#DivRightContent .list{
    font-family: Tahoma;
	font-size: 11px;
    color: #9AC7C0;
    font-weight: normal;
    text-decoration: none;
    line-height: 16px;
    list-style-image: url(i/list_bullet.png);
}

#DivLeftContent {
	float:left;
	width:296px;
}

#DivRightNav {
	float:right;
	width:225px;
    margin-top:71px;
}

#DivRightNav a{
	font-family:Tahoma;
    font-weight:bold;
    font-size:10px;
    color:#000000;
    text-decoration:none;

    height: 20px;
	width: 170px;
    padding:3px 3px 3px 2px;
    margin-left:-2px;
    margin-bottom:-8px;
	border: 0px solid #B2DCD4;
}

#DivRightNav a:hover{
    height: 20px;
	width: 175px;
    padding:2px 3px 3px 2px;
    margin-left:-3px;
	border: 1px solid #B2DCD4;
    background-color:#ffffff;
    color:#FF8A00;
}

#DivRightNav .active{
	font-family:Tahoma;
    font-weight:bold;
    font-size:10px;
    color:#FF8A00;
    text-decoration:none;

    height: 20px;
	width: 170px;
    padding:3px 3px 3px 2px;
    margin-left:-2px;
    margin-bottom:-8px;
	border: 0px solid #B2DCD4;
}

.FormText {
    font-family: Tahoma;
	font-size: 11px;
    color: #7DA0A4;
    font-weight: normal;
    text-decoration: none;
    line-height:16px;
}

.FormTextfield {
	font-family: Tahoma;
	font-size: 11px;
	color: #496F7C;
	background-image: url(i/textbox_bg.png);
	background-repeat: repeat-x;
    border: solid 1px;
	padding: 2px;
	height: 19px;
	width: 164px;
    margin:4px 0px 4px 0px;
    border-color: #B7CBD0;
    border-style: solid;
    border-width: 1px;
}

.FormTextArea {
	font-family: Tahoma;
	font-size: 11px;
    color: #4C637E;
    width: 350px;
	background-image: url(i/textarea_bg.png);
	background-repeat: repeat-x;
	padding: 2px;
    border-color: #B7CBD0;
    border-style: solid;
    border-width: 1px;
    margin-top:4px;
}

.TableHeader {
	background-image: url(i/bg_table_header.png);
	background-repeat: repeat-x;
    height:22px;
    font-family:Tahoma;
    font-size:11px;
    color:#7DA0A4;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
}

.TableCell {
    font-family:Tahoma;
    font-size:11px;
    color:#7DA0A4;
    font-weight: normal;
    padding: 3px 3px 3px 3px;
}

.TableGalleriesCellBg {
	background-image: url(i/galleries_table_cell_bg.png);
	background-repeat: no-repeat;
}

.SentCategory {
	width:130px;
	float:left;
	margin:5px 0 5px 0;
}

.SentData {
	width:530px;
	float:left;
	margin:5px 0 5px 0;
}


