body
{
	background-color: #F6F6F6;
	margin: 20px 0px 0px 0px;
	color: #7A7A7A;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
a:link, a:visited, a:active  {color:#7A7A7A; text-decoration: underline;}
a:hover {color:#000000; text-decoration: underline;}

/* ***************** structure styles ************************ */
/* common */
.table-main {
	width: 840px;
	background-color: #C4C4C4;
	background-image: url(../images/td-main-bg.gif);
	background-repeat: repeat-y;
}
.td-main {
	vertical-align: top;
	height: 100%;
	width: 780px;
	background-image: url(../images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	padding: 28px 28px 0px 28px;
}
.shad-l {width: 3px; background-image: url(../images/shad-l.gif); background-repeat: repeat-y; vertical-align: top;}
.shad-r {width: 3px; background-image: url(../images/shad-r.gif); background-repeat: repeat-y; vertical-align: top;}
.shad-t {height: 3px; background-image: url(../images/shad-t.gif); background-repeat: repeat-x; vertical-align: top;}
.shad-b {height: 3px; background-image: url(../images/shad-b.gif); background-repeat: repeat-x; vertical-align: top;}
/* header */
.header {
	vertical-align: top;
	height:100px;
}
.logo {
	height: 103px;
	width: 260px;
}
.menu-t {
	height: 50px;
	width: 460px;
	text-align:right;
	font-weight:bold;
	font-size:12px;
	background: url(../images/menu-gallery-bg.jpg) no-repeat bottom right;
}
.menu-t a, .menu-t a:active, .menu-t a:visited{
	color:#FF9933;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.menu-t a:hover {
	text-decoration:underline;
	color:#565656;
}
a.menu-t-gallery, a.menu-t-gallery:active, a.menu-t-gallery:visited{
	padding: 0px 20px 0px 20px;
	height: 42px;
	width: 84px;
	line-height:42px;
	text-align:center;
	vertical-align:middle;
	color:#000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
a.menu-t-gallery:hover {
	text-decoration:underline;
}
.menu-b {
	background: url(../images/menu-bg.jpg) no-repeat bottom;
	height: 67px;
	width: 460px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:right;
	vertical-align:top;
	padding-top:10px;
	font-weight:bold;
	font-size:11px;
}
.menu-b a, .menu-b a:active, .menu-b a:visited{
	padding: 0px 12px 0px 12px;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.menu-b a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

/* left col */
.leftcol {
	vertical-align: top;
	width: 400px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftcol_page {
	vertical-align: top;
	width: 320px;
	padding:  0px 0px 0px 0px;
	background:url(../images/left_bg.gif) top right no-repeat;
}
.content_page{
	vertical-align: top;
	padding-top: 10px;
	background:url(../images/content_bg.gif) top left no-repeat;
}

/* center col */
.centercol {
	vertical-align: top;
	width: 470px;
	padding:  0px 0px 0px 0px;
}
.content{
	vertical-align: top;
	width: 300px;
	padding-top: 20px;
}
.content ul{
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
.content ul li {
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
/* right col */
.rightcol {
	vertical-align: top;
	width: 150px;
	padding-top: 10px;
}
/* ***************** end structure styles ************************ */

/* ***************** text styles ************************ */
p {
	margin:0px;
	padding: 0px 0px 15px 0px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	font-style: normal;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

ul {
	margin:0px;
	padding: 0px 0px 0px 20px;
}
li {
	margin:0px;
	padding: 3px 0px 3px 0px;
}
.text-light {
	color: #CECECE;
}
.text-light a{
	color: #CECECE;
}

/* ***************** end text styles ************************ */

/* ***************** footer ************************ */
.footer
{
	vertical-align: middle;
	height: 50px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	background-color: #FBFBFB;
}

.footer table td{color:#939393; text-decoration: none; font-size: 10px; padding: 4px;}
.footer table td a:link, .footer table td a:visited, .footer table td a:active {color:#848486; text-decoration: underline;}
.footer table td a:hover {color:#B00000; text-decoration: underline;}
/* ***************** end footer ************************ */

/* ***************** forms styles ************************ */
select, input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
form {margin: 0px;}
/* ***************** end forms styles ************************ */

