/**********General***************/

body{
    	font-family: 'arial', 'Verdana', sans-serif;
	text-align: center;
	margin: 0px auto;
	font-size: 16px;
	background-image: url("../graphics/bg.gif");
	background-repeat: repeat-x;
	background-color: #cfcfcf;
}

input, select, table, th, td, h1, h2{
	font-size: 1em;
}

table{
	font-size: inherit;
}

a:hover{
	text-decoration: none;
}

img{
	border: 0px;
}

/***********Headings*************/
h1
{
	text-align: left;
	font-size: 1.05em;
	background-image: url("../graphics/h1.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #4c4c4c;
	margin: 1em 0em 1em 0em;
}

/***********Layout***************/
#container
{
	font-size: .75em;
	margin: 0px auto;
	width: 933px;
}

#header
{
	width: 933px;
	height: 77px;
	background-image: url("../graphics/header.gif");
	background-repeat: no-repeat;
}

#menu
{
	width: 933px;
	height: 25px;
	background-image: url("../graphics/menu.gif");
	background-repeat: no-repeat;
}

#content
{
	float: left;
	width: 933px;
	background-color: #ffffff;
	background-image: url("../graphics/content_bg.gif");
	background-repeat: repeat-y;
}

#main_content
{
	width: 710px;
	float: left;
}

#main_content_pad
{
	padding: 0px 20px 20px 20px;
}


#right_content
{
	width: 221px;
	float: right;
	/*background-color: #d6d6d6;*/
}


#main_content_full
{
	text-align: left;
	float: left;
	width: 100%;
}

#main_content_left
{
	text-align: left;
	width: 310px;
	float: left;
}

#main_content_right
{
	text-align: left;
	width: 310px;
	float: right;
}

#footer
{
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #2489b0;
	font-size: .8em;
	padding: 2px 0px 0px 0px;
}

#footer a:link{
	color: #2489b0;
	text-decoration: underline;
}

#footer a:visited{
	color: #2489b0;
	text-decoration: underline;
}

#footer a:active{
	color: #2489b0;
	text-decoration: underline;
}

#footer a:hover{
	color: #2489b0;
	text-decoration: none;
}

/*********Right Bar************/

h2
{
	clear: both;
	width: 221px;
	height: 23px;
	background-image: url("../graphics/rightbar_heading.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	padding: 0px; 
}

.rightbar_quote
{
	float: left;
	width: 220px;
	height: 176px;
	background-image: url("../graphics/rightbar_quote.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

.rightbar_title
{
	float: left;
	color: #2489b0;
	padding: 4px 0px 0px 4px;
}

.rightbar_date
{
	font-size: .9em;
	float: right;
	color: #4c4c4c;
	padding: 6px 6px 0px 0px;
}

.rightbar_content
{
	background-image: url("../graphics/rightbar_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px;
}

/***********Misc***************/
.bold_italic{
	font-weight: bold;
	font-style: italic;
}

.center{
	text-align: left;
	margin: 0px auto;
}

.clear{
	clear: both;
	font-size: .1em;
	height: 1px;
}
