/*
Predefinition of margins and padding-
Can prevent some strange renderings
that shift elements to the right

body
{
	border-left: 20px solid #397BBB;
	border-right: 20px solid #397BBB;
	background: #f3fbff;
	height: 100%; 
	padding: 0px;
	margin: 0px;
}

img
{
	border-style:none;
}

.right
{
	position:absolute;
	right:0px;
	width:300px;
}*/

/*Classes*/

* {
	margin:0; 
	padding:0;
}

body {
	background: #e3e8ec;
	font-family:lucida sans;
	font-size:10pt;
	color:#393939;
}

.divider {
	border: 1px dashed #96aab4; 
	border-style: none none dashed;
	margin-top:14px;
	margin-bottom:14px;
	width: 520px;
	margin-left:auto;
	margin-right:auto;
}

.comingsoontitle {
	font-size:12pt;
}

.bodycolumn {
	background-image:url(images/background.png);
	background-repeat:repeat-y;
	text-align:center;
	width:620px;
	margin-left:auto;
	margin-right:auto;
}

.bodycolumnfoot {
	background-image:url(images/backgroundfoot.png);
	width:620px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
}

.staff {
	text-align:left;
	margin-left:200px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-size:12pt;
	color:#73868e;
	width:520px;
	margin-bottom:10px;
	padding-top:10px;
	padding-left:2px;
	margin-left:auto;
	margin-right:auto;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border-bottom:1px dashed #96aab4;
	width:520px;
	margin-left:auto;
	margin-right:auto;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	margin-top:10px;
	padding-bottom:30px;
	position:relative;
}

.centerImageTop
{	
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	width:70%;
	text-align:center;
	/*background-color:#b0e0e6;*/
}

h1
{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	width:70%;
	text-align:center;
	text-decoration:underline;
	font-size:40px;
	/*background-color:#b0e0e6;*/
}

.centerTextInfo
{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	width:70%;
	font-family:verdana;
	font-size: 1.05em;
	text-align:center;
}

.alignPDFLink
{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	width:70%;
	text-align:center;
	background-color:#8FCDE7;
	font-family:verdana;
	font-size: 1.07em;
}

.linkToPDFLeft
{
	text-align:left;
}

.linkToPDFLeft
{
	text-align:center;
}

.linkToPDFRight
{
	text-align:right;
}

.imageHeadLogo
{
	margin-bottom:20px;
	margin-top:20px;
}