body {
	margin:15px;
	padding:0px;
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#000000;
	background-color:#FFFFFF;
	}

table {
	empty-cells:show;
	}

h1 {
	font-size:20px;
	font-weight:bold;
	}
h2 {
	font-size:16px;
	font-weight:bold;
	}

select {
	width:200px;
	}

label {
	cursor:pointer;
	}

/* --------- */

#box1 {
	width:178px;
	position:absolute;
	top:15px;
	left:15px;
	z-index:1;
	}
#box2n3 {
	width:770px;
	position:absolute;
	top:15px;
	left:208px;
	padding-bottom:50px;
	z-index:2;
	}

#page_footer {
	text-align:center;
	vertical-align:top;
	color:#666666;
	}

#headerline {
	width:100%;
	}
#positionline {
	text-align:left;
	vertical-align:top;
	padding-right:25px;
	color:#666666;
	}
#infoline {
	text-align:right;
	vertical-align:top;
	color:#666666;
	}

#item_count {
	display:none;
	}

#welcomebox {
	width:717px;
	height:144px;
	background-image:url(./imgs/welcome.jpg);
	}

#searchbox {
	position:absolute;
	z-index:3;
	left:800px;
	top:70px;
	width:170px;
	height:35px;
	}
#searchinput {
	width:130px;
	padding:2px;
	background-image:url(./imgs/searchbg.gif);
	background-repeat:repeat-x;
	border:solid 1px #333333;
	}

#page_debug {
	display:none;
	}

/* --------- */

.padding_line {
	height:15px;
	}

.box1_header {
	height:6px;
	background-image:url(./imgs/box1_header.gif);
	background-repeat:no-repeat;
	}
.box1_wrapper {
	text-align:left;
	vertical-align:top;
	background-image:url(./imgs/box1_wrapper.gif);
	background-repeat:repeat-y;
	}
.box1_footer {
	height:8px;
	background-image:url(./imgs/box1_footer.gif);
	background-repeat:no-repeat;
	}
.box2_header {
	height:6px;
	background-image:url(./imgs/box2_header.gif);
	background-repeat:no-repeat;
	}
.box2_wrapper {
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
	background-image:url(./imgs/box2_wrapper.gif);
	background-repeat:repeat-y;
	}
.box2_footer {
	height:8px;
	background-image:url(./imgs/box2_footer.gif);
	background-repeat:no-repeat;
	}
.box3_header {
	height:6px;
	background-image:url(./imgs/box3_header.gif);
	background-repeat:no-repeat;
	}
.box3_wrapper {
	text-align:left;
	vertical-align:top;
	height:489px;
	background-image:url(./imgs/box3_wrapper.gif);
	background-repeat:repeat-y;
	}
.box3_footer {
	height:8px;
	background-image:url(./imgs/box3_footer.gif);
	background-repeat:no-repeat;
	}

.logo {
	margin:20px 0px 20px 0px;
	width:141px;
	height:163px;
	background-image:url(./imgs/logo.gif);
	background-repeat:no-repeat;
	}

.menu {
	margin:20px 0px 20px 0px;
	color:#999999;
	}

.small_info_text {
	color:#666666;
	font-size:11px;
	}
.small_info_link {
	color:#666666;
	font-weight:bold;
	font-size:11px;
	}

.content {
	margin:10px 10px 10px 40px;
	}

.committee_member {
	width:280px;
	margin:10px;
	float:left;
	}
.c_img {
	margin-right:5px;
	float:left;
	}
.c_txt {
	text-align:left;
	}

.design_row1 {
	padding:5px;
	text-align:left;
	vertical-align:middle;
	border:solid 2px #FFFFFF;
	background-color:#F0F0F0;
	}
.design_row2 {
	padding:5px;
	text-align:left;
	vertical-align:middle;
	border:solid 2px #FFFFFF;
	background-image:url(./imgs/row_bg1.gif);
	}
.design_row3 {
	padding:5px;
	text-align:left;
	vertical-align:middle;
	border:solid 2px #FFFFFF;
	background-color:#CCCCCC;
	}

.file {
	padding:7px;
	float:left;
	}
.file .design_row1 {
	width:250px;
	}
.file .design_row2 {
	width:250px;
	}
.file table {
	border-right:2px solid #CCCCCC;
	border-bottom:solid 2px #CCCCCC;
	}

.icon {
	width:25px;
	}

.success {
	padding:5px;
	padding-left:30px;
	margin-top:10px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:2px solid #003300;
	background-color:#009900;
	background-image:url(./imgs/white_corner.gif);
	background-repeat:no-repeat;
	}
.neutral {
	padding:5px;
	padding-left:30px;
	margin-top:20px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:2px solid #000033;
	background-color:#006699;
	background-image:url(./imgs/white_corner.gif);
	background-repeat:no-repeat;
	}
.error {
	padding:5px;
	padding-left:30px;
	margin-top:20px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:2px solid #330000;
	background-color:#990000;
	background-image:url(./imgs/white_corner.gif);
	background-repeat:no-repeat;
	}

.redirect {
	margin:5px;
	padding:5px;
	border:solid 1px #CCCCCC;
	}

.submit {
	width:170px;
	height:24px;
	padding-bottom:2px;
	cursor:pointer;
	border:none;
	color:#333333;
	background:none;
	background-position:0px 0px;
	background-image:url(./imgs/button.gif);
	background-repeat:no-repeat;
	}
.submit:hover,
.submit:active,
.submit:focus {
	background-position:-170px 0px;
	}

/* --------- */

.content a:link, .content a:visited {
	color:#000000;
	text-decoration:underline;
	}
.content a:hover {
	color:#006600;
	}
.content a:active, .content a:focus {
	color:#990000;
	}

#adminmenu a:link, #adminmenu a:visited {
	margin:5px;
	display:block;
	float:left;
	padding:20px;
	text-decoration:none;
	text-align:center;
	border:solid 1px #CCCCCC;
	border-bottom:solid 2px #999999;
	}
#adminmenu a:hover {
	border-color:#006600;
	}

#page_footer a:link, #page_footer a:visited {
	color:#999999;
	text-decoration:underline;
	}
#page_footer a:hover {
	color:#333333;
	}
#page_footer a:active, #page_footer a:focus {
	color:#CCCCCC;
	}

.file a:link, .file a:visited {
	font-size:13px;
	font-weight:bold;
	}

#positionline a:link, #positionline a:visited {
	color:#666666;
	}

/* --------- */

.menu ul {
	width:145px;
	padding:0px;
	margin:0px;
	text-align:left;
	list-style:none;
	}

.ml1, .admp {
	margin:3px 0px 3px 0px;
	}
.ml1 a:link, .ml1 a:visited, .admp a:link, .admp a:visited {
	display:block;
	color:#FFFFFF;
	width:107px;
	text-decoration:none;
	padding:3px 3px 3px 23px;
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-image:url(./imgs/mp0.png);
	}
.ml1 a:hover, .admp a:hover {
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	text-decoration:underline;
	background-position:-133px 0px;
	}

.ml2 {
	margin:0px;
	}
.ml2 a:link, .ml2 a:visited {
	display:block;
	color:#000000;
	width:107px;
	text-decoration:none;
	padding:3px 3px 3px 23px;
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-image:url(./imgs/mp1.png);
	}
.ml2 a:hover {
	text-decoration:underline;
	background-position:-133px 0px;
	}

.ml3 {
	margin:0px;
	}
.ml3 a:link, .ml3 a:visited {
	display:block;
	color:#000000;
	width:107px;
	text-decoration:none;
	padding:3px 3px 3px 23px;
	border-top:solid 1px #FFFFFF;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	background-image:url(./imgs/mp2.png);
	}
.ml3 a:hover {
	text-decoration:underline;
	background-position:-133px 0px;
	}