/* layout styles */

body {
	background-color:#f0ebed;
	margin:0px;
}
table#main {
	background-color:#f8f8f8;
/*	background-image:url('../gitter.gif');*/
	width:684px;
	height:494px;
	border-style:solid;
	border-color:#ffffff #666666 #666666 #ffffff;
	border-width:2px 1px 1px 2px;
/*	position:absolute;
	left:125px;
	top:95px;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}
tr#tr_menu {
	height:63px;
}
tr#tr_msep {
	height:31px;
}
tr#tr_content {
/*	height:400px;*/
}


td#title {
	width:281px;
	vertical-align: top;
	font-size: 12px;
	font-family: Verdana;
	color: #800000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:4px;
}
td#title div {
	padding:42px 0 0 9px;
}

td#menu {
/*	width:400px;*/
	font-family:Verdana;
	font-size:11px;
	line-height:16px;
	vertical-align:top;
}
td#menu div {
	padding:11px 0px 0px 0px;
	margin:0px;
}

td#menu a {
	color:#808080;
	text-decoration:none;
}
td#menu a:hover, td#menu a.selected:hover {
	color:#800000;
}
td#menu span, td#menu a.selected {
	color:#000000;
}

tr#tr_msep td {
	height:31px;
	border-style:solid;
	border-color:#c0c0c0; /* this color is custom in projects */
	border-width:1px 0 0 0;
}

td#left {
	padding-top:8px;
}
td#right {
	padding-top:8px;
	padding-right:20px;
}

td#leftprj div {
	padding:10px 40px 0px 9px;
}
td#rightprj {
	text-align:left;
}

td.pubimage {
	width:280px;
	text-align:right;
}
td.pubdesc {
	width:281px;
	vertical-align:top;
	padding:10px 0px 0px 2px;
}




/* Text styles */
body,p,h1,h2,h3,h4,dl,ul,ol {
	font-family:Verdana;
	font-size:10px;
	line-height:14px;
}
p,dl,ul,ol {
	font-size:11px;
}
h1,h2,h3,h4,dl,ol,ul {
	margin-top:0px;
	margin-bottom:0px;
}
p {
	margin-top:0px;
	margin-bottom:12px;
}
h1 {
	font-weight:bold;
}
h2 {
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:3px;
}
h3 {
}
small  {
}
small, .small, .smallgrey {
	font-size:9px;
}
.smallgrey, .grey, ins {
	color:#808080;
}
p.small, p.smallgrey {
	margin-bottom:8px;
}

ins {
	text-decoration:none;
}
dl {
}
dt {
	width:40px;
	float:left;
}
dd {
}
b {
}
i {
}
a {
	color:#808080;
	text-decoration:none;
}
a:hover {
	color:#800000;
}
a:hover p {
	color:#800000;
}

a img {
	border-width:0px;
	margin:0px;
}
