﻿.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #E5E5E5;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #E5E5E5;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionContent
{
	background-color: #E5E5E5;
	border: 1px dashed #666666;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

body
{
	width: 700px;
	height: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(../standard/images/bottom-right-books.png);
}

h1
{
	font-size: 16pt;
	font-weight: bold;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
}

li
{
	font-size: 10pt;
}

p
{
	font-size: 10pt;
}

#forground
{
	height: 1028px;
	background-image: url(../standard/images/foreground.png);
	background-position: top;
	background-repeat: no-repeat;
}

#header
{
	height: 110px;
}

#headerImg
{
	float: left;
}

#mainNavigation
{
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	border: solid 1px #333333;
}

#mainNavigation a
{
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	color: Black;
	font-size: 12pt;

}

#mainNavigation a:Hover
{
	text-decoration: none;
	color: Black;
	font-size: 12pt;	
	border: solid 1px #000033;
	background-color: #CCCCCC;	
}

#mainContent
{
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
	width: 700px;
	border: solid 1px #000033;
	background-image: url(../standard/images/contentbackground.jpg);
}

#microsoftLogos
{
	clear: both;
}

#footer
{
	clear: both;
	font-size: 10pt;
	text-align: center;
	padding-top: 10px;
}

#footer a
{
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: Black	
}

#footer a:Hover
{
	text-decoration: none;
	background-color: #CCCCCC;
}

#leftColumn
{
	width: 220px;
	height: auto;
	margin-right: auto;
	float: left;
	clear: left;
}

#rightColumn
{	
	width: 520px;
	margin-left: auto;
	float: right;
	clear: right;
}

.postit1
{
	clear: left;
	float: left;
	height: 350px;
	width: 350px;
	font-family: Century;
	font-size: 10pt;
	background-image: url(../standard/images/horizontal-note.png);
	background-position: top;
	background-repeat: no-repeat;
}

.postit2
{
	clear: right;
	float: right;
	height: 350px;
	width: 320px;
	font-family: Century;
	font-size: 10pt;
	background-image: url(../standard/images/horizontal-note2.png);
	background-position: top;
	background-repeat: no-repeat;
}

.pageContent
{
	width: 450px;
	clear: both;
	float: left;
	padding-left: 10px;
}

.contactCaptionText
{
	font-size: 9pt;
	padding-right: 10px;
}
