/****************************************************************/
/* 1.	NON LAYOUT */
/****************************************************************/
/* 1A.  HEADINGS */
/****************************************************************/

h1 {
	margin: 0px;
	padding: 0px;
    padding-left: 22px;
	background: transparent url("../../pics/design/h1bg.gif") no-repeat left;
    font-size: small;
    color: #590085;
    font-weight: bold;
    border-bottom: #590085 1px solid;

}
h2 {
    color: #0084FF;
    font-size: large;
    margin-top: 0px;
    padding-top:5px;
    margin-bottom: 3px;
}
h3 {
    color: #590085;
    font-size: small;
    margin-top: 0px;
    padding: 0px;
    border-bottom: #590085 1px dashed;
}
p.desc {
    color: #590085;
    font-size: x-small;
    margin-top: 0px;
    padding-top: 0px;
}
p.author {
    color: #0084FF;
    font-style: italic;
    font-weight: bold;
}


/****************************************************************/
/* 1B.  HYPERLINKS */
/****************************************************************/

img.thumb {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
img.thumbLeft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;

}
a {
	color: #0066CC;
	text-decoration: none;
}
a img {
	border: 0px;
}
a:hover {
	color: #590085;
	text-decoration: underline;
}
a.button {
	background: transparent;
    border: #D5EAFF 1px solid;
	padding: 3px;
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}
a.button:hover {
	background: transparent;
    border: #0084FF 1px solid;
    color: #590085;
	text-decoration: underline;
}

/****************************************************************/
/* 1C.  OTHER */
/****************************************************************/



/****************************************************************/
/* 2.	PAGE LAYOUT */
/****************************************************************/

div.spacer {
    clear: both;
}

/****************************************************************/
/* 2A.  PAGE HOLDER */
/****************************************************************/

html, body {
    margin: 0px;
    background: #C2C2C2;

}

body, div, p, td {
    font-family: Verdana, sans-serif;
    font-size: small;
    color: #000000;
}

div#pageholder {
    text-align: left;
    width: 770px;
    padding: 0px;
    margin: 0 auto 0 auto;
    background: #FFFFFF;
}
div#printhead {
    display: none;
}

/****************************************************************/
/* 2B.  HSFC HEADER */
/****************************************************************/

div#hsfcHeader {
    width: 100%;
    min-height: 25px;
    background: #590085 url("../../pics/design/hsfcheaderbg.gif") repeat-x bottom;
    color: #FFFFFF;
}
div#hsfcHeader span.menudivider {
    display: none;
}
*html div#hsfcHeader {
    height: 25px;
}
div#hsfcHeaderLogo {
    width: 300px;
    float: left;
    background: transparent url("../../pics/design/hsfcheaderlogo.gif") no-repeat top left;
    padding-top: 2px;
    padding-left: 22px;

}
div#hsfcHeaderLogo a {
    color: #FFFFFF;
    text-decoration: none;
}
div#hsfcHeaderLogo a:hover {
    color: #B380CC;
    text-decoration: underline;
}
div#hsfcHeaderLinks {
    width: 400px;
    float: right;
    background: transparent;
    text-align: right;
    padding-top: 2px;
    padding-right: 5px;
    color: #B380CC;
}
div#hsfcHeaderLinks a {
    color: #FFFFFF;
    text-decoration: none;
}
div#hsfcHeaderLinks a:hover {
    color: #B380CC;
    text-decoration: underline;
}
div#hsfcHeaderLinks span.date {
    color: #FFFFFF;
}

/****************************************************************/
/* 2C. HEADER */
/****************************************************************/

div#header {
    width: 760px;
    height: 55px;
    background: transparent url("../../pics/design/headerbg.gif") repeat-x bottom left;
    padding-top: 10px;
    padding-left: 10px;
}
div#header span.menudivider {
    display: none;
}
div#header a {
    color: #590085;
    text-decoration: none;
    padding: 3px 5px 3px 5px;
    font-weight: bold;
}
div#header a:hover {
    color: #0084FF;
    text-decoration: underline;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
}

div#breadcrumb {
    padding-top: 3px;
    padding-left: 15px;
    font-size: x-small;
    color: #590085;

}
div#breadcrumb a {
    color: #0084FF;
    text-decoration: none;

}
div#breadcrumb a:hover {
    color: #590085;
    text-decoration: underline;

}

/****************************************************************/
/* 2B.  MIDDLE SECTION  */
/****************************************************************/

div#pageMiddle {
/*    min-height: 400px;*/
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;

    min-height:400px;
    height:auto !important;
    height:400px;
}


/****************************************************************/
/* 2B1. SUB MENU */
/****************************************************************/

div#leftpanel {
	width: 143px;
	float:left;
    background: transparent;
}
div#submenu {
	width: 143px;
	background: #D5EAFF url("../../pics/design/submenuhead.gif") no-repeat top;
	color: #0084FF;
	font-size: 12px;
	padding: 5px;
}
div#submenu ul {
    margin: 0px;
	margin-top: 10px;
    padding: 0px;
}
div#submenu li {
    list-style: none;
}
div#submenu li a {
    color: #590085;
    display: block;
    width: 138px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 4px 5px 4px 0px;
    background: transparent;
}
* html div#submenu li a {
    width: 138px;
}
div#submenu li a:hover {
    color: #0084FF;
    background: #FFFFFF;
}
div#submenufooter {
	width: 153px;
	background: #D5EAFF url("../../pics/design/submenufoot.gif") no-repeat bottom;
	height: 10px;
}

/****************************************************************/
/* 2B2. CONTENT */
/****************************************************************/

div#content {
	width: 577px;
	background: transparent;
	float: right;
}

/****************************************************************/
/* 2B2. CATEGORY CONTENT */
/****************************************************************/

div#topStory {
	width: 577px;
	padding-top: 5px;
	background: transparent;
    border-bottom: #D9D9D9 1px solid;
}
div#topStoryImage {
	width: 160px;
	float: left;
	background: transparent;
}
div#topStoryContent {
	width: 400px;
	float: right;
	background: transparent;
	padding-left: 5px;
	padding-right: 5px;
}
div#topStoryContent p, td.leftStory p {
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}
div#topStoryContent p span.heading {
	font-size: medium;
    font-weight: bold;

}

table.lowerStoriesTable {
	width: 577px;
}

td.leftStory {
    padding-right: 6px;
}

td.rightStory {
    padding-left: 6px;
}
td.leftStory, td.rightStory {
	padding-top: 10px;
	width: 288px;
	padding-bottom: 15px;
	vertical-align: top;
    border-bottom: #D9D9D9 1px solid;
}
td.leftStory p span.heading, td.rightStory p span.heading {
    text-align: left;
    font-weight: bold;

}
td.leftStory img, td.rightStory img {
    float:left;
    padding-right:3px;
    padding-bottom:3px;
}
td.leftStory p, td.rightStory p {
    text-align: left;
    margin: 0px;
}
td.leftStory div.smallStoryImage, td.rightStory div.smallStoryImage {
    height: 51px;
}

/****************************************************************/
/* 2B2. ARCHIVE CONTENT */
/****************************************************************/

table.archive {
    width: 100%;
}
table.archive thead {
    background: #0084FF url("../../pics/design/tablebg.gif") no-repeat top right;
    color: #FFFFFF;
}
table.archive thead th {
    border-bottom: #54ACFF 2px solid;
}
table.archive td.subhead {
    background: #D5EAFF;
    color: #0084FF;
    font-weight: bold;
}
table.archive td {
    border-bottom: #D5EAFF 1px solid;
    vertical-align: top;
}

/****************************************************************/
/* 2B2. ARTICLE CONTENT  */
/****************************************************************/

div.articleImage {
    width: 160px;
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
    color: #0084FF;
    text-align: right;
}

/****************************************************************/
/* 2B2. AUTHOR CONTENT  */
/****************************************************************/
div.authorInfo {
    border-bottom: #D5D5D5 1px solid;
    margin-top: 10px;
}
div.authorInfo img {
    float: left;
    padding-right: 5px;
    padding-bottom: 2px;
}

/****************************************************************/
/* 2B2. ALBUM CONTENT */
/****************************************************************/

div.albumDetail {
	width: 577px;
	padding-top: 5px;
	background: transparent;
    border-bottom: #D9D9D9 1px solid;
}
div.albumDetailImage {
	width: 160px;
	float: left;
	background: transparent;
}
div.albumDetailContent {
	width: 400px;
	float: right;
	background: transparent;
	padding-left: 5px;
	padding-right: 5px;
}
div.albumDetail p span.heading {
	font-size: medium;
    font-weight: bold;

}
div.albumDetail img {
    float:left;
    padding-right:3px;
    padding-bottom:3px;
}
div.albumDetail p {
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}

/****************************************************************/
/* 2B2. LEFT HAND BOX  */
/****************************************************************/
div.box {
	width: 143px;
	background: #D5EAFF url("../../pics/design/submenuhead.gif") no-repeat top;
	color: #590085;
	padding: 5px;
}
div.boxfooter {
	width: 153px;
	background: #D5EAFF url("../../pics/design/submenufoot.gif") no-repeat bottom;
	height: 10px;
}
div.box div.heading {
    color: #0084FF;
    padding-bottom: 5px;
}
div.box div.subheading {
    color: #590085;
    padding-bottom: 5px;
}
div.box div.content {
	font-size: x-small;
}

    

/****************************************************************/
/* 2C.  FOOTER */
/****************************************************************/

div#footer {
    width: 760px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 14px;
    background: #FFFFFF url("../../pics/design/headerbg.gif") repeat-x top left;
    height: 15px;
    margin: auto auto;

}
div#footer div#copyright {
    font-size: x-small;
    color: #590085;
    float:left;
    width: 300px;
}
div#footer div#fychan {
    color: #0084FF;
    font-weight: bold;
    font-size: x-small;
    float: right;
    width: 300px;
    text-align: right;
}
div#footer div#fychan a {
    color: #0084FF;
    text-decoration: none;
}
div#footer div#fychan a:hover {
    color: #590085;
    text-decoration: underline;
}
div#pageBottom {
    width: 770px;
    height: 8px;
    color: #FFFFFF;
    background: #FFFFFF;
    margin: auto auto;
    font-size: xx-small;
}
div#pageBottom div#leftcurve {
    width: 8px;
    height: 8px;
    background: transparent url("../../pics/design/footerleftcurve.gif") no-repeat bottom left;
    float: left;
    font-size: xx-small;
}
div#pageBottom div#rightcurve {
    width: 8px;
    height: 8px;
    background: transparent url("../../pics/design/footerrightcurve.gif") no-repeat bottom right;
    float: right;
    font-size: xx-small;
}

/****************************************************************/
/* 4. fwdContact */
/****************************************************************/
div.fwdContactSet {
    padding-left: 5px;
}
div.fwdContactLabel {
    width: 140px;
    font-weight: bold;
    float: left;
    padding-top: 3px;
    height: 17px;
}
div.fwdContactInput {
    padding-bottom: 2px;
}
div.fwdContactInput input {
    width: 200px;
    border: #7FC1FF 1px solid;
}
div.fwdContactInput select, div.fwdContactInput textarea {
    border: #7FC1FF 1px solid;
}
div.fwdContactForm fieldset {
    background: #D5EAFF;
    border: 0px;
    margin-bottom: 5px;
}
div.fwdContactForm fieldset legend {
    visibility: hidden;
}
span.fwdContactRequired {
    color: #FF0000;
}
div.fwdContactInput input.fwdContactBtn {
    width: 60px;
    border: #7FC1FF 1px solid;
    background-color: #FFFFFF;
    color: #000000;
}
div.fwdContactInput input.fwdContactBtn2 {
    width: 50px;
    border: #7FC1FF 1px solid;
    background-color: #FFFFFF;
    color: #0084FF;
    font-size: 10px;
}
