body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

body
{
	
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}
.loginButton
{
	color:white;
	font-family:Arial;
	font-weight:bold;
	font-size:x-small;
	font-style:normal;
}

/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	width: 80%;
}

#master_headertop
{
	background-color:#e78913;
}

#master_headerbottom
{
	
}

#master_page
{
	margin: 5px auto 20px auto;
	width: 80%;
}

#master_menu
{
	float: left;
	width: 240px;
	padding-right: 10px;
}


#master_content
{
	margin: -1px auto 0 auto;
	width: 80%;
	color: #666666;
}

#master_content ul
{
	margin: 0 25px 0 30px;
}

#master_content ul li ul li
{
	list-style-type: disc;
}

#master_contentheader
{
	height: 19px;
}

#master_contentplaceholder
{
	padding: 1px 20px 40px 10px;
	border-left: 1px solid #0F2543;
	border-right: 1px solid #0F2543;
	border-bottom: 1px solid #0F2543;
	background-color: #EFEFEF;
	line-height: 1.5em;
}

#master_contentfooter
{
	clear: both;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
#signupMessage
{
	float:left;
	width:50%;
	padding: 0 5px 20px 5px;
}
#signInBox
{ 
	float:right;
	width:50%;
	padding: 0 5px 20px 5px;
	border-left: orange thin solid; border-right-color: orange; 
}


/* Content Page Layout */

p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

.login_Message
{
	background-color: gainsboro;
	text-align: center;
}