/*<group=Framework Styles>*/

/* TAG FORMATTING */

img {
    border: none;
}
body {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    color: #333333;
    margin: 15px 10px 10px 10px;
    text-align: left;
    background: url(images/_background.gif) repeat;
}

/* PAGE FRAME ELEMENTS */

#container {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    background: repeat-y url(images/_middle.gif);
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 820px;
}
#pagetop {
    height: 1px;
    width: 820px;
    background: url(images/_top.gif);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
	line-height: 0;
	font-size: 1px;
}
#contenttop {
    width: 820px;
    height: 1px;
    background: repeat-y url(images/_middle.gif);
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#pagebottom {
    background: url(images/_bottom.gif);
    width: 820px;
    height: 10px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0;
	line-height: 0;
	font-size: 1px;
}
.clearer {
    clear: both;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* COMMON CONTENT ELEMENTS - PAGE HEADER */

/*#header {
    width: 740px;
    height: 126px;
    margin: 0 0 0 40px;
	border: solid thin green;
}*/

#header {
    width: 760px;
    height: 60px;
    margin: 0 0 15px 30px;
	background: url(images/_banner.jpg);
	/*border: solid thin green;*/
}

/*#logo {
    background: #7b7bb7;
    width: 740px;
    height: 50px;
    margin: 0 0 0 0px;
}*/

/* COMMON CONTENT ELEMENTS - PAGE FOOTER */

#footer {
    margin: 4px 0 0 0;
    padding: 0 0 0 0;
    background: none transparent;
}
#footer p {
    width: 820px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
    color: #cccccc;
    font-size: 12px;
    background: none transparent;
}

