body {
	margin: 0;
	background: url(../images/page_bg.jpg) repeat-y center;
	background-color: #514E85;
}

/* general */
table.layout {
	width: 775px;
	border: 0;
	border-collapse: collapse;
	background-color: white;
}
table#layout2 {
	width: 775px;
	border: 0;
	border-collapse: collapse;
	background: url(../images/vertical_gradient.jpg) repeat-x top;
	background-color: #33336A;
}

/* header */
#slogan {
	border: 0;
	border-collapse: collapse;
	padding: 25px 0 10px 10px;
	font-family: arial, tahoma, verdana;
	font-size: 10px;
	color: #33336A;
	letter-spacing: 2px;	
}
#login {
	vertical-align: top;
	text-align: right;
	padding: 10px 20px 0 0;
}
#seText h1{
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6A6AA1;
	font-weight: normal;
}
#loginLink {
	white-space: nowrap;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
#loginLink img {
	vertical-align: middle;
	margin-left: 5px;
}

#homePic {
	padding: 0;
	width:775px;
	border: 0;
	border-collapse: collapse;
}

/* navigation */
#menu {
	background-image: url(../images/menu_gradient.gif);
	padding: 0;
	color: white;
}
#leftNav {
	width: 135px;
	vertical-align: top;
	border-right: 1px solid #33336A;
	padding: 20px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: right;
}
#leftNav2 {
	width: 135px;
	vertical-align: top;
	border-right: 1px solid #33336A;
	padding: 20px 15px 0px 0px;
	background: url(../images/vertical_gradient.jpg) repeat-x top;
	background-color: #33336A;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	color: white;
	text-align: right;
}
#leftNav ul,
#leftNav2 ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
#leftNav li,
#leftNav2 li {
	margin: 0 0 10px 0;
	padding: 0;
}
#leftNav li a,
#leftNav2 li a {
	color: white;
	text-decoration: none;

}
#leftNav li a#selected,
#leftNav2 li a#selected {
	color: #9AC4EE;
	text-decoration: none;
}
/* content */
#content {
	background: url(../images/stamp_bottom_new.jpg) no-repeat top;
	vertical-align: top;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
#contentW {
	background: url(../images/stamp_bottom2.jpg) no-repeat top;
	vertical-align: top;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
#content h1,
#content2 h1,
#contentW h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#content h2,
#content2 h2,
#contentW h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #923E34;
}
#content table {
	border: 1px solid white;
	border-collapse: collapse;
}
#content table td {
	border: 1px solid white;
	border-collapse: collapse;
	padding: 5px;
}
#content table th {
	border: 1px solid white;
	background-color: #7B7BB2;
	color: white;
	border-collapse: collapse;
	padding: 5px;
}

#content2 {
	background-color: white;
	vertical-align: top;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	border-top: 1px solid #33336A;
}
#content2 table,
#contentW table {
	border: 0px solid #33336A;
	border-collapse: collapse;
}

#content2 table td,
#contentW table td {
	border: 0px solid #33336A;
	border-collapse: collapse;
	padding: 5px;
}
#content2 table th,
#contentW table th {
	border: 0px solid #33336A;
	background-color: #7B7BB2;
	color: white;
	border-collapse: collapse;
	padding: 5px;
}

#contentW table.quicksearch, #contentW .quicksearch td {
border: 0;
}


#contentW a:link, #contentW a:visited {
color: #33336A;
}
#contentW a:hover, #contentW a:active {
color: #AD4738;
}
h2 a:link {
text-decoration: none;
}
/* footer */
#footer {
	background-color: white;
	padding-top: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C4C83;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AD4738;
}
.cantable {
	border: thin solid #33336A;
}
.frameright {
	float:right;
	margin-left: 15px;
	margin-bottom: 3px;
	border: 1px solid #000;
}