body 
{
	background-color: #283EFF;
	background-image: url("pictures/web_elements/background.jpg"); 
	background-repeat: repeat-x;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 1000px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.main
{
	background-color: white;	
	padding: 15px;
	color: #324F17;
}

div#header
{
	background-image: url("pictures/web_elements/header.jpg"); 
	width: 980px;
	height:130px;
	text-align: right;
	vertical-align: bottom;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	color: white;
}

div.body
{
	padding:10px;
	font-size: 14px;
	line-height: 20px;
}

div#links
{
	 background-color: #ffffff;
	 width: 1000px;
	 height: 20px;
}

div.links
{
	 background-color: #ffffff;
	 width: 960px;
	 height: 20px;
}

div.divisor
{
	height:1px; 
	background-color:#71C671; 
	width:700px; 
	margin:auto;
}

td.article
{
	border: 1px dotted #1C86EE; 
	margin: 10px;
	padding: 10px;
	vertical-align: top;
	
}

td.item
{
	border: 1px dashed #B9D3EE;
	width: 465px;
	vertical-align: top;
}

td.item_text
{
	font-size:14px;
	vertical-align: top;
	padding: 10px;
	padding-top:0px;
}

td.field_label
{
	font-weight: bold;
	font-size: 12px;
	width: 120px;
}

img.item { border: 1px solid #B0E0E6; }

img.article
{
	border: 1px solid #B0E0E6;
	margin: 2px;
}

h1
{
font-weight: bolder;
color: #3D9140;
margin:6px;
margin-bottom: 10px;
padding: 2px;
font-size: 22px;
border-bottom: 1px solid #3D9140;
}

ul#buttons
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
}

li.button { display: inline; }

p.big
{
	font-size: 20px;
	margin: 25px;
	text-align: center;
	line-height: 26px;
}

p.item_title
{
	font-size: 18px;
	color: #4CBB17;
	font-weight: bold;
	text-align:center;
	border-bottom: 1px dotted #4CBB17;
	margin-bottom: 4px;
	padding: 2px;
}

p.subtitle
{
	font-weight: bold;
	color: #003EFF;
}


p.quotes
{
	font-size:18px;
	margin: 20px;
	line-height: 28px;
}

p.author
{
	text-align:	right;
	margin-right: 50px;
	margin-top: -10px;
	font-weight: bold;
	color: #104E8B;
}

p.date
{
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	margin-bottom: 2px;
	margin-top: 4px;
}

p.body
{
	margin-top: 2px;
	padding: 6px;
	font-size: 12px;
	border-top: 1px dotted #104E8B;
	line-height: 18px;
}

p.paragraph
{
	font-size: 12px;
	line-height: 20px;
}

span.item_title { color: #1B3F8B; }

a
{
	color: #003F87;
	text-decoration: none;
	font-weight: bold;
}

a:hover { text-decoration: underline; }

a.button
{
	background-color:#003F87;
	width: 160px;
	padding: 2px;
	color: white;
	float: left;
	border: 1px solid white;
}

a.button:hover
{
	background-color: #004F00;
	text-decoration: none;
}

a.button2
{
	width: 150px;
	padding: 2px;
	float: left;
	text-decoration:underline;
	border-right: 1px solid #003F87;
	font-size: 12px;
}

a.button2:hover
{
	text-decoration: none;
	background-color: #E0FFFF;
}

a.item_title
{
	font-size: 18px;
}
