/* Global Styles */
/* Basic Colors
Dark Blue 26354A
Light Blue D3DCE6
Yellow FFBA00
Orange FF6600
*/

body
{
	font-size: small;
	background: #D3DCE6;
	margin: 0px;
}
* html body {
	font-size: x-small; */ IE 5 */
	f\ont-size: small: */ All other IE version */
}
	
a
{
	color: #FF6600;
	font-weight: normal;
	text-decoration: none;
}
	
a:hover
{
	color: #26354A;
	background: #FF6600;
}
	
/* ID Styles */
/* Style for top navigation bar user control*/
#navigation
{
	/*float: left;*/
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 0;
	background: #FFCC00;
	border-top: solid 2px #FF6600;
	border-bottom: solid 2px #FF6600;
}
#navigation ul
{
	list-style:none;
	margin: 0 0 0 30px;
}
#navigation li
{
	/*float: left;*/
	margin: 0;
	font-size: 80%;
	color: #26354A;
	letter-spacing: 0.1em;
	padding-left: 20px;
	display: inline;
}
#navigation a
{
	color: #26354A;
	text-decoration: none;
	font-weight: normal;
}
#navigation a:hover
{
	color: #ffffff;
	background: #FF6600;
}


#background td
{
	background: url( "mm_bg_header.gif" );
}
	
#padding {
	padding:14px;
	}

#wrapper
{
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #D3DCE6;
}
#header
{
	margin: 0;
	background: #26354A;
	padding: 0px 0 10px 0;
}
#header h1
{
	font-family: Times New Roman, Times, serif;
	letter-spacing: .3em;
	color: #FFBA00;
	letter-spacing: .3em;
	font-size: 180%;
	padding-left: 20px;
	font-weight: normal;
}
#header a
{
	color: #FFBA00;
}
#header a:hover
{
	color: #FF6600;
	background: #D3DCE6;
}
/*
	three column layout enclosed by relative potition div
	the left and right columns are fixed width, absolute position
	the center column is liquid and has large left/right margins 
	center column is displayed first for SEO
*/
#columns
{
	position:relative;
}
#content
{
	margin: 0;
	margin-right:160px;
	margin-left:200px;
	padding: 5px;
	background: #D3DCE6;
	font-size: 100%;
	color: #26354A;
	text-align: justify;
}
#content h1 
{
	color: #FF6600;
	font-size: 130%;
}
#content h2 
{
	font-size: 110%;
}
#content h3 
{
	font-size: 95%;
}
.article_wrapper {
	width: 100%;
	margin: 0;
}
.article {
	background: #ffffff;
	border: solid 1px #62678d;
	margin-bottom:10px;
	width:100%;
}
.article_wrapper h2 {
	font-size: 100%;
	margin:0;
	padding:5px;
	background: #FF6600;
	border-bottom:solid 1px #62678d;
	color:#fff;
}
.article_wrapper p {
	text-align:justify;
	padding:5px;
	margin:0;
	font-size: 90%;
}
.article_main {
	text-align: justify;
	padding: 5px;
}
.article_image {
	float:left;
	width:200px;
	max-height:150px;
	padding:5px;
}
.article_footer {
	clear:both
}
.article_clear {
	clear:both
}
#sidebar 
{
	position:absolute;
	left:0px;
	top:0px;
	width: 200px;
	margin:0;
	background: #26354A;
	padding:0;
}
#sidebar h3
{
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	font-size: 120%;
	margin:0;
	border-top: solid 1px #FF6600;
	padding-top:2px;
}
.sidebarImage
{
	margin:0;
	padding:0;
}
/*Right hand side Google ads*/
#adsidebar
{
	width: 160px;
	margin: 0;
	background: #26354A;
	position:absolute;
	right:0px;
	top:0px;
}

/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td
{
	font-weight: bold;
	color: #ffffff;
}
	
/* Class Styles */

.logo
{
	font: 24px Times New Roman, Times, serif;
	color: #FFBA00;
	letter-spacing: .3em;
	line-height: 26px;
}
	
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	line-height:16px;
	}
	
.bodyText
{
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #26354A;
	letter-spacing: .1em;
}

.detailText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#26354A;
	letter-spacing:.1em;
	}
	
.pageName {
	font:18px Arial, Helvetica, sans-serif;
	color: #FF6600;
	letter-spacing:0.2em;
	line-height:32px;
	}
	
.subHeader
{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #2D374D;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .1em;
}
	
.navText
{
	font: 10px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing: .1em;
	line-height: 16px;
}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	letter-spacing:.1em;
	}
	
	
.sidebarText
{
	font-family: Arial, Helvetica, sans-serif;
	color: #D3DCE6;
	letter-spacing: .1em;
	line-height: 120%;
	font-size: 80%;
	margin: 0;
	/*border-top: solid 1px #D3DCE6;*/
	margin-top:2px;
	padding-top:2px;
}
.sidebarText a
{
	color: #FFBA00;
}
.sidebarText a:hover
{
	color: #fff;
	background: #FF6600;
}
.repeaterwrapper
{
	border-right: #cccccc 1px dashed;
	border-top: #cccccc 1px dashed;
	border-left: #cccccc 1px dashed;
	border-bottom: #cccccc 1px dashed;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width:97%;
}

.repeaterbody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	float:left;
}

.repeatertitles
{
	margin: 0 auto;
	width: 100%;
	background: #bac4df;
	border-bottom: 1px solid #fff;
	color: #62678d;
}
.googleBanner
{
	text-align:center;
	width:auto;
	border-bottom: 1px solid #FF6600;
	background: #D3DCE6;
	padding: 5px 0 5px 0;
}
.googleFooter
{
	text-align:center;
	width:auto;
	background: #D3DCE6;

}
.login
{
    color: #ffffff;
    background-color: #26354A;
    /*border-color: #FF6600;
    border-style: solid;
    border-width: 1px;*/
    padding: 10px;
    margin-top: 10px;
    font-size: 100%;
    width: 100%;
    border-top: solid 1px #FF6600;
}
.login td
{
    color: #D3DCE6;
    background-color: #26354A;
    font-size:90%;
    text-align: left;
}
.login td.failed
{
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 90%;
}
.loggedinout
{
	color: #FFBA00;
	background-color: #26354A;
	padding: 10px;
	font-size: 90%;
	border-top: solid 1px #FF6600;
}
.login td.title
{
    color: #FF6600;
    font-weight: bold;
    text-align: left;
    font-size: 120%;
}
.button 
{
	border-style: solid;
	border-color: #FF6600;
	border-width: 1px;
	background-color: #D3DCE6;
	font-size: 100%;
	text-align: center;
}

.button:hover
{
	background-color: #FFBA00;
}
.productImage
{
	text-align:center;
	border-top: solid 1px #D3DCE6;
	padding-top:5px;
	margin-top:2px;
}
.productTitle
{
	text-align:center;
	font-size:80%;
}
.productTitle a
{
	color: #D3DCE6;
}
.productTitle a:hover
{
	color: #fff;
	background: #FF6600;
}
