body {
	background: #ffffcc;
  	margin: 0;
  	padding: 0;
}

h1 {
	color: #660000;
	font: bold 20px Arial, Verdana, Helvetica, sans-serif;
	background: no-repeat url(../images/back_h1.gif) 0px 7px;
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

h2 {
	color: #660000;
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	padding: 10px 0px 0px 5px;
	margin: 10px 0px 0px 5px;
}

h3 {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
		text-decoration: none;
	width: 240px;
	padding: 0px;
	margin: 0px;
}

h3 a:link {
	color: #333333;
	text-decoration: none;
	padding-bottom: 6px;
	padding-left: 20px;
	text-align: left;
	padding-top: 2px;
}

h3 a:visited {
	color: #333333;
	text-decoration: none;
	padding-bottom: 6px;
	padding-left: 20px;
	text-align: left;
}

h3 a:hover {
	color: #336699;
	text-decoration: none;
	padding-bottom: 6px;
	padding-left: 20px;
	text-align: left;
}

h3 a:active {
	color: #336699;
	text-decoration: none;
	padding-bottom: 6px;
	padding-left: 20px;
	text-align: left;
}


.maintable {
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 100%;
	border-spacing: 0px;
	background: repeat-y url(../images/back_content.gif);
}

.row1 {
	background: no-repeat url(../images/row1.jpg);
	height: 130px;
	}

.row2 {
	background: no-repeat url(../images/row2.gif);
	height: 29px;
	}

.row3 {
	background: no-repeat url(../images/frame_r3_c1.gif);
}

.row4 {
	background: no-repeat url(../images/frame_r4_c1.gif);
	height: 113px;
}

.leftboxtop {
	background: no-repeat url(../images/back_leftboxtop.gif);
	height: 450px;
	padding: 20px 15px 10px 6px;
	font: 14px Arial, Verdana, Helvetica, sans-serif;	
}

.leftbox {
	background: repeat-y url(../images/back_leftbox.gif) 0px 0px;
	width: 213px;
}

.leftboxbottom {
	background: no-repeat url(../images/back_leftboxbottom.gif);
	height: 31px;
}

.headerrow3 {
	background: no-repeat url(../images/header3.gif);
	height: 176px;
}

.headerrow4 {
	background: no-repeat url(../images/header4.gif);
	height: 176px;
}

#pageicon {
	background: no-repeat url(../images/logo_lg_smartagentoffice.gif) 0px 40px;
	height: 130px;
}

#pageicon1 {
	background: no-repeat url(../images/pageicon1.gif);
	height: 150px;
}

#pageicon2 {
	background: no-repeat url(../images/pageicon2.gif);
	height: 150px;
}

#pageicon3 {
	background: no-repeat url(../images/pageicon3.gif);
	height: 150px;
}

#pageicon4 {
	background: no-repeat url(../images/pageicon4.gif);
	height: 150px;
}

#leftcontentsplash {
	height: 108px;
	width: 300px;
	padding-top: 200px;
}

#leftcontent {
	height: 108px;
	width: 300px;
	padding-top: 90px;
}

#note {
	font-style: italic;
	color: #000080;
	font: 12px Arial, Helvetica, sans-serif;
}

#rightcontent {
	width: 450px;
	float: right;
	padding-top: 90px;
	padding-right: 2px;
	font: 16px Arial, Verdana, Helvetica, sans-serif;
}


.contentcellsplash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: no-repeat url(../images/back_mainsplash.gif);
}

#contentcell {
	margin-top: 50px;
	margin-right: 30px;
	margin-left: 30px;
	font: 14px Arial, Verdana, Helvetica, sans-serif;	
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	margin-top: 30px;
	text-align: center;
}

#footer a:link {
	color: #336699;
	text-decoration: underline;
	text-align: left;
	font-size: 12px;
}

#footer a:visited {
	color: #336699;
	text-decoration: underline;
	text-align: left;
	font-size: 12px;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
	text-align: left;
	font-size: 12px;
}

#footer a:active {
	color: #666666;
	text-decoration: underline;
	text-align: left;
	font-size: 12px;
}

a:link {
	text-decoration: underline;
	color: #0033ff;
}

a:visited {
	text-decoration: underline;
	color: #0033ff;
}

a:hover {
	text-decoration: underline;
	color: #660000;
}

a:active {
	text-decoration: underline;
	color: #660000;
}


