body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #F4F4F4;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
a:link, a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
#mainPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 700px;
	background-color: #FFFFFF;
	text-align: left;
}

#topBar{
	height: 90px;
	background-image: url(../pics/top2.gif);
	background-repeat: no-repeat;
	
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	margin-right: 15px;
	text-align: right;
	padding-top: 70px;
}
#linkBar{
	background-image: url(../pics/border.gif);
	height: 30px;
	background-repeat: no-repeat;
	padding-top: 2px;
	
}
#linkBar a:link, #linkBar a:visited, #linkBar a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top: 2px;
}	
#linkBar a:hover {
	color: #000000;
	text-decoration: underline;
}

#leftBar {
	width: 490px;
	margin-bottom: 20px;
}
#leftBar h1 {
	position: relative;
	left: -10px;
}
#leftBox{
	margin-left: 5px;
	padding-left: 15px;
	margin-left: 5px;
	padding-right: 15px;
}

#leftBox img {
	float: right;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#rightBar {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 170px;
	margin-right: 15px;
}
#rightBox {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	border: thin solid #ADC7D6;
	background-color: #F7F7F7;
	margin-top: 15px;
	margin-bottom: 30px;
}
#rightBox h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 2px;
	background-color: #ADC7D6;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 0px;
}
#rightBox ul {
	margin-top: 2px;
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 2px;
	
}
#rightBox li {
	text-align: left;
	margin-bottom: 1px;
}
#rightBox a:link, #rightBox a:visited {
	color: #666666;
}
#rightBox a:hover {
	color: #000000;
}

#rightBoxText{
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 5px;
}
#bottomBar{
	width: 700px;
}
#myinfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	margin-right: 10px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: right;
}
#myinfo a:link, #myinfo a:visited {
	color: #666666;	
}
#myinfo a:hover {
	color: #000000;
}
.bold {
	font-weight: bold;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
