
/* HTML TAGS
--------------------------------------------------------------------------------------------------------- */
* {margin:0;padding:0; list-style-type:none;}
body {margin:25px 0;font-size:.7em;font-family:Verdana, Helvetica, sans-serif;color:#434343;}
p {padding:5px 0;line-height:1.3em;}
.p_left {padding: 0 0 0 15px}


/* headings 
--------------------------------------------------------------------------------------------------------- */

h2 {
	font-size:1.8em;
	border-bottom:1px solid #959595;
	padding:25px 0 5px 0;
}

h1
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: x-large;
    font-weight: bold;
    text-align: left;
}

.main_title
{
    font-family: 'Courier New' , Courier, monospace;
    font-size: x-large;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

/* main layout
--------------------------------------------------------------------------------------------------------- */

.right_column
{
    width: 250px;
    vertical-align: top;
    padding-left: 15px;
}

.content_area
{

}

.page_table
{
    margin: 0px 15px 0px 15px;
}

.footer
{
    text-align: center;
    border-top-style: groove;
    border-top-width: thin;
}
