/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color: white;
	background-image:url(/images/background.jpg);
	background-repeat:repeat;
	}

#header{
	vertical-align:text-bottom;
	width: 769px;
	color: #1F57A1;
	background-color:white;
	border-bottom: solid #CCCCCC 1px;
	padding-bottom: 2px;
	}
	
.content{
	border: solid #CCCCCC 1px;
	background-color:white;
	background-image: url(/images/backgroundBar.jpg);
	background-repeat: repeat-y;
	padding-bottom: 80px;
}

#leftBar{
	width: 200px;
	float: left;
	background-color:#F7f7f7;
	}

#rightBar{
	width: 545px;
	float: right;
	background-color:white;
	padding:10px;
	color: #333333;
	font-size: 11pt;
	}

#body{
	margin-top: 0px;
	color: #333333;
	}

#footer{
	margin:10px 0px 10px 0px;
	width: 770px;
	float:left;
	text-align:center;
	color: #CCCCCC;
	font-size: 10pt;
	}

.grayBox{
	border: solid #CCCCCC 1px;
	}

.topBar{
	font-size: 18pt;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	margin:0px;
	}

.topBar2{
	font-size: 18pt;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-align: center;
	color: #1F57A1;
	}
	
h2{
	font-size: 14pt;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #1F57A1;
	}

.leftHeading{
	color: white;
	font-weight: bold;
	background-color: #4c91d1;
	text-align: center;
	width: 200px;
	font-size: 11pt;
	padding: 4px 0px 4px 0px;
	}

.leftItem{
	margin:5px;
	padding:5px;
	}
	
a.top:link { color: #1F57A1; font-weight: bold; text-decoration: none; font-size: 10pt; margin: 0px 1px 0px 1px;}
a.top:visited { color: #1F57A1; font-weight: bold; text-decoration: none; font-size: 10pt; margin: 0px 1px 0px 1px;}
a.top:hover { color: #1F57A1; font-weight: bold; text-decoration: underline; font-size: 10pt; margin: 0px 1px 0px 1px;}

a{
	color: blue;
	}
	
.leftText{
	color: #1F57A1; font-weight: bold; text-decoration: none; font-size: 10pt; 
	}
	
#qBody{
	text-align:left;
	font-size: 10pt;
}	
	
	