/* For the menu links */
a:link,a:visited {
	font-family: Georgia;
	font-style: small caps; 
	font-weight: extra-light;
	font-size: 10;
	text-transform: uppercase;
	color:#484848;
	text-decoration: none;
}

a:hover {
	color:#0292C1;
	text-decoration: none;
}

/* For non-menu links */

a.links:link,a.links:visited {
	font-family: Georgia;
	font-style: small caps; 
	font-weight: extra-light;
	font-size: 11;
	text-transform: none;
	color:#0292C1;
	text-decoration: none;
}

a.links:hover, a.links:active {
	color:#484848;
	text-decoration: none;
}

a.nonlink {
	font-family: Georgia;
	font-style: small caps; 
	font-weight: extra-light;
	font-size: 11;
	text-transform: none;
	color:#0292C1;
	text-decoration: none;
}
/* Text */

p.header {
	margin-top:0in;
	margin-right:10px;
	margin-bottom:0in;
	margin-left:10px;
	color:#D79405;
	font-family:"Georgia";
	font-style: small caps; 
	font-weight: extra-light;
	font-size:12pt;}
	
p.subheader {
	margin-top:0in;
	margin-right:10px;
	margin-bottom:0in;
	margin-left:10px;
	color:#033F65;
	font-family:"Georgia";
	font-style: normal; 
	font-weight: 500;
	font-size:10pt;}
	
p.subheaderindex {
	margin-top:0in;
	margin-right:10px;
	margin-bottom:0in;
	margin-left:10px;
	color:#033F65;
	font-family:"trebuchet ms";
	font-style:normal; 
	font-weight:500;
	font-size:8pt;}
	
p.sources {
	margin-top:0in;
	margin-right:10px;
	margin-bottom:0in;
	margin-left:10px;
	color:#5886A4;
	font-family:"Georgia";
	font-style: normal; 
	font-weight: 500;
	font-size:12pt;}

p.one {
	margin-top:0in;
	margin-right:10px;
	margin-bottom:0in;
	margin-left:10px;
	color:#2C2C2C;
	font-family:"trebuchet ms";
	font-size:8pt;
	text-align:justify}
	
p.two {
	margin-top:5px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:10px;
	color:#2C2C2C;
	font-family:"trebuchet ms";
	font-size:8pt;
	text-align:justify}

p.ul {
	margin-top:0in;
}
	
p.side {
	margin-top:0in;
	margin-right:10px;
	margin-bottom:0in;
	margin-left:10px;
	color:#5B5B5B;
	font-family:"Georgia";
	font-size:8pt;}
	
p.diduknow {
	margin-top:0in;
	margin-right:10px;
	margin-bottom:0in;
	margin-left:10px;
	color:#FFFFFF;
	font-family:"verdana";
	font-size:8pt;}
	
p.footer {
	margin-top:0in;
	margin-right:55px;
	margin-bottom:0in;
	margin-left:10px;
	font-family: trebuchet ms;
	font-style: small caps; 
	font-weight: extra-light;
	font-size: 10;
	text-transform: uppercase;}

/* These next 5 styles determines the placement of the images in the tables. There should be no need to modify these. */
td.menu {
	background-color: #FFFFFF;
	background-image:  url("mcimages/Index_06.jpg");
	background-repeat: no-repeat;
	font-weight:800;}

td.content {
	background-color: #FFFFFF;}

td.left {
	background-image:  url("mcimages/Index_02.jpg");
	background-repeat: repeat-y;}

td.right {
	background-image:  url("mcimages/Index_04.jpg");
	background-repeat: repeat-y;}

td.footer {
	background-image:  url("mcimages/Index_09.jpg");
	background-repeat: no-repeat;}
	
table.tablemargin {
margin-top:0in;
margin-right:0px;
margin-bottom:0in;
margin-left:5px;
}


/* Code to make the columns */
DIV.article { 
	column-count: 2;
	column-rule: 1px solid #E2E2E2;}
	
DIV.article H1 { column-span: all }


/* Bullet tags */
ul 
{
	margin-top:8px;
	margin-bottom:8px;
	list-style-image:  url("mcimages/Bullets.jpg");
	list-style-position: ;
}

/* Code to capitalize the first letter */
.dropcap
{
	float: left;
	width: .7em;
	font-size: 3em;
	line-height: 83%;
}

/* Code for a floating box of text */
.floatright
{
	float: right;
	width: 200px;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	line-height: 130%;
	color:#2C2C2C;
	font-family:"verdana";
	font-size:8pt;
	font-weight:700;
	font-style:italic;
}

/* Style for the textboxes and button in contact.php */
.inputbox {
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: #3E3E3E;
	background: #F3F3F3;
	border: 1px solid;
}

.button {
	color: #033F65;
	text-align: center;
	font: Bold 11px Georgia;
	background: White;
	border: 1px solid black;}

/* Style for the heading on each page */ 
.componentheading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	text-align:left;
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 10px;
	list-style: disc inside url(mcimages/bullet.gif);
	white-space: normal;
	display: list-item;
	border-bottom: 1px solid #333333;
}


.wrapper {
	width:540px;
	margin:0 auto;
	border:1px solid #D79405;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:20px;	
}

