/* ----- Left Column Classes ----- */

.leftcolumn
{
	float: left;
	width: 340px;
	background-color: #2121ba;
	padding-bottom: 10px;
}

.imageframe
{
	width: 300px;
	padding: 10px;
	background-color: #e8e6e6;
  	margin-top: 10px;
  	margin-left: auto;
  	margin-right: auto;
}

.imageframecaption
{
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 2px;
	background-color: #ffffff;
	color: #000000;
  	font-family: Verdana, Geneva, sans-serif;
  	font-size: 0.75em;
  	text-align: center;
}


/* ----- Right Column Classes ----- */

.rightcolumn
{
 	margin-left: 360px;
 	width: 600px;
}


/* ----- V1 element IDs ----- */

#noticesection
{
  	margin-top: 15px;
  	margin-bottom: 15px;
  	margin-left: auto;
  	margin-right: auto;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #2121ba;
	text-align: center;
}

p.noticecopy
{
	font-weight: normal;
	font-size: 1em;
	text-align: left;
}

#linksection
{
  	margin-top: 15px;
  	margin-bottom: 15px;
	padding: 10px;
	background-color: #e8e6e6;
	text-align: left;
}

/*
	color: #ffffff;
	background-color: #FFBD32;
	background-color: #ffff33;
*/
/* ----- Magpie-powered blog echo section ----- */

#blogecho
{
 	margin-top: 15px;
  	margin-bottom: 15px;
}
#blogechosectiontitle
{
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e8e6e6;
	text-align: center;
  	margin-bottom: 15px;
}
#blogechosectiontitle a:link { text-decoration: none }
#blogechosectiontitle a:visited { text-decoration: none }
#blogechosectiontitle a:hover { text-decoration: none }

#blogechopostitle
{
	width: 600px;
	font-size: 1.5em;
	font-weight: bold;
}
#blogechopostitle a:link { text-decoration: none }
#blogechopostitle a:visited { text-decoration: none }
#blogechopostitle a:hover { text-decoration: none }

#blogechopostitlesmall
{
	width: 600px;
	font-size: 1em;
	font-weight: bold;
}
#blogechopostitlesmall a:link { text-decoration: none }
#blogechopostitlesmall a:visited { text-decoration: none }
#blogechopostitlesmall a:hover { text-decoration: none }

#blogechopostdate
{
	width: 600px;
	font-size: 0.75em;
	font-weight: normal;
  	margin-bottom: 15px;
}
#blogechopostbody
{
	font-size: 1em;
}

#footersection
{
	clear: both;
	margin-top: 15px;
}