/* Yahoo CSS Reset Start */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
/*
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
*/
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* Yahoo CSS Reset End */

/*html, body {height:100%;}*/
html>body {font-size:18px;}
body {
	font:100%/1.3em Verdana, Arial, Helvetica, sans-serif;
    /*font-family: Verdana, Helvetica, Arial, sans-serif;*/
	background: #ffffff;
	color: #333333;
}

#maincontent {
	width: 900px;
	text-align:center;
	background-color:#ddd;
	margin:20px auto 0px auto;
	padding:20px;
}
#maincontent h1 {
	/* font-weight:bold;
	margin-bottom:0.5em; */
}
#maincontent h2 {
	font-weight:bold;
	margin-bottom:0.5em;
}
#maincontent p {
	font-size:90%;
}
#maincontent hr {
	margin:0.5em 0 1em;
}
#maincontent .moi-bg-showcase {
	background:url('../img/tablet_bgBW.png') no-repeat center center;
	padding:20px 0;
	width:500px;
	height:150px;
	margin:0 auto 1em auto;
}
#maincontent #moi-tags {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	font-stretch:extra-expanded;
	color:#999999;
	margin-bottom:15px;
}
#maincontent #moi-description p {
	margin-bottom:1em;
}
/* #moihead {
	font-size:1.4em;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	margin:2px 0px 2px 0px;
} */

/* generic classes */
.posctnr {
	position:relative;
}
.floatctnr {
	overflow:hidden;
	width:100%;
}
.floatr {
	float:right !important;
}
.floatl {
	float:left !important;
}
.clearboth {
	clear:both;
}
.fullwidth {
	width:100%;
}
.hidden {
	display:none;
}
/*******************************/


/**  font sizes  **/
.large { font-size: 0.9em; font-weight: bold; }
.medium { font-size: 0.8em; }
.small { font-size: 0.75em; }
.tiny { font-size: 0.7em; }
/*******************************/

/******** Visual Styles ********/
.bounded {
	border:1px solid #ccccdd;
}
.lightbounded {
	border:1px solid #aaaaaa;
}
.boundedwhite {
	border:1px solid #ffffff;
}
.topbordered {
	border-top:1px solid #ccccdd;
}
.btmbordered {
	border-bottom:1px solid #ccccdd;
}
.leftbdr {
	/*border-left:1px dotted #999;*/
	background:url('../img/list_separator.gif') no-repeat left center;
}
.shaded {
    background-color:lightgrey;
}
.linepadded {
	margin:1px;
}
.lightshaded
{
    background-color:#f5f5f5;
}
.bordered
{
	border:thin ridge grey;
}
/********************************/

a {
    color: #336699;
    text-decoration: none
}
a:hover {
    color: #cc6600;
    text-decoration: underline
}
a:active {
    text-decoration: none
}
a.small {
    font-size: 0.75em
}

.mainNav {
	line-height:1.2em;
}
.mainNav ul li {
	display:inline;
}

/* #moiblurb {
	font-size:90%;
}
#moiblurb p {
	margin-bottom:0.8em;
	text-align: justify;
	text-justify: newspaper;
}
#moiblurb {
	padding:5px;
	max-height:60%;
	margin:10px 5px 5px 5px;
} */

