@charset "UTF-8";
/* CSS Document */

.oneColFixCtr #container {
	width: 957px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #headingText {
	padding: 0 20px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:24px;
	font-weight: lighter;
	color:#333333;
}

.oneColFixCtr #subHeadingText {
	padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:16px;
	font-weight: bold;
	color: #003F69;
}

.oneColFixCtr #bullets {
	padding: 0 20px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:14px;
	font-weight: bold;
	color: #003F69;
}

.oneColFixCtr #mainContent {
	padding: 0 20px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
	color: #333333;
}

.oneColFixCtr #footer {
	background-image:url(../graphics/Footer.jpg);
	height:44px;
	background-position:center;
	background-repeat:no-repeat;
}

.oneColFixCtr #picturePadding {
	margin: 0px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #video {
	margin: 0 0 10px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#menuLink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menuLink a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menuLink a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#menuLink a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.demo { 
text-align: left; 
width: 650px;
border:solid 5px #CBCAC6;
background-color:#f9f9f9;
padding: 10px 20px 20px 20px; 
font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;
font-size: 80%;
margin: 0 auto; 
} 
table.Grid
{
	border-width: 5px;
	border-style: none;
	background-color: White;
	border-color: gray;
	font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;
	font-size: 90%;
}

table.Grid TD, table.Grid TH
{
	padding: 4px 6px 4px 6px;
	border: solid 1px #E1E1E1;
	vertical-align: top;
}

table.Grid TH
{
	background-color: #E1E1E1;
	font-weight: normal;
	color: #505050;
}
