﻿/* * div
{
	border: 1px solid red;
}*/

/* HTML Elements CSS */

body
{
	height: 100%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	line-height:1.4em;
}
div, p, span
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
}
img
{
	border: 0px;
	margin: 0px;
}
a
{
	font-size: 12px;
	color: #e45a28;
	text-decoration: underline;
	font-weight: normal;
}
a:hover
{
	text-decoration: none;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}

h1
{
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #f26924;
}
h2
{
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #f26924;
}



/* Masteer Page CSS */

#MasterDiv
{
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#NavBar
{
	width: 100%;
	height: 33px;
	background-color: #f26924;
	margin-top: 16px;
}
#NavBar ul
{
	list-style-type: none;
	margin: 0px 0px 0px 12px;
	padding: 5px 0px 0px 0px;
}
#NavBar ul li
{
	display: inline;
}
#NavBar ul li a
{
	font-family: Times New Roman;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	color: White;
	text-decoration: none;
	padding-right: 20px;
}
#NavBar a:hover
{
	text-decoration: underline;
}


/* PageContent */

#PageContent
{
	margin-top: 30px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
}

.RightHandImage
{
	float: left;
	margin-left: 20px;
}

.PageText
{
	float: left;
	width: 500px;
	margin-left: 30px;
}

ul
{
	padding-top: 0px;
	margin-top:0px;
}


ul li
{
	padding-bottom: 5px;
}


/* FooterLinks */

#FooterLinks
{
	width: 100%;
	height: 28px;
	margin-top: 10px;
	text-align: center;
}
#FooterLinks ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 12px;
}
#FooterLinks ul li
{
	display: inline;
	text-transform: capitalize;
}
#FooterLinks ul li a
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	padding-right: 15px;
}
#FooterLinks a:hover
{
	text-decoration: underline;
}


#FooterBar
{
	clear:both;
	width: 100%;
	height: 13px;
	background-color: #f26924;
	margin-top: 30px;
}
