/* Ensure the branding area doesn't have a space below it. */
div#brandingarea embed {
	display: block;
}
div#brandingarea img {
	display: block;
}
/* Start Pages */
div#startpages {
	font-size: 93.46%; /* Drop back from 12px to 11.2677px. */
	margin-bottom: 5px;
	background-image: url('../images/msiQuickStartPage.png');
	background-position:  left top;
	background-repeat: repeat-x;
	/*background-color: #082863;*/
	float: left;
	width: 760px; 
	hight: 200px;
	/*width: 100%; */ /*works great on Netscape and IE */
}

div.startgroup {
	color: #FFF;
	width: 180px;
	/*width: 23%;*/
	/*margin: 5px 5px 5px 5px;*/ /*top, right, bottom, left*/
	padding: 10px 0px 10px 10px;
	float: left;
}

h3 {
	margin: 0 0 3px 0;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-size: 1.07em;
	letter-spacing: 1px;
}

div.startgroup ul {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 4px 0px;
}

div.startgroup ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.startgroup ul li a {
	font-size: 1em;
	line-height: 1.7;
	letter-spacing: 1px;	
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #9CA5C6;
}


div.startgroup ul li a:visited{
	color: #FFF;
}

div.startgroup ul li a:hover {
	border-bottom-color: #FFF;
}

div#bodyspacer {
	display: none;

	background-color: #003;
	
	font-size: 0px;
}

/* News Area */
div#News{
	/* font-size: 93.46%; /* Drop back from 12px to 11.2677px. */
	background-color: #9CA5C6; /*light blue*/
	color: #FFF; /*white*/
	hight: 100%;
	/*width: 455 px;*/
	width: 60%;
	margin: 0px 0px 0px 0px; /* top, right, bottom, and left */
	/* padding: 10px 10px 10px 10px;*/
	float: left;
}
div#News a{
	color: #FFF;
}
div#News a:hover{
	color: #FFF;
}
div#News p a{
font-size: 93.46%;
}

div#NewsContentText{
padding: 0px 10px 10px 10px;
margin: 10px 10px 10px 10px;
}

/* NewProducer Area */
div#NewProducer{
	/* font-size: 93.46%; /* Drop back from 12px to 11.2677px. */
	background-color: #3C61A5; /*nice blue*/
	color: #FFF; /*white*/
	/*width: 40%;*/
	width: 304;
	margin: 0px 0px 0px 0px; /* top, right, bottom, and left */
	/* z padding: 10px 10px 10px 10px;*/
	float: right;
}
h3.title{
height: 28px;
background-color: #082863; /* MSI Dark blue*/
padding: 10px 10px 10px 10px;
margin: 10px 10px 10px 10px;
}
div#contenttext{
/*padding: 0px 10px 10px 10px;*/
padding: 0px 10px 10px 10px;
margin: 10px 10px 10px 10px;
}
div#NewProducer a{
	color: #FFF;
	/* font-weight: bold; */
	/*border-bottom: 1px solid #9ca5c6;*/
}
div#NewProducer a:hover{
	color: #FFF;
	/*font-weight: bold;*/
	/*border-bottom: 1px solid #FFF;*/
}
div#NewProducer p a{
float:right;
font-size: 93.46%;
}

/* Content Area */
div#contentarea {
	font-size: 93.46%; /* Drop back from 12px to 11.2677px. */
	margin: 0px;
	clear: both;	
	background-color: #3C61A5; /*nice blue*/	
	width: 100%;
}