﻿body 
{ 
	margin:0px; 
	background:url('../images/backgroundHeader.jpg') no-repeat top center #000000; 
	font-family:Century Gothic, Times New Roman, Serif; 
	cursor:default;
}
input
{
	cursor:pointer;
}
input[type=text], input[type=password]
{
	cursor:text;
}
input[type=submit] 
{
	text-decoration:none;
	background: transparent;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	color: #0071BB;
	display: inline;
	width:auto;
	margin: 0px;
	padding: 0px;
}

input[type=submit]:hover
{
	color:#1598DA; 
	text-decoration:underline;
}

blockquote
{
    width:94%;
    font-family:Georgia, Times New Roman, Serif;
    font-size:12pt;
    color:#333333;
    text-align:justify;
    margin:12px auto 12px auto;
    padding:12px 0px 12px 0px;
    border-top:double 3px #AAAAAA;
    border-bottom:double 3px #AAAAAA;
}


td { vertical-align:top;}
h1 { color:#990000; margin:2px 0px 12px -8px; font-size:22pt; font-weight:normal; font-family:Georgia, Times New Roman, Serif;}
h2 { color:#990000; margin:2px 0px 12px -8px; font-size:16pt; font-weight:normal; font-family:Georgia, Times New Roman, Serif;}

#header 
{
	margin:0px auto 0px auto; 
	width:960px; 
	height:352px; 
	background:url('../images/Header.jpg') no-repeat;
	font-size:8pt;
	color:#999999;
}
#header a 
{
	color:#999999; 
	text-decoration:none;
}
#header a:hover 
{
	color:#1598DA; 
	text-decoration:underline;
}

#content {margin:0px auto 0px auto; width:960px; clear:both;}
#leftColumn {width:320px; background:url('../images/leftBar.png') repeat-y;}
#rightColumn {width:640px; background:url('../images/rightBar.png') repeat-y;}
#footer {margin:0px auto 0px auto; width:960px; height:51px; background:url('../images/footer.png') no-repeat; clear:both;}

#leftColumnStyling {width:280px; padding:10px 20px 20px 20px; color:#CCCCCC;}
#leftColumnStyling a {color:#0071BB; text-decoration:none;}
#leftColumnStyling a:hover {color:#1598DA; text-decoration:underline;}

#rightColumnStyling {width:560px; padding:10px 40px 20px 40px; font-size:9.5pt; line-height:15pt;}
#rightColumnStyling a {color:#0071BB; text-decoration:none;}
#rightColumnStyling a:hover {color:#1598DA; text-decoration:underline;}

.leftColumnDiv 
{
	text-align:center; 
	clear:both; 
	color:Silver; 
	font-size:12pt; 
	font-family:Times New Roman, Serif; 
	padding:4px 0px 4px 0px; 
	border-bottom:dotted 4px #0071BB;
}
.leftColumnDiv a {color:#0071BB; text-decoration:none;}
.leftColumnDiv a:hover {color:#1598DA; text-decoration:underline;}

#twitter_picture
{
	vertical-align:middle;
}

#twitter_update_list 
{ 
	color:silver; 
	text-align:center; 
	vertical-align:baseline;
	font-size:12pt; 
}
#twitter_update_list li { list-style-type:none; }
#twitter_update_list a {color:#0071BB; text-decoration:none;}
#twitter_update_list a:hover {color:#1598DA; text-decoration:underline;}



.Title
{
	text-align:left;
	color:#A62A00;
	font-size:16pt;
}

.individualPictureDiv
{
	text-align:center;
	width:240px;
	height:330px;
}
.individualPicture
{
	width:240px;
	height:330px;
}

.leftColumnQuestion
{
	text-align:left;
	color:#AAAAAA;
	font-size:10pt;
}

.leftColumnAnswer
{
	text-align:right;
	border-bottom:dotted 4px #0071BB;
	font-size:15pt;
	font-style:normal;
	padding-bottom:5px;
}

.rightColumnQuestion
{
	font-size:18pt;
	color:#A62A00;
	margin:20px 0px 6px -3px;
	text-align:left;
	font-weight:200;
}

.rightColumnAnswer
{
	padding-left:10px;
	text-align:left;
	font-size:10pt;
	font-style:normal;
}

.GridView
{
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:dotted 1px #0071BB;
}

.GridView td
{
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:dotted 1px #0071BB;
}

.CommentDiv
{
	width:100%;
	border-top:dotted 2px #0071BB;
	padding:5px 0px 0px 0px;
}

.Comment
{
	width:94%;
	font-family:Georgia, Times New Roman, Serif;
    font-size:10pt;
    color:#333333;
    text-align:left;
    margin:0px auto 12px auto;
    padding:12px 0px 12px 0px;
    border-top:double 3px #AAAAAA;
}
