/*
 * 77Committee.css
 *
 * CSS stylesheet file for 77 Committee
 *
 * S. Griffiths, July 2005
 */

/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
*/

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6394C5;
	color: yellow;
	text-decoration: none;
	background-color: black;
}


/*
 * Overall Layout
 */


.layout {
	width: 800px;
	height: 100%;
}


.layoutheaderow {
	height: 1500px;
}


.layoutheadercol {
	vertical-align: top;
}


.layoutmainrow {
	height: 100%;
	vertical-align: top;

}


.layoutmaincol {
	height: 100%;
	vertical-align: top;
}


.layoutfooterrow {	
}


.layoutfootercol {
	height: 100px;
	vertical-align: bottom;
}

	/*vertical-align: top;*/

/*
 * Menus
 */

.menuleftblank {
	width: 140px;
	height: 1px;
	vertical-align: top;
}

.menuleftcol {
	width: 140px;
	height: 100%;
	vertical-align: top;
}

.menuspacer {
	width: 20px;
	height: 100%;
	vertical-align: top;
}

/* block menu style */

li#menuheader {
		font-size: 12px;
		color: white;
		background-repeat: no-repeat;
		background-color: #7BADD1;
		background-image: url("/77Committee/images/add_menu_top.jpg");
}

li#menuheader a {
		color: white;
}

ul#menulistfirst {
		margin: 0 0;
}

/* Don't want margin on first item */
ul#menulist {
		margin: 10 0;
}

ul#menulist, ul#menulistfirst {
		list-style-type: none;
		padding: 0;
		width: 100%;
		font-size: 0.9em;
		text-align: left;
		background-color: #E1E1E0;
		text-indent: 10pt;
}


ul#menulist li, ul#menulistfirst li {
		width: 100%;
		margin: 0 0;
		padding: 0;
}


ul#menulist li a, ul#menulistfirst li a {
		display: block;
		width: 100%;
		text-decoration: none;
}

ul#menulist a:hover, ul#menulistfirst a:hover {
		width: 100%;
		color: #999999;
}

/* Sub list items */

ul#menusublist {
		list-style: none;
		padding: 0;
		margin: 0 0;
		width: 100%;
		font-size: 11px;
		text-align: left;
}

ul#menusublist li {
		width: 100%;
		margin: 0 0;
		padding: 0;
		border-bottom: 1pt solid white;
}

ul#menusublist li a {
		display: block;
		width: 100%;
		text-decoration: none;
		background-color: #E9EEF5;
		color: #6394C5;
		margin: 0 0;
		padding: 0;
}

ul#menusublist a:hover {
		width: 100%;
		background-color: #D0DCEC;
		margin: 0 0;
		padding: 0;
}

.menuselected {
		display: block;
		width: 100%;
		color: #6394C5;
		background-color: #D0DCEC;
}


.leftmenu {


}


/*
 * Image
 */

.image {
	border: none;
}

/*
 * Header
 */

.header {
	text-align: center;
	width: 100%;
}

.header h1 {
	font-size: 16pt;
	color: red;
    padding-bottom: 0px;
	margin-bottom: 0px;
}

.header h2 {
	font-size: 14pt;
	color: red;
    padding-bottom: 0px;
	margin-bottom: 0px;
}

.headerImage {
	float: left;
	width: 150px;
	height: 150px;
}

.headerTitle {
	float: center;
}



/*
 * Main content
 */

.main {
	width: 500px;
	vertical-align: top;
}

.main h1 {
	font-size: 14pt;
    padding-bottom: 0px;
	margin-bottom: 0px;
	color: red;
}

.main h2 {
	font-size: 12pt;
    padding-bottom: 0px;
	margin-bottom: 0px;
	color: red;
}

.main a {
	text-decoration: underline;
	color: yellow;
	border: none;
}

.main a:hover {
	text-decoration: underline;
	color: red;
}


/*
 * Footer
 */

.footer {
	height: 100%;
	text-align: center;
}


.footerImage {
	float: left;
	width: 100px;
	height: 80px;
}

.headerTitle {




/* END OF FILE */

