/* Intro Page CSS Document */
body, html {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	color: gray;
	font-size: 11px;
	min-width: 850px;

}

* 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;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	color: #009FE1;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
	color: #009FE1;
	font-size: 12px;
	font-weight: bold;
}


#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: #E5F5FC;
	z-index: -1000;
}

#top {
	width: 100%;
}

#maincontent {
	float: left;
	width: 100%;
	min-height: 500px;
}

#contentblock {
	float: left;
	width: 70%;
	text-align: left;
}

#contentblock a{
	color: #1E9FD9;
}

#greenblock {
	width: 100%;
	background-color: #E5F5FC;
	padding: 0px;
}

#greentop {
	background-color: #E5F5FC;
	height: 21px;
}

#greenbottom {
	background-color: #E5F5FC;
	height: 21px;
}

.parentboxleft {
	width:193px;
	float: left;
	padding: 5px;
}

.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);
}
.parentboxmid {
	width: 100%;
	text-align: justify;
}


.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;
}
