/* CSS Document */
body {
	background-image:url("images/bg_body.gif");
	background-repeat:repeat-y;
	background-color: #E3E3E3;
	margin: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-decoration:none;
	color: #3981B0;
	margin: 0px 0px 0px 0px;
}
a.right_box {
	font-size: 9px;
	color: #F7941D;
}
a.copyright {
	color: #9F9F9F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
}
a:link, a.copyright:link, a:active, a.copyright:active {
	text-decoration:none;
}
a:hover, a.copyright:hover, a:visited:hover, a.copyright:visited:hover {
	text-decoration:underline;
	/*border-bottom: 1px dotted #9F9F9F;*/
}
table.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#535353;
}
input, select, textarea {
	font-family: "Microsoft Sans Serif", Helvetica, sans-serif;
	font-size:11px;
	color:#535353;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #303030;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #303030;
}
p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #535353;
	margin: 11px 0px 0px 1px;
}
li {
	margin:0px 0px 0px 20px;
}
p.portfolio_text {
	margin: 0px;
}
p.right_box {
	font-size: 10px;
	line-height: 14px;
	margin: 0px 0px 5px 0px;
}
p.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#9F9F9F;
}
img.title_content {
	margin: 0px 0px 0px 0px;
}
.cell_top {
	background-image:url("images/top_home.jpg");
	background-repeat:no-repeat;
	height:150px;
	width: 1000px;
}
.cell_main {
	background-image:url("images/bg_content.gif");
	background-repeat:repeat-x;
	background-color: #E3E3E3;
	width: 725px;
}
.cell_content {
	padding: 27px 25px 20px 0px;
}
.cell_left {
	background-image:url("images/bg_left_blue.gif");
	background-repeat: repeat-y;
	width: 71px;
}
.cell_right {
	padding: 17px 0px 0px 0px;
}
.cell_left_menu {
	background-color: #D2D2D2;
	width: 204px;
}
.cell_gradient_section {
	background-image:url("images/gradient_label.gif");
	background-repeat: repeat-y;
	width: 26px;
}
.cell_gradient_content {
	background-image:url("images/gradient_content.gif");
	background-repeat: repeat-y;
	width: 26px;
}
.cell_copyright {
	background-image:url("images/bg_copyright.gif");
	background-repeat: repeat-y;
	padding: 0px 0px 0px 26px;
	height: 100%;
}
.cell_right_strech {
	background-color: #444444;
}
.cell_right_strech_bottom {
	background-image:url("images/bg_right_bottom_strech.gif");
	background-repeat:repeat-x;
	background-position:top;
	background-color: #E3E3E3;
}
.cell_right_box_content {
	background-image: url("images/bg_right_box_content.gif");
	background-repeat:repeat-y;
	padding: 5px 15px 5px 8px;
}