@import url(Css/Header.css);
@import url(Css/Content.css);
@import url(Css/Nav.css);
@import url(Css/Columns.css);
@import url(Css/Home.css);

body
{
	margin:0px 0px;
	padding:0px 0px;
	background-color:#fff;
}

/* Template Container */
.pageTemplate
{
	width:983px;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	margin:0px auto;
	padding:0px 0px;
	background-color:#fff;
	border:solid 1px #000;
}
.pageContent
{
	background-image:url(Img/LineDottedV.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
	/*border:solid 1px #f00;*/
}

.footer
{
	clear:both;
	float:none;
	margin-top:20px;
	padding:5px 16px;
	font-size:10px;
	font-family:Verdana, Sans-Serif;
	color:#000;
	border-top:dashed 1px #FF0000;
}

/* Cleaner DIV TAG CLEARS Column Floating areas*/
.cleaner
{
	clear:both;
	float:none;
	font-size:1px;
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
}

/* Attcahed Files */
#assignedFiles li.pdf
{	background-image: url(Img/fti/AdobePDF.gif);	}

#assignedFiles li.doc
{	background-image: url(Img/fti/MSWord.gif);	}

#assignedFiles li.xls
{	background-image: url(Img/fti/MSExcel.gif);	}

#assignedFiles li.ppt
{	background-image: url(Img/fti/MSPowerPoint.gif);	}

#assignedFiles li.zip
{	background-image: url(Img/fti/Zip.gif);	}

#assignedFiles li.avi
{	background-image: url(Img/fti/Video.gif);	}

/* Content Definition */
a 
{
	text-decoration:none;
	color:#c03;
}
a:hover { text-decoration:underline; }

h1,h2,h3,h4,h5,h6
{
	color:#000;
	font-family:Arial, Verdana, Sans-Serif;
	margin-top:0px;
}

h1 { font-size:22px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
p
{
	color:#000;
	font-family:Arial, Verdana, Sans-Serif;
	font-size:11px;
	margin-top:0px;
}
select, input
{
	font-size:11px;
	font-family:Arial, Verdana, Sans-Serif;
}