body {
	color: #444138;
	background-color: #c0cacf;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: Century Gothic;
}
/* text */
p {
	color: #444138;
	margin: 0px 10px 0px 0px;
	font-size: 14px;
	font-family: Century Gothic;
}

p img {
	margin: 5px 5px 5px 5px;
}


h1, h2, h3{
	font-size: 24px;	
	font-weight: lighter;
	margin: -5px 10px 10px 0px;
	color: #728895;
	background: transparent;	
	font-family: Century Gothic;
}

h4, h5, h6{
	font-size: 18px;	
	font-weight: lighter;
	margin: 0px 10px 10px 0px;
	color: #728895;
	background: transparent;	
	font-family: Century Gothic;
} 

hr {
	width: 400px;
	text-align: left;
}

p.footer {
	color: #444138;
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
	margin: 55px 10px 10px 0px;
	background-color: transparent;
}

p.footer2 {
	color: #000000;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 10px 0px;
	background-color: transparent;
}


/* lists */

ul.menulevel1 a:active, ul.menulevel2 a:active, ul.menulevel3 a:active, li a:active, ul a:active, ol a:active, 
li.sdocs a:active, li.sdoc a:active, li.doc a:active, li.docs a:active
ul.menulevel1 a:link, ul.menulevel2 a:link, ul.menulevel3 a:link, li a:link, ul a:link, ol a:link, li.sdocs a:link, 
li.sdoc a:link, li.doc a:link, li.docs a:link, 
ul.menulevel1 a:hover, ul.menulevel2 a:hover, ul.menulevel3 a:hover, li a:hover, ul a:hover, ol a:hover, 
li.sdocs a:hover, li.sdoc a:hover, li.doc a:hover, li.docs a:hover, 
ul.menulevel1 a:visited, ul.menulevel2 a:visited, ul.menulevel3 a:visited, li a:visited, ul a:visited, ol a:visited, 
li.sdocs a:visited, li.sdoc a:visited, li.doc a:visited, li.docs a:visited {
	border-bottom: 0px;
	text-decoration: none;
}
li, ul, ol {
	color: #444138;
	text-decoration: none;
	border-bottom: 0px;
}
ul.menulevel1, ul.menulevel2, ul.menulevel3 {
	list-style: none;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	color: #444138;
	text-decoration: none;
	border-bottom: 0px;
	font-family: Century Gothic;
}
ul.menulevel1 {
	font-size: 18px;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
	border-bottom: 0px;
	font-family: Century Gothic;
	text-align: left;
}
ul.menulevel2 {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 0px;
	font-family: Century Gothic;
	text-align: left;
}
ul.menulevel3 {
	font-size: 12px;
	text-decoration: none;
	border-bottom: 0px;
	font-family: Century Gothic;
	text-align: left;
}
	
li.sdocs, li.sdoc {
	color: #444138;
	text-decoration: none;
	border-bottom: 0px;
}

li.doc, li.sdoc, li.sdocs, li.docs {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	text-decoration: none;
	border-bottom: 0px;
	color: #444138;
	border-bottom: 0px;
}

li:active, li:link, li:visited {
	color: #444138;
	text-decoration: underline;
}

/* cells */

table.edit {
	color: Blue;
	font-size: 10px;
}
td {
	text-align: justify;
	vertical-align: top;

}

td.header {
	width: 830px !important;
	height: 186px !important;
	background-image: url(images/rolande_hall_header.jpg);
}

td.left {
	width: 15px !important;
	background-image: url(images/roland_hall_left.jpg);
	background-repeat: repeat-y;
}


td.navcol {
	width: 136px !important;
	background-image: url(images/roland_hall_nav.jpg);
	background-repeat: repeat-y;

}
td.bodycol {
	width: 664px !important;
	background-image: url(images/roland_hall_body.jpg);
	background-repeat: repeat-y;

}

td.right {
	width: 15px !important;
	background-image: url(images/roland_hall_right.jpg);
	background-repeat: repeat-y;
}

td.footer {
	width: 830px !important;
	height: 91px !important;
	background-image: url(images/rolande_hall_footer.jpg);
	text-align: center;
	margin-top: 20px;
}
.left_pic {
	margin: 20px 0px 0px 20px;
}

/* Links */

a, a:active, a:link, a:visited {
	color: #728895;
	text-decoration: underline;
}
a:hover {
	color: #444138;
	text-decoration: underline;
}

a.footer, a.footer:active, a.footer:link, a.footer:visited {
	color: #d4cfd0;
	text-decoration: none;
}

a.footer:hover {
	color: #000000;
	text-decoration: none;
}

a.footer2, a.footer2:active, a.footer2:link, a.footer2:visited {
	color: Gray;
	text-decoration: underline;
	font-size: 10px;
}

a.footer2:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}


/* images */

a.img {
	border: 0;
}

img {
	border: 0;
}


