/***************************************************************
	Styles for elements
***************************************************************/

body{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 200%;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	font-size: 1.2em;
	margin: 6px 0 12px 0;
	}
	
#mainContentLeft ul {
	font-size: 1.2em;
	list-style: disc;
	margin-bottom: 20px;
}	
	
p.sectionBreak	{
	border-bottom: 1px solid #fc0;
	padding-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 8px;
	color: #8b0000;
	}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;	
}	
	
#mainContentRight h2 {
	margin-top: 0px;
}

a {
	color: c00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 1px solid #fc0;
	padding: 4px;
}

img.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* Navigation Structures*/

#navcontainer {
	float: right;
	margin: 69px 10px 0 0;
	padding: 0;
}

#navcontainer li {
	list-style: none;
	float: left;
	margin-left: 6px;		
	padding-left: 10px;
	font: 1.1em/2.2em arial, verdana, sans-serif;	
	white-space: nowrap;
}

#navcontainer li.home_tab {
	background: #FFBA00 url(../images/tab_bg.gif) 0 0 no-repeat;
}

#navcontainer li.first_tab {
	background: #c9c url(../images/tab_bg_1.gif) 0 0 no-repeat;
}

#navcontainer li.second_tab {
	background: #763cff url(../images/tab_bg_2.gif) 0 0 no-repeat;
}

#navcontainer li.third_tab {
	background: #b22222 url(../images/tab_bg_3.gif) 0 0 no-repeat;
}

#navcontainer a {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	text-decoration: none;
	font-weight: bold;
	color: #ddd;
	width: auto;
}

#navcontainer a.home_tab {
	background: #ffba00 url(../images/tab_bg.gif) 100% 0 no-repeat;
}

#navcontainer a.first_tab {
	background: #c9c url(../images/tab_bg_1.gif) 100% 0 no-repeat;
}

#navcontainer a.second_tab {
	background: #763cff url(../images/tab_bg_2.gif) 100% 0 no-repeat;
}

#navcontainer a.third_tab {
	background: #b22222 url(../images/tab_bg_3.gif) 100% 0 no-repeat;
}
	
#navcontainer a:hover { 
	font-weight: bold; 
	color: #fff;
	}
	
/****************************************************************
Styles for nav roll overs
****************************************************************/
#button{
	width: 160px;
	margin-bottom: 30px;
	font-family: Arial, sans-serif;
	font-size: 1.0em;
}

#button ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li{
	border-bottom: 1px solid #ffba00;
	margin: 0;
	text-indent: 8px;
}

#button li a{
	display: block;
	padding: 3px 5px 3px 5px;
	background-color: #fc0;
	color: #b22222;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover{
	background-color: #b22222;
	color: #ffffff;
}

/****************************************************************/

#divContent{
	background-color: #fff;
	margin: 10px auto;
	padding: 0;
	width: 730px;
	text-align: left;
}


#divTitle{
	margin-top: 10px;
	width: 730px;
	height: 103px;
	background: #fc0 url(../images/m-s-logo.jpg) 0 0 no-repeat;
	border: 2px solid #ffba00;
}

#divTitle img {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#mainContent{
	margin: 0;
	padding: 0;
	width: 734px;	
}

#mainContentLeft {
	float: left;
	width: 520px;
	margin: 20px 0 40px 10px;
}

#mainContentRight {
	float: right;
	border-left: 2px solid #ffba00;	
	margin-bottom: 40px;	
}

.adBlock{
	clear: both;
	border-top: 1px solid #fc0;
	border-bottom: 1px solid #fc0;
	padding: 10px 0 10px 0;
	text-align: center;
	background-color: #FFF9AE;
}

/***********************************************
	Styles for the Bottom Article
***********************************************/

div#articleBottom{
	left: 10px;
	top: 400px;
	width: 690px;
}

#footer{
	clear: both;
	width: 730px;
	background: #fc0;
	border: 2px solid #ffba00;
	text-align: center;
}

