/* CSS Document */

body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	width: 600; }

h1 { font-size: large;
	 }

h2 { font-size: small;
	 font-weight: bold;
	}

img {
	vertical-align: middle; }	

a {
	text-decoration: underline;
	color: blue;
	background-color: inherit; }

a:hover {
	text-decoration: none; }

p {
	font-size: small;
	text-align: justify;
	margin-bottom: 1em;
	margin-top: 0em; }
	
dl {
	font-size: small;
	margin-bottom: 1em;
	margin-top: 0em; }
	
dt { font-weight: bold; 
	color: gray;}

p.address {
	color: gray; }

/* container for all text */
#box {
	position: absolute;
	top: 20px;
	left: 40px; }

/* subcontainer for menu */
#menu {
	font-size: small;
	background-color: AppWorkspace;
	color: MenuText;
	margin: 0px; 
	padding: 0px; 
	width: 640px;}

#menu ul {
	margin: 0px;
	padding: 0px; }

#menu ul li {
	list-style: none;
	display: inline; }

#menu ul li a {
	margin: 0px;
	padding: 2px 18px 11px;
	border: 1px solid AppWorkspace;
	border-bottom: 0px;
	color: MenuText;
	background-color: inherit; 
	line-height: 2.9em; 
	text-decoration: none; }
	
#menu ul li a:hover {
	color: MenuText;
	background-color: InfoBackground; 
	border: 1px solid ActiveBorder;
	border-bottom: 0px;}
			
#menu ul li.selected {
	list-style: none;
	display: inline; }

#menu ul li.selected a {
	border: 1px solid ActiveBorder; 
	border-bottom: 0px;
	color: InfoBackground;
	background-color: InfoText; }

/* page title and background */
#title_img {
	background-repeat: no-repeat;
	height: 50px;
	width: 640px;
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-color: ActiveBorder; 
	border-width: 1px; }

.timg1 { background-image: url(images/title6.png); }
.timg3 { background-image: url(images/title7.png); }
.timg4 { background-image: url(images/title4.png); }
.timg5 { background-image: url(images/title5.png); }
.timg6 { background-image: url(images/title1.png); }
.timg7 { background-image: url(images/title3.png); }

.cimg1 { background-image:url(images/content6.png);	}
.cimg3 { background-image:url(images/content7.png);	}
.cimg4 { background-image:url(images/content4.png);	}
.cimg5 { background-image:url(images/content5.png);	}
.cimg6 { background-image:url(images/content1.png);	}
.cimg7 { background-image:url(images/content3.png);	}

#title_img h1 {
	color: InfoBackground;
	background-color: inherit; 
	margin: 0;
	padding: 10px; }
	
#folder {
	font-size: 9px;
	padding-left: 10px;
	line-height: 2em;
	color: CaptionText; }

/* container for specific page content */
#content {
	width: 640px;
	background-repeat:no-repeat;
	background-color: white;
	color: black;
	padding: 0px;
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-color: ActiveBorder; 
	border-width: 1px;
	}

#content h1 {
	color: CaptionText; 
	font-size: xx-large; }

#content p {
	padding: 10px; }

#content .img {
	float: right;
	background-color: InactiveCaption;
	padding: 1px; 
	margin: 10px;
	font-size: x-small;
	color: InactiveCaptionText; 
	text-align: center;}

/* page footer container */
#footer {
	height: 30px; }
