﻿/* CSS Document */

a 			{ text-decoration:none; }
a:visited 	{ color:#0000FF; }
body 		{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0px; text-align:justify;  }
h2			{ text-align:center; text-decoration:underline; color:black; }
h3			{ text-align:center; text-decoration:underline; color:black; }
quot 		{ font-size:10px; font-style:italic; }
ul 			{ list-style:disc; }

#container
{
	height:100%;
	margin:auto;
}

#head
{
	margin:auto;
	width:840px;
	height:113px;
	background-image:url(../Images/Untitled-1_r1_c1.jpg);
}

#menu_top
{
	margin:auto;
	text-align:right;
	color:#FFFFFF;
	width:800px;
	height:14px;
	_height:16px;
	padding-left:20px;
	padding-right:20px;
	padding-top:2px;
	_padding-top:0px;
	background-image:url(../Images/Untitled-1_r2_c1.jpg);
}

#menu_top a
{
	font-weight:bold;
	font-size:10px;
	color:#B4BCCA;
	text-decoration:none;
	padding-right:5px;
	border-right:1px solid #B4BCCA;
	padding-left:5px;

}

#menu_top .highlight
{
	color:red !important;
}

#last
{
	font-weight:bold;
	font-size:10px;
	color:#B4BCCA;
	text-decoration:none;
	padding-right:5px;
	border-right:0px solid #B4BCCA !important;
}

#menu_top z:hover
{
	color:#0D2C65;
	background-color:#B4BCCA;
}
#menu_top a:hover
{
	color:red;
}

#menu_bottom
{
	margin:auto;
	text-align:right;
	color:black;
	width:800px;
	height:14px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:7px;
	font-size:10px;
	padding-top:2px;
	background-image:url(../Images/Untitled-1_r3_c1.jpg);
}

#menu_bottom a
{
	margin-right:5px;
	text-decoration:none;
	font-size:10px;
	color:#0D2C65;
}

#menu_bottom a:hover
{
	color:red;
}

#body
{
	margin:auto;
	width:800px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../Images/Untitled-1_r5_c1.jpg);
}

#body table
{
	width:100%;
	height:600px;
}

#body td
{
	vertical-align:top;
	width:380px;
}
#body p
{
	margin-left:5px;
	margin-right:5px;
}

#footer
{
	margin:auto;
	width:840px;
	height:28px;
	background-image:url(../Images/Untitled-1_r7_c1.jpg);
}

.item
{
	width:380px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:50px;
}

.item img
{
	border:1px solid black;
	border-bottom:4px solid black;
	clear:both;
}

.article
{
	
	margin:0px;
	padding:0px;
}