/*

1. Redefined HTML Tags
   - body
   - a, a:hover
   - ul
   - li

2. Header ---------------------------------------------------------
   - .mast
   - .mast_navBar
   - .mast_navBarSml
   - .nav_main a, .nav_main a:hover

3. LEFT Side Column -----------------------------------------------
   - .nav_sub a, .nav_sub a:hover
   - .nav_sub_column
   - .side_box_subNav
   - .side_box_1 
   - .side_box_2
   - .side_filler

4. RIGHT Side Column ----------------------------------------------
   - .side_column
   - .more_links, .more_links a, .more_links a:hover
   - .recent_entry, .recent_entry a, .recent_entry a:hover

5. Body Content ---------------------------------------------------
   - .body_content
   - .page_title
   - .page_title_image
   - .page_intro
   - .page_content_title
   - .page_content
   - .admin_entry, .admin_entry a, .admin_entry a:hover
   - .top_of_page, .top_of_page a, .top_of_page a:hover
   - .form_title
   - .message_status

6. Footer --------------------------------------------------------
   - .footer_BarSml
   - .footer_Bar, .footer_Bar a, .footer_Bar a:hover

*/


/* --------------------------------------- Redefined HTML Tags --------------------------------------- */


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-style: normal;
}
a {
	color: #CC6666;
	text-decoration:none;
}
a:hover {
	color: #6699CC;
	text-decoration:none;
}
li {
	list-style-position: outside;
	list-style-image: url(../_images/bullet_arrow-red.gif);
}

/* --------------------------------------- Header Attributes --------------------------------------- */
.mast {
	height: 90px;
	padding-left: 5px;
	/* background-image: url(../_images/bkgd_logo_mast.gif); */
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.mast_navBar {
	background-color: #33CC33; /* #579ECC */
	height:20px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
}

.mast_navBarSml {
	height: 5px;
	background-color: #DFDECC;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.mast_headline {
	height: 180px;
	/* background-image: url(../_images/mast/homepage_home.jpg); */
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-right: 125px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 11px;
}

.nav_main a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 6px;
	line-height:18px;
}
.nav_main a:hover {
	background-color: #009900 /* #006699 */
}
.nav_main_on a {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 12px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 6px;
	line-height:18px;
	background-color: #006699;
}
.nav_main_on a:hover {
	background-color: #006699;
}

/* --------------------------------------- LEFT Side Column Attributes --------------------------------------- */
.nav_sub a {
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
        line-height: 12px;
        height: 30px;
}
.nav_sub a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.nav_sub_column {
	width: 157px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 2px;
	background-color:#eeeeee;
}
.side_box_subNav {
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-image: url(../_images/bkgd_nav_sub_gradient.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #A9B0B6;
	height: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.side_box_1 {
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-image: url(../_images/bkgd_side_box1.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #A8CC82;
	height:50px;
}
.side_box_2 {
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-image: url(../_images/bkgd_side_box2.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #DFDDCE;
	height:151px;
}
.side_filler {
	background-image: url(../_images/bkgd_side_filler.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #eeeeee;
	height:28px;
}


/* --------------------------------------- RIGHT Side Column Attributes --------------------------------------- */
.side_column {
	width: 157px;
	border-top-color: #EEEEEE;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #EEEEEE;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #EEEEEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.more_links {
	font-size:10px;
	font-weight: bold;
	color: #6699CC;
	text-align: left;
	padding-left:8px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:15px;
}
.more_links a {
	color: #CC6666;
	text-decoration:none;
}
.more_links a:hover {
	color: #6699CC;
	text-decoration:none;
}
.recent_entry {
	font-size:10px;
	color: #666666;
	padding-top:5px;
	padding-right:8px;
	padding-left:8px;
}
.recent_entry a {
	color: #666666;
	text-decoration:none;
}
.recent_entry a:hover {
	color: #6699CC;
	text-decoration:underline;
}

/* --------------------------------------- Body Content Attributes --------------------------------------- */
.body_content{
	border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 2px;
}
.page_title {
	color: #004990;
	text-align:left;
	vertical-align:bottom;
	font-size: 14px;
	font-weight: bold;
	padding-top:12px;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width:35%;
}
.page_title_image {
	width: 65%;
	height:60px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}
.page_intro {
	color:#000000;
	padding-top:5px;
	padding-bottom:20px;
	padding-left:12px;
	padding-right:12px;
	/*
	font-size:12px;
	line-height:17px;
	border-bottom-color: #DFDDCE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	*/
}
.page_content_title {
	font-size:12px;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:10px;
	padding-left:12px;
	padding-right:12px;
	background-image: url(../_images/bkgd_title_content.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 1px;
	background-position: bottom;
	/*
	border-right-color: #EEEEEE;
	border-right-style: solid;
	border-right-width: 1px;
	*/
}
.page_content {
	padding-bottom:10px;
	padding-left:12px;
	padding-right:12px;
}
.admin_entry {
	padding-left:4px;
	font-weight:bold;
}
.admin_entry a {
	color:#999999;
	text-decoration:none;
}
.admin_entry a:hover {
	color:#666666;
	text-decoration:none;
}
.top_of_page {
	text-align:right;
	padding-top:5px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:15px;
}
.top_of_page a {
	color:#CCCCCC;
	text-decoration:none;
	cursor: hand;
}
.top_of_page a:hover {
	color:#666666;
	text-decoration:none;
	cursor: hand;
}
.form_title {
	font-weight: bold;
	color: #666666;
}
.message_status {
	font-weight: bold;
	color: #333333;
	padding: 10px;
	text-align:center;
	background-color:#FFFFCC;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}
.home_headline_div {
	background-image: url(../_images/mast/homepage_div.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	height: 28px;
}

/* --------------------------------------- Footer Attributes --------------------------------------- */

.footer_BarSml {
	height: 8px;
	background-color: #CCCCCC; /* #DFDECC */
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 2px;
}
.footer_Bar {
	height: 60px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 2px;
	background-image: url(../_images/footer.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	line-height: 18px;
	color: #999999;
	padding-left: 10px;
}
.footer_Bar a {
	color:#999999;
	text-decoration:none;
}
.footer_Bar a:hover {
	color:#333333;
	text-decoration:underline;
}
