/* Always show scrollbar */
html
{
	overflow-y: scroll;
}

/* The main body of the entire site. */
body
{
	text-align: center;
	background-color: #3D4E64;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 50px;
}

p, li
{
	text-align: left
}

/* Normal, standard links. */
a:link
{
	color: #4D5E64;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #3D4E64;
	text-decoration: none;
	font-weight: bold;

}
a:hover
{
	text-decoration: underline;
	font-weight: bold;

}
a:active
{
	text-decoration: underline;
	font-weight: bold;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: 12px;
	font-family: verdana, sans-serif;
}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #3D4E64;
	background-color: #3D4E64;
}

div
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
/* No image should have a border or space around it*/
img
{
	display: block;
	border: none;
}

.img_article
{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left:  20px;
}

/* Default font sizes */
.smalltext
{
	font-size: 10px;
	margin: 5px 10px 15px 10px;
}

.comments
{
	font-size: 12px;
	margin: 5px 10px 15px 10px;
	font-family: "comic sans ms";
}

.normaltext
{
	font-size: 13px;
	margin: 5px 10px 20px 10px;
}

.largetext
{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 10px 10px 10px;	
}

.menu
{
	color: #3D4E64;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	border: none;
	margin: 0px 5px 8px 5px;
	text-align: center;
}

.menu a:link , .menu a:visited, .footer a:link , .footer a:visited,
{
	color: #3D4E64;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover, .menu a:active,  .footer a:hover, .footer a:active
{
	color: #a0a0b0;
	text-decoration: none;
}

.img_caption
{
	font-style: normal;
	font-size: 11px;
	color: #404040;
}

.header_bar
{
	background: url(layout/titlebar.gif);
	background-repeat: repeat-x;
	height: 30px;
	
}

.header_text
{
	color: #3D4E64;
	font-size: 17px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	margin-top: 2px;
	margin-bottom: 0px;
}

.content_box
{
	background: #ffffff;
}

.footer_text
{
	color: #3D4E64;
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

