@import url(table.css);

@import url(editor.css);

body {
    background-color: #fff;
}

div,h1,h2,td,ul,li {
    font-family: arial, helvetica, verdana, sans-serif;
    color: #000;
    font-size: 12px;
    vertical-align: top;
    line-height: 17px;
}

h1 {
	font-size : 20px;
	font-weight : bolder;
	color : #6e32de;
	line-height: 20px;
	margin-top: 0;
}

h2 {
	font-size : 16px;
/*	color : #666666; */
	color : #02029E;
	margin-top: 10px;
	font-weight: normal;
}

h3 {
    font-size: 13px;
/*	color : #666666; */
	color : #02029E;
    margin-top: 5px;
    font-weight: normal;
}

h4 {
    font-size: 11px;
/*	color: black; */
	color: #02029E;
    margin-top: 3px;
    font-weight: bold;
}

a {
	color: #000;
    border-color: #ffffff;
}

hr {
    background-color: transparent;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    border: none;
    border-top: 1px solid #999;
    width: 100%;
}

div.menublock {
	position: absolute;
	left: 15px;
	top: 150px;
	margin-left: 0;
	padding-left: 0;
}

div.deptlink {
	padding-left: 2px;
}

a.deptlink {
	font-weight: bold;
	color: #02029e;
	text-decoration: none;
}

ul.level1 {
/*	position: absolute;
	left: 15px;
	top: 150px;
*/
	margin-top: 12px;
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

ul.level1,ul.level2,ul.level3,ul.level4 {
	width: 175px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

ul.level1 li a {
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333;
	text-decoration: none;
	display: block;
}

ul.level1 li a {
	padding-left: 2px;
	font-weight: bold;
	color: #02029e;
}

ul ul.level2 li a {
	padding-left: 10px;
	font-weight: normal;
}

ul ul ul.level3 li a {
	padding-left: 18px;
	font-weight: normal;
	font-style: italic;
}

ul ul ul ul.level4 li a {
	padding-left: 26px;
	font-weight: normal;
	font-size: smaller;
}

ul.level1 strong a {
	color: #02029e;
	background-color: #dadafe;
	text-decoration: none;
}

ul ul.level2 strong a {
	font-weight: normal;
}

ul ul ul.level3 strong a {
	font-weight: normal;
}

ul ul ul ul.level4 strong a {
	font-weight: normal;
}

.line {
	background-color: #999;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.contentImage_left {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contentImage_right {
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
}

#contentDivMainColumnTotalWidth {
	position: absolute;
	left: 217px;
	top: 150px;
	width: 710px;
	margin-top: 12px;
}

#contentDivMainColumn {
    position: absolute;
    left: 217px;
    top: 150px;
    width: 450px;
}

#contentDivRightColumn {
    position: absolute;
    left: 702px;
    top: 150px;
    width: 225px;
}

.rightColumnTitle {
    background-color: #999;
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
    margin-bottom: 4px;
    margin-top: 25px;
}

.devShowBox {
    background-color: #cccccc;
    padding: 4px;
}

.code {
    font-family: Courier New, monospace;
    font-size: 12px;
}

.searchresult {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.searchresult p {
    margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
    display: block;
    margin-bottom: 2px;
}

.spacer1 {
    margin-bottom: 1em;
}

.spacer2 {
    margin-bottom: 2em;
}

#footer {
	text-align: right;
    margin-top: 10px;
    border-top: 1px solid #999;
    padding-top: 3px;
}

#footer img {
    float: right;
    border: none;
    margin-top: 5px;
}