/* CSS Document */

/* Concord Party main CSS */

body {
background-color: #43424b ;
background-image:url(images/cpBackground.jpg);
background-repeat: repeat-x;
text-align:center;
}

/*
table {
border: thin #342760;
}
*/


#container
{
	margin-left: auto;
	margin-right: auto;
	width: 725px;
	text-align: left;
	background-color: #B0B0FF;
	overflow: auto;
}





#header
{
	background-image: url(images/cpBanner_06.jpg);
	width: 725px;
	height: 77px;
	float: left;
}


#leftcol
{

	background-color: #d6d3ed;
	width: 150px;
	float: left;
	border-right: thin;
	border-left: thin;
	border-color: #9999FF;
	border-style: groove;
	
}

/* min height is not supported by IE. Too bad for them.*/
#mcontent
{
	background-color: #d6d3ed;
	width: 382px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	line-height: 1.5em;
	padding: 3em;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	border-right: thin;
	border-left: thin;
	border-color:#9999FF;
	border-style: groove;
	min-height: 400px;
	
	
}

#mcontent a { text-decoration: none; }
#mcontent a:link { color: #c04040; }
#mcontent a:visited { color: #c04040; }
#mcontent a:hover { color: #003366; }

#mcontent h1
{
	font-size: 23px;
	font-style: italic;
}


#rightcol
{
	background-color: #e7e3ff;
	width: 111px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1em;
	border-right: thin;
	border-left: thin;
	border-color: #9999FF ;
	border-style: groove;
}

#rightcol a { text-decoration: none; }
#rightcol a:link { color: #c04040; }
#rightcol a:visited { color: #c04040; }
#rightcol a:hover { color: #003366; }

#rightcol h1
{
	font-weight: bold;
	font-size: 13px;
	
}

#rightcol hr
{
	color: #003366;
	background-color: #003366;
	height: 2px;
	width: 60%;
	text-align: center;
	border:0;
}

#footer
{
	background-color: #000000;
	width: 645px;
	height: auto;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 4em;
	padding-right: 4em;
	padding-top: 10px;
	padding-bottom: 10px;
	
	text-align: center;
}

/* another style http://css.maxdesign.com.au/listamatic/vertical13.htm*/

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin:  0;
width: 122px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}


/* from http://css.maxdesign.com.au/listamatic/vertical07.htm 
#navlist 
{
padding: 1px;
margin-left: 0;
font: 12px Verdana, sans-serif;
border: 2px solid;
border-color: #AAA #666 #666 #AAA;
background: #CCC;
width: 13em;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em 1em;
border: 1px solid;
border-color: #FFF #AAA #AAA #FFF;
text-align: left;
}

#navlist li a { text-decoration: none; }
#navlist li a:link { color: black; }
#navlist li a:visited { color: black; }
