body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/***********************************************/
/* HEADER STYLES                               */
/***********************************************/

#header{
	width: 790px;
	margin: 0px;
	padding: 0px;
	height: 107px;
}
#headerleft{
	margin: 0px;
	height: 107px;
	width: 327px;
	background-color: #0e3b6f;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#headerright{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/build_img/headerright_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 447px;
	height: 107px;
}
#headerright img{
	float: right;
	margin-right: 15px;
}

#homequote{
	width: 215px;
	margin-top: 275px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	color: #CC4B35;
	background-color: #b7bec7;
}
#subquote {
	width: 154px;
	padding: 0px;
	margin-top: 271px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	margin-left: 27px;
	text-align: left;
}
#quote{
	font-family: Arial, Helvetica, sans-serif;
	color: #0e3b6f;
	text-decoration: none;
	background-color: #F4F3CA;
	margin: 0px;
	padding: 15px;
	text-align: left;
}
#quote ul{
	padding: 0px 0px 10px;
	list-style-type: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D53116;
}
#quote li{
	font-size: 11px;
	font-weight: bold;
}
#quote p{
	font-size: 10px;
	margin: 2px 0px 2px;
	padding: 0px;
	text-align: right;
}
#quote a:link, #quote a:visited {
	color: #0e3b6f;
	text-decoration: none;
}
#quote a:hover, #quote a:active {
	color: #0e3b6f;
	text-decoration: underline;
}
#imgquote{
	font-family: Arial, Helvetica, sans-serif;
	color: #0e3b6f;
	text-decoration: none;
	background-color: #F4F3CA;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#imgquote ul{
	padding: 0px 0px 10px 0px;
	list-style-type: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D53116;
}
#imgquote li{
	font-size: 11px;
	font-weight: bold;
}
#imgquote p{
	font-size: 10px;
	margin: 2px 0px 2px;
	padding: 0px;
	text-align: right;
}
#imgquote a:link, #imgquote a:visited {
	color: #0e3b6f;
	text-decoration: none;
}
#imgquote a:hover, #imgquote a:active {
	color: #0e3b6f;
	text-decoration: underline;
}
#homequote img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;

}
#homegraphic{
	margin: 0px;
	padding: 0px;
	width: 343px;
	height: 374px;
	background-image: url(../img/build_img/bg_homepage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#homeheadernav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 16px;
	width: 330px;
}
#homeheadernav a:link, #homeheadernav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#homeheadernav a:hover, #homeheadernav a:active {
	color: #000000;
	text-decoration: none;
}
#homeheadernav p {
	margin: 0px;
	padding: 0px;
}
/***********************************************/
/* DIVING LINES                                */
/***********************************************/

#headerdivide {
	width: 100%;
	background-color: #0e3b6f;
	height: 1px;
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	float: none;
	border-top: 1px solid #FFFFFF;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
	font-size: 1px;
}
#footerdivide {
	width: 100%;
	background-color: #0e3b6f;
	height: 1px;
	padding: 0px;
	line-height: 1px;
	float: none;
	border-top: 1px solid #FFFFFF;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
	font-size: 1px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/***********************************************/
/* FOOTER                                      */
/***********************************************/
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: 11px;
	width: 772px;
	vertical-align: top;
}
#footer ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#footer li{
	display: inline;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

#footer p {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: right;
}

#footer a.sitecredits:link, #footer a.sitecredits:visited {
	color: #000000;
	text-decoration: none;
}
#footer a.sitecredits:hover, #footer a.sitecredits:active {
	color: #000000;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #0e3b6f;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #0e3b6f;
	text-decoration: underline;
}
#footer table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/***********************************************/
/* TOP NAV                                     */
/***********************************************/

#topnav{
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
#topnav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topnav li {
	height: 15px;
	width: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
#topnav a:link, #topnav a:visited {
	text-decoration: none;
	color: #ffffff;
}
#topnav a:hover, #topnav a:active {
	text-decoration: underline;
	color: #D4341A;
}

#mainnav {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	padding-left: 15px;
	height: auto;
	width: 550px;
	text-align: left;
}

/***********************************************/
/* HOMEPAGE STYLES                             */
/***********************************************/

#homenav {
	margin: 20px 0px 0px;
	padding: 0px;
	float: left;
	height: 16px;
	width: 319px;
}
#homebody{
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 417px;
	text-align: left;
}
#homebody a:link, #homebody a:visited {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 19px;
	color: #0e3b6f;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 6px;
	display: block;
}
#homebody a:hover, #homebody a:active {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 19px;
	color: #b7bec7;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	margin: 0px 0px 6px;
}
#homebody ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-type: none;
	float: left;
}
#homebody li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5351B;
	margin-bottom: 10px;
	width: 384px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 73px;
}
.homepage_feature {
	float: right;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#landingbody {
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#landingbody p, #landingbody td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#landingbodyboxlink {
}
#landingbodyboxlink a:link, #landingbodyboxlink a:visited {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 17px;
	color: #0e3b6f;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 6px;
	display: block;
}
#landingbodyboxlink a:hover, #landingbodyboxlink a:active {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 17px;
	color: #b7bec7;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	margin: 0px 0px 6px;
}
#landingbody li {
	list-style-position: outside;
	list-style-type: disc;
}
/***********************************************/
/* CONTENT STYLES                              */
/***********************************************/
#contentbody {
	padding: 15px;
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-decoration: none;
}
#contentbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.contenttitle {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 17px;
	color: #0e3b6f;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 6px;
	display: block;
}
#contentbody li {
	list-style-position: outside;
	list-style-type: disc;
}
/***********************************************/
/* BODY TEXT                                   */
/***********************************************/

#body {
	padding: 15px;
	width: 408px;
}
#body p, #body td, #body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#body a:link, #body a:visited {
	color: #D4341A;
	text-decoration: underline;
}
#body a:hover, #body a:active {
	color: #D4341A;
	text-decoration: none;
}
#landingbody h1 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 17px;
	color: #997700;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}

/***********************************************/
/* SUBPAGE STYLES                              */
/***********************************************/

#subheaderleft{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	height: 107px;
	width: 205px;
	background-color: #0e3b6f;
}
#subheaderright {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/build_img/headerright_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 570px;
	height: 107px;
}
#subheaderright img {

	float: right;
	margin-right: 15px;
}
#subheadernav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4351B;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 0px;
	float: left;
	height: 16px;
	width: 100%;
	margin: 0px;
}
#subheadernav a:link, #subheadernav a:visited{
	color: #D4351B;
	text-decoration: none;
}
#subheadernav a:hover, #subheadernav a:active {
	color: #000000;
	text-decoration: none;
}
#subheadernav p {
	margin: 0px;
	padding: 0px;
}
#submenunav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #997700;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
}
#submenunav a:link, #submenunav a:visited {
	color: #997700;
	text-decoration: none;
}
#submenunav a:hover, #submenunav a:active {
	color: #000000;
	text-decoration: underline;
}
#submenunav p {
	margin: 0px;
	padding: 0px;
}
/***********************************************/
/* GENERIC TEXT                            */
/***********************************************/
.selected_item {
	color:#000000;
}
.header_selected_item {
	text-decoration: underline;
	color: #D4341A;
}
.read_more {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#workshops_table {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.workshop_table_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.workshop_table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
#workshops_table_content {
	padding: 5px;
	border: thin solid #0e3b6f;
}
#back_button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4351B;
	font-style: normal;
	text-decoration: none;
	}
#back_button a:link, #back_button a:visited {
	color: #D4351B;
	text-decoration: none;
}
#back_button a:hover, #back_button a:active {
	color: #000000;
	text-decoration: underline;
}
/***********************************************/
/* GRAPHICS ON LEFT                            */
/***********************************************/
#subgraphic_capability_model
 {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 380px;
	background-image: url(../img/build_img/subpage_capability_model.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#subgraphic_capability_network {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 380px;
	background-image: url(../img/build_img/subpage_capability_network.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#subgraphic_services {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 380px;
	background-image: url(../img/build_img/subpage_services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#subgraphic_ancillary {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 380px;
	background-image: url(../img/build_img/subpage_ancillary.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#subgraphic_generic {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 380px;
	background-image: url(../img/build_img/subpage_generic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: 1px solid #330000;
	line-height: 11px;
	width: 200px;
}
.formbutton {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contactnos td {
	width: 150px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
