* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

html, body {
	height: 100%;
}

body {
	font-size: 13px;
	color: #666666;
	background-color: #252525;
	background-image: url(images/Background.jpg);
	font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1 {
	letter-spacing: 1px;
	font-size: 135%;
	font-weight: normal;
}

h2 { font-size: 175%; 
	text-align: center;
}

h3 {
	letter-spacing: 1px;
	font-size: 100%;
	font-style: italic;
	text-align: center;
}

/* Page */

#page {
	width: 900px;
	/*height: 100%;*/
	min-height: 50%;
	margin: 0 auto;
	margin-top: 10px;
	/*background: url('images/blue_mid_new.jpg') repeat-y center;*/
	font-color: #0000;
	background-color: #666;
}

body #page {
	height: auto;
	background-color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}

#col-one {
	float: left;
	width: 170px;
}

#col-onefrnt {
	float: left;
	width: 215px;
	background-color: #003;
}

#col-two {
	float: right;
	width: 180px;
	padding-right: 3px;
}

#col-twofrnt {
	float: right;
	width: 210px;
	padding-right: 3px;
	color: #00C;
}

#col-twonew {
	float: right;
	width: 320px;
	padding-right: 1px;
}

#col-twob {
	float: right;
	width: 380px;
	padding-right: 5px;
	color: #0F0;
}

#col-two-big {
	float: left;
	width: 650px;
	padding-left: 10px;
} 

#col-threea {
	float: left;
	width: 496px;
	padding: 6px;
/*	border-right: 1px outset #2D437E;*/
}

#col-threeb {
	float: left;
	width: 300px;
	padding-left: 10px;
	color: #00F;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#col-three {
	float: left;
	width: 500px;
	padding: 6px;
}

#col-threefrnt {
	float: left;
	width: 450px;
	padding-left: 10px;
}

#row-top {
	float: right;
	width: 900;
}

#row-mid {
    float: right;
}

#contenttitle { 
	color : #7a7aad; 
	text-align : left; 
	font-family : Geneva, Helvetica, Arial, sans-serif; 
	font-weight : bolder; 
	background : transparent; 
	font-size : 22px; 
}

/* Logo */

#logo {
	height: 150px;
	background: #FFFFFF url('images/old/smallmwcweblogo.gif') no-repeat center;
	/*border-style: inset;*/
}

#logo h1 {
	margin: 0;
	padding: 50px 0 0 13px;
	font-size: 36px;
}

#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Vertical Menu */

#menu {
	padding: 10px;
	line-height: normal;
	word-spacing: normal;/*	border-bottom: 1px solid #FFFFFF;*/
	text-align: left;
	font-size: 10px;
	color: #3F0;
	background-color: #003;
	width: 155px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	font-size: 12px;
}

#menu ul li {
	margin: 0;
	padding-left: 5px;
	padding-bottom: 15px;
	text-align: left;/*	background: url('images/img09.gif') repeat-x left top; */
	font-size: 12pt;
}

#menu li.first {
	background: none;
}


#menu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 85%;
}

#menu a:hover {
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
}

#menu p {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 75%; 
}

#menu p:hover {
	text-decoration: underline;
	background-color: #003;
	font-size: medium;
}

/* Horizontal Menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 900px;              /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;                /*width of menu*/
border: 2px solid #2D437E; /*dark blue border*/
border-width: 2px 0;
background: black url(images/indentb.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white;                    /*text color*/
padding: 5px 22px;
text-decoration: none;
border-right: 2px solid #2D437E; /*dark blue divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important;                                /*text color of selected and active item*/
padding-top: 6px;                                       /*shift text down 1px for selected and active item*/
padding-bottom: 4px;                                    /*shift text down 1px for selected and active item*/
background: black url(images/indentb2.png) center center repeat-x;
}


/* Footer */

#footer {
	background: #000000;
	border-top: 3px solid #019833;
	color: #000;
}

#footer p {
	margin: 0;
	padding-bottom: 2px;
	font-size: 80%;
	text-align: center;
	color: #000;
	background-color: #000;
}

#footer a {
	color: #004A84;
}
#page #col-threefrnt p strong {
	color: #0080FF;
}
