@media screen
{
#layout {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#layout #logol {
	background-image: url(../inside_images/logol.gif);
	float: left;
	height: 71px;
	width: 391px;
}
#layout #logor {
	background-image: url(../inside_images/logor.gif);
	float: left;
	height: 71px;
	width: 409px;
	font-size: 13px;
}
#layout #logor a {
	font-size: 13px;
	color: #00F;
	text-decoration: none;
}

#layout #logor p {
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 50px;
	font-size: 13px;
	padding: 0px;
	margin-bottom: 0px;
}

#layout #btnl {
	background-image: url(../inside_images/btnl.gif);
	float: left;
	height: 39px;
	width: 85px;
}
#layout #btn {
	float: left;
	height: 39px;
	width: 613px;
}
#layout #btnr {
	background-image: url(../inside_images/btnr.gif);
	float: left;
	height: 39px;
	width: 99px;
}
#layout #main {
	background-image: url(../inside_images/main.gif);
	float: left;
	width: 800px;
}
#layout #main #left {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 550px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
}
#layout #main #left p {
	
	text-decoration: none;
	text-align: justify;
}
#layout #main #left img {
	padding: 5px;
	border: 1px solid #F60;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 15px;
}
#layout #main #left #btnstyle {
	color: #F60;
	text-decoration: none;
	height: 15px;
	width: 15px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #F60;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#layout #main #left #btnstyle1 {
	color: #900;
	text-decoration: none;
	height: 15px;
	width: 15px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #900;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#layout #main #left #btnstyle2 {
	color: #333;
	text-decoration: none;
	height: 15px;
	width: 15px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #333;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#layout #main #left #btnstyle3 {
	color: #090;
	text-decoration: none;
	height: 15px;
	width: 15px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #090;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#layout #main #right {
	float: right;
	width: 210px;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 28px;
	color: #F60;
}
#layout #main #right p {
	font-size: 13px;
	color: #F60;
	line-height: 28px;
}
hr {
	color: #F60;
	margin: 0px;
	border: 1px solid #F60;
}
ul {
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 5px;
}


#layout #footer {
	background-image: url(../inside_images/footer.gif);
	float: left;
	height: 39px;
	width: 800px;
}
a:link {
	font-size: 14px;
	color: #00F;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	color: #00F;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #F90;
	text-decoration: none;
}
a:active {
	font-size: 14px;
	color: #00F;
	text-decoration: none;
}
.dateStyle {
	font-size: 13px;
	color: #F60;
	margin-left: 100px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
}



h1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
	text-decoration: none;
}
}
@media print
{

#layout,#layout #main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#layout #logol,#layout #logor,#layout #btnl,#layout #btn,#layout #btnr,#layout #footer {
	display:none;
}
#layout #main #left {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 550px;
}
#layout #main #left p,#layout #main #right p {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
	text-align: justify;
}
#layout #main #left img {
	margin: 2px;
	padding: 5px;
	border: 1px solid #F60;
}

#layout #main #left #btnstyle {
	color: #F00;
	text-decoration: none;
	height: 15px;
	width: 15px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #960;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#layout #main #left #btnstyle1 {
	color: #F00;
	text-decoration: none;
	height: 15px;
	width: 15px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #F60;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#layout #main #left #btnstyle2 {
	color: #F00;
	text-decoration: none;
	height: 15px;
	width: 15px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #090;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#layout #main #left #btnstyle3 {
	color: #F00;
	text-decoration: none;
	height: 15px;
	width: 15px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #333;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#layout #main #right {
	float: right;
	width: 220px;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#layout #main #right img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #F60;
}

a:link {
	font-size: 14px;
	color: #00F;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	color: #00F;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #F90;
	text-decoration: none;
}
a:active {
	font-size: 14px;
	color: #00F;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
	text-decoration: none;
}
}
