/* Standard page and link formatting classes */
/* "Lucida Grande", Geneva, Arial, sans-serif; */
/*  "MS sans serif", Arial, Verdana, Helvetica, sans-serif; */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
	background-color:#000;
	line-height: 19px;
}

h1 {
	color: #666666;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-align: right;
		
}

h2 {
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-align: right;
		
}


.headred {
	color: #cc0000;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
}

.headorange {
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
}


p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;

	
}


img
{
padding-left: 10px;
padding-right: 10px;

}



strong {
	color: #666666;
}

br{
clear: left;
}

li{
	
	list-style-position: outside;
	list-style-type: none;
}



/* default link class - COLOR: LIGHT BLUE  */
a{
	color: #4467A4;
	text-decoration:underline;
}

a:link {}

a:visited {}

a:hover{
	color: #003366;
	text-decoration:underline;
}

/* link class for disabled/unvailable links - COLOR: LIGHT GRAY  */

inert
{
	color: #333;
	text-decoration:underline;
}

a.inert:link{
	color: #333;
	text-decoration:underline;
}

a.inert:visited{
	color: #333;
	text-decoration:underline;
}

a.inert:hover{
	color: #000;
	text-decoration:underline;
}



/*  FORM CLASSES */

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, file {
	font: normal 12px Arial, Helvetica, sans-serif; color: #333;
}

select {
	font: normal 12px Arial, Helvetica, sans-serif; color: #333;
}

option value {
	font: normal 12px Arial, Helvetica, sans-serif; color: #333;
} 


/*  HEADER class is a container for HeaderLeft and HeaderRight classes which contain the main Flash navigation and the Flash logout button respectively */

#Header {
	padding:0px;
	background-color:#000;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:375px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body>#Header {height:375px;}

#Sub {
	padding:0px;
	background-color:#000;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body>#Sub {height:200px;}

#Footer {
	padding:0px;
	background-color:#000;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body>#Footer {height:100px;}



/*  CAPTIONLOGIN Contains active user with link to personal user profile - must preceed NAVMAIN class */

#NavMain {
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	background-color:#eee;

	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#SectionCaption {
	width: auto;

	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#HeadingCaption {
	width: auto;

	padding-left: 10px;
	padding-top: 3px;
}

#SubCaption {


}

#SubCaptionBack {

	background-color: #eee;
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;

}


#First {
	float: right;
	width: 675px;
	margin-right: 15px;
	height: 500px;

	
}


#Second {

	float: right;
	width: 375px;
	margin-right: 15px;	
}

#Third {

	float: left;
	width: 250px;
	margin-left: 15px;
	height: 1200px;

}









	
	#maincenter {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:994px;
	min-width:120px;
	background-color: #fff;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	

	

		
#TableRow {
	display: table-row;
	line-height: 25px;
	padding: 5px;
	float: left;
	
}

#TableColumn {
	padding: 10px;
	float: left;
	display: table-column;
}

#TableMain {
	width: 100%;
	display: table;

}
