/* Intro Page CSS Document */
body, html {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	color: gray;
	font-size: 11px;
	min-width: 800px;
	
	
}

* html .minwidth {
	 /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 900 ? "900px" : "100%" );

}

#container {
	width: 78%; float: left; text-align: left; padding-top: 30px; height: 100%;
}

h1 {
	text-align: left;
	padding-top: 2px;
	margin-top: 2px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: Comic Sans MS;
	color: #A96BA5;
	font-stretch:expanded;
	font-weight: bold;
	font-size: 28px;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	color: #A96BA5;
	font-size: 24px;
	font-weight: normal;
	padding-top: 1px;
	margin-top: 1px;
}


#menu {
	float: left;
	width: 30%;
	padding: 0px;
	height: 500px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#menu ul{
	list-style-image: url(images/purple_bullet.gif);
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #A96BA5;
	font-weight: bold;
}

#menu a{
	color: #A96BA5;
	text-decoration: none;
}

#advertisement {
	width: 20%;
	height: 100%;
	float: right;
	min-height: 100%;
	background-color: #F6F9E5;
	z-index: -1000;
	min-width: 150px;
}

#top {
	width: 100%;
	min-width: 420px;
}

#maincontent {
	float: left;
	width: 100%;
	min-height: 500px;
}

#contentblock {
	float: left;
	width: 70%;
	text-align: left;
}

#contentblock a{
	color: #A2C300;
}

#greenblock {
	width: 100%;
	background-color: #F6F9E5;
	padding: 0px;
	text-align: left;
}

#greentop {
	background-color: #F6F9E5;
	height: 21px;
}

#greenbottom {
	background-color: #F6F9E5;
	height: 21px;
}

#searchbox {
	width: 133px;
	height: 51px;
	background-image: url(images/search_box.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#footer {
	clear: both;
	width: 100%;
	background-color: #F8F8F8;
	height: 50px;
}

#footer p{
	padding: 10px;
}

.margin {
	text-align: left;
}

.parentboxheader {
	width: 100%;
	height: 24px;
	color: white;
}

.parentboxheader a{
	color: #FFFFFF;
	display: block;
	background-image:url(images/blockheader.jpg);
	text-align: center;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}

.parentboxheader a:hover {
	background-image:url(images/blockheader_over.jpg);
}

.parentboxbottom {
	width: 100%;
	height: 15px;
	background-image:url(images/block_bottom.jpg);
	font-size: x-small;
	text-align: right;
	font-weight: bold;
	color: white;
}

.parentboxbottom a{
	color: white;
	text-decoration: none;
}

.extranav {
	font-size: 10px;
	font-weight: normal;
	color: gray; 
}

.extranav a{
	color: gray;
}
