body {
	text-align: center;
	font-family:  arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}  

.smhead {
	font-size: 14px;
	font-weight: bold;
}

.ctr {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height: 130%;
	text-align: center;
}

.lg {
	margin-top: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: 130%;
}

.blk {
	margin-top: 25px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}

a{
	font-weight:bold;
	color: #0000FF;
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
}

a:active, a:visited{
	color: #0000FF;
}

h3{
	margin:0;
	padding:0;
}

#container{
	width:800px;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#top{
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height:80px;
	width:800px;
	color: #FFFFFF;
	font-size: 50px;
	text-align: center;
	font-variant: small-caps;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

#tag{
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 3px;
	width:800px;
	height: 25px;
	font-size: 16px;
	color: #FFFBF0;
	font-weight: bold;
	text-align: center;
/*	background-color: #0000ff;*/
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
}

#leftBlock{
	float: left;
	top: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	width:200px;
	background: #0000ff url(images/frame_bottom_blue.gif) no-repeat bottom center;
}

#leftBlock ul{
	list-style-type:none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	background-image: none;
}
#leftBlock li{
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 28px;
	color: #ffffff;
}
#leftBlock a{
	color: #ffffff;
	display:block;
	padding: 0;
	margin:0;
	text-decoration: none;
}

#leftBlock a:hover{
	color: #ff0000;
	display:block;
	padding: 0;
	margin:0;
	text-decoration: none;
}

#leftBlock a.c{
	display:inline;
	color:#696969;
}

#leftBlock h3{
	display:block;
	height: 24px;
	width: 200px;
	background-color: transparent;
	background-image: url(images/frame_top_blue.gif);
}
#leftBlock h3 span{
	display:none;
}

#content{
	float: left;
	top:0px;
	margin-left: 20px;
	margin-right: 0px;
	padding-bottom: 10px;
	width:355px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
}

#content h3{
	display:block;
	height: 40px;
	width: 355px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}
#content p{
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#content h3 span{
	display:none;
}

#content_admin {
	float: left;
	top:0px;
	margin-left: 20px;
	margin-right: 0px;
	padding-bottom: 10px;
	width:555px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
}

#content_admin h3{
	display:block;
	height: 40px;
	width: 550px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}
#content_admin p{
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#rightBlock{
	float: left;
	top:0px;
/*	margin-left: 20px; */
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #0000ff url(images/frame_bottom_blue.gif) no-repeat bottom center;
	width:200px;
}
#rightBlock ul{
	list-style-type:none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}
#rightBlock li{
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 11px;
	padding-left: 28px;
	color: #ffffff;
}
#rightBlock a{
	color: #ffffff;
	display:block;
	padding: 0;
	margin:0;
	text-decoration: none;
}

#rightBlock a:hover{
	color: #ff0000;
	display:block;
	padding: 0;
	margin:0;
	text-decoration: none;
}

#rightBlock h3{
	display:block;
	height: 24px;
	width: 200px;
	background-color: transparent;
	background-image: url(images/frame_top_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#rightBlock h3 span{
	display:none;
}

.footer { 
	clear: both;
	text-align: center;
	font-family:  arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.2em;
}

.footer a{
	color: #0000FF;
	text-decoration:none;
}

.footer a:visited{
	color: #0000FF;
	text-decoration:none;
}

.footer a:hover{
	color: #0000FF;
	text-decoration:underline;
}
.ctr_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

#sideimg {
	float: left;
	margin-right: 5px;
	marin-bottom: 5px;
}
.pdf {
	background-color: #000000;
	color: #FFFFFF;
}

#rightpane{
	float: left;
	top:0px;
	margin-left: 20px;
	padding-bottom: 10px;
	width:200px;

}

#rightbottom{
	float: top;
	margin-top: 5px;
	width:200px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}

.error {
	color: #ff0000;
}

.style1 {
	font-size: 10px
}