body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #333;
	background-image: url(../images/bg.jpg);
}
.imgLink {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}

.twoColFixLt #container {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
}
p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #sidebar1 {
	float: left;
	text-align: right;
	width: 280px;
	padding: 15px;
}
.floatright {
	float: right;
}

.twoColFixLt #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 320px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 24px;
} 
.welcome {
	margin-top: 10px;
	margin-left: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #333;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}
.pep-pro {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	text-transform: uppercase;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.red_sentence {
	color: #EF3D55;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}
.pageHeader {
	font-family: "Courier New", Courier, monospace;
	font-size: 2em;
	font-weight: bold;
	color: #900;
	padding-left: 6px;
	padding-top: 18px;
}

#mainContent h1 {
	color: #EF3D55;
	font-size: .8em;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	padding: 0px;
	letter-spacing: .1em;
}
.application
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	color: #333;
}
.model
{
	width:120px;
}
.application th
{
	text-align:left;
	padding:.8em;
}

.application td{
	padding:8px;
	color: #000;
}
#mainContent h3 {
	color: #EF3D55;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding: 0px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
#inlineList
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#inlineList li
{
	
	width: 234px;
	padding-bottom:20px;

}
#inlineList a
{
	

	border-bottom:1px dotted #000;

}
#inlineList a:hover
{
	border-bottom:1px solid #f00;
}
#sidebar a
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.0em;
	color:#039;
	text-decoration:none;
	border-bottom:1px dotted #f00;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
#mainContent ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #000;
}
.twoColFixLt #footer {
	width: 800px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .8em;
}
.application a
{
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.0em;
	color:#333;
	border: 1px solid #999;
	padding: 2px;
	display: inline;
	
}#mainContent ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	list-style-type: lower-alpha;
	color: #900;
}
.application a:hover {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	color:#FFF;
	border: 1px solid #999;
	padding: 2px;
	display: inline;
	background-color: #900;
}
