
/****************************************************************/
/* 1.	NON LAYOUT */
/****************************************************************/
/* 1A.  HEADINGS */
/****************************************************************/

h1 {

	padding: 0px;
	background: transparent;
    border-bottom: #60037C 1px solid;
    font-size: large;
    color: #60037C;

}
h2 {
    color: #0066AA;
    font-size: medium;
}
h3 {
    color: #0596C7;
    font-size: small;
}
h4 {
    color: #000000;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: small;
}
p.desc {

}
p.author {

}


/****************************************************************/
/* 1B.  HYPERLINKS */
/****************************************************************/

img.thumb {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
img.thumbLeft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;

}
a {
	color: #0066AA;
	text-decoration: none;
}
a img {
	border: 0px;
}
a:hover {
	color: #FF0000;
	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;
}
span.menudivider {
    display: none;
    font-size: xx-small;
}

/****************************************************************/
/* 2A.  PAGE HOLDER */
/****************************************************************/

html, body {
    background: #1F2D2E;
    margin: 0px;
    padding: 0px;
}

body, div, p, td {
    font-family: Verdana, sans-serif;
    font-size: small;
    color: #000000;
}

div#pageholder {
    margin: auto auto;
    width: 770px;
}


/****************************************************************/
/* 2C. HEADER */
/****************************************************************/

div#accessibilitybar {
    background: transparent;
    text-align: right;
    color: #FFFFFF;
    padding: 5px;
}
div#accessibilitybar a {
    color: #FFFFFF;
    text-decoration: none;
}
div#accessibilitybar a:hover {
    color: #0066AA;
    text-decoration: underline;
}

div#gtebar {
    background: #006CAA url("../../../pics/design/gtp.gif") no-repeat top left;
    text-align: left;
    color: #FFFFFF;
    min-height: 24px;
    padding: 3px;
	padding-left: 25px;
	padding-right: 5px;
	font-size: large;
	font-weight: bold;
}
div#gtebar .gtebartitle {
    color: #FFFFFF;
    font-size: large;
	font-weight: bold;
    width: 300px;
    float:left;
}
div#gtebar .gtebarlinks {
    color: #1F2D2E;
    width: 300px;
    float:right;
    text-align:right;
    padding-top: 4px;
}
div#gtebar a {
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
div#gtebar a:hover {
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #1F2D2E;

}

/*
div#gtebar {
    background: #006CAA url("../../pics/design/gtp.gif") no-repeat top left;
    text-align: right;
    color: #FFFFFF;
    min-height: 20px;
    padding: 5px;
}
div#gtebar a {
    color: #FFFFFF;
    text-decoration: none;
}
div#gtebar a:hover {
    color: #1F2D2E;
    text-decoration: underline;
}*/


/****************************************************************/
/* 2B.  PRE CONTENT  */
/****************************************************************/


div#showbar {
    padding: 5px;
    margin: 0px;
    background: transparent url("../../pics/design/gtbanner.gif") no-repeat top left;
    font-size: xx-large;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
    padding-top: 25px;

}
div#sitemenu {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    background: #0066AA;
}

div#mainmenu {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
    background: #1F2D2E;
    color: #0066AA;
}
div#sitemenu ul, div#mainmenu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: auto;
}
div#sitemenu ul li, div#mainmenu ul li {
    display: block;
    float: left;
}
div#sitemenu a, div#mainmenu a {
    background: transparent;
    padding: 1px 8px 0px 0px;
    color: #FFFFFF;
    text-decoration: none;
}
div#sitemenu a.on, div#mainmenu a.on {
    font-weight: bold;
}
div#sitemenu a:hover, div#mainmenu a:hover {
    background: #FFFFFF;
    padding: 3px 8px 3px 0px;
    color: #0066AA;
    text-decoration: none;
}


div#breadcrumbs {
    border-bottom: #B2D3E5 1px solid;
    background: #FFFFFF;
    font-size: x-small;
    padding: 5px;
}

/****************************************************************/
/* 2C.  MIDDLE SECTION  */
/****************************************************************/



div#mainpanel {
    background: #FFFFFF;
    padding: 5px;
}

div#leftpanel {
    width: 24%;
    float: left;
    padding: 5px;
}
div#contentpanel {
    width: 73%;
    float: right;
    padding: 5px;
    border-left: #B2D3E5 1px solid;
}

/*
div#submenu {
	width: 155px;
	float:left;
    background: transparent;
    padding-left: 15px;
    padding-top: 5px;
}
*/
div#leftpanel ul {
    margin: 0px;
    padding: 0px;
}
div#leftpanel ul li {
    list-style: none;
}
div#leftpanel ul li a {
    color: #0066AA;
    display: block;
    width: 170px;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 4px 10px;
    background: transparent;
    font-weight: bold;
}
div#leftpanel ul li a:hover {
    color: #FF0000;
    text-decoration: underline;
}



/****************************************************************/
/* 2C.  FOOTER */
/****************************************************************/

div#footerbar {
    color: #FFFFFF;
}
div#copyright {
    width: 50%;
    float: left;
    font-size: xx-small;
	color: #FFFFFF;
}
div#fwd {
    width: 50%;
    float: right;
    text-align: right;
    font-size: xx-small;
    color: #0066AA;
}
div#fwd a {
    color: #0066AA;
    text-decoration: none;
}
div#fwd a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/****************************************************************/
/* 3.  DONT MISS */
/****************************************************************/

div#dontmiss {
    padding: 5px;
    background: #0066AA;
    color: #FFFFFF;
}
div#dontmiss div#dmlp, div#dontmiss div#dmh {
    color: #FFFFFF;
}
div#dontmiss div#dmlp a {
    padding-right: 15px;
    color: #FFFFFF;
}
div#dontmiss div#dmlp a:hover {
    color: #FF0000;
    text-decoration: underline;
}