 
/*--------------------------------------
 Zero Margins, Padding, and Border
 --------------------------------------*/ * {
    margin: 0;
    padding: 0;
    border: none;
}

/*--------------------------------------
 General Styles
 --------------------------------------*/
body {
    margin: 0 auto;
    padding: 0;
    background: rgb(0, 50, 75) url(../images/bg-body.png) repeat 0 0;
    color: rgb(0, 0, 0);
        font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    letter-spacing: 1px;
}

h1 {
    font-size: 3.5em;
}

p, ul, ol {
	padding-bottom: 10px;
    line-height: 1.5;
}



#masthead h2 {
    font-family: "Courier New", Courier, monospace;
    font-family: "Arial";
	font-weight: bolder;
    font-size: 18px;
}

#masthead p {
	font-size:12px;
}

#column2 {
    border-left-style: inset;
    border-left-color: #000000;
	border-left-width:thin;
}

#header h2 {
	border-bottom:solid;
	border-bottom-width:thin;
	width: 90%;
}

/*--------------------------------------
 Links
 --------------------------------------*/
a {
    text-decoration: none;
    border-bottom: dotted;
    border-bottom-style: dotted;
	border-bottom-width:thin;
}

#header a {
	text-decoration: none;
	border: none;
}

a:link {
    color: rgb(0, 85, 126);
}

a:visited {
    color: rgb(0, 50, 75);
}

a:hover {
    color: #000;
}

a:active {
    color: rgb(255, 215, 0);
}

a:hover {
	background-color:#FFFF00;
}

a:active {
    background-image: none;
}

/*--------------------------------------
 Columns
 --------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.alignclear {
    clear: both;
}

/*--------------------------------------
 Layout & Chromes
 --------------------------------------*/
#page {
    display: block;
    position: relative;
    width: 795px;
    _width: 795px;
	margin-top: 16px;
	margin-bottom: 16px;
    padding: 16px 16px;
	
	
	
    min-height: 500px;
    /*background: transparent url(../images/bg-page.png) repeat-y 0 0;*/
	background:#ffffff;
}

#longpage {
	display: block;
    position: relative;
    width: 795px;
    _width: 795px;
    margin-top: 16px;
	margin-bottom: 16px;
    padding: 16px 16px;
	min-height: 2200px;
	/*background: transparent url(../images/bg-page.png) repeat-y 0 0;*/
	background:#ffffff;
}

#header, #footer {
    display: block;
    position: relative;
    border: none;
    width: 850px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 0px;
 /*   background: transparent url(../images/bg-header.png) repeat-x 0 0;*/
}



#footer {
    height: 20px;
    background-position: 0 bottom;
}

#content {
    padding-top: 20px;
    display: block;
    position: relative;
}

#column1 {
    display: block;
    position: relative;
    margin-left: 30px;
    width: 120px;
    min-height: 400px;

}

#column2 {
    display: block;
    /*position: relative;*/
    padding-left: 20px;
    width: 570px;
}

#masthead #picture {
    display: inline;
    float: left;
    padding-right: 10px;
}

#column2 ul, #column2 ol {
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
}

ul ul {
    list-style-position: inside;
    margin-left: 20px;
}

/*--------------------------------------
 Header
 --------------------------------------*/
/*--------------------------------------
 Column 1 - Sidebar
 --------------------------------------*/
/*
 #column1 .sidebar  {
 background: transparent url(../images/bg-sidebar1-bottom.png) no-repeat 0 bottom;
 width: 100%;
 padding-bottom: 60px;	}
 
 #column1 .sidebar h2 {
 background: transparent url(../images/bg-sidebar1-top.png) no-repeat 0 0;
 width: 100%;
 padding: 80px 0 8px 18%;
 text-align: left;
 font-variant: small-caps;
 color: red;
 font-size: 2.5em;	}
 
 #column1 .sidebar .content {
 background: transparent url(../images/bg-sidebar1-mid.png) repeat-y 0 0;
 width: 100%;	}
 
 #column1 .sidebar p, #column1 .sidebar ul {
 list-style-position: inside;
 list-style-type: none;
 width: 65%;
 margin: 0 auto;
 margin-bottom: 5px;	}
 
 #column1 .sidebar ul li {
 padding: 5px 0;
 border-top: 1px solid rgb(192,192,192) }
 
 #column1 .sidebar ul a {
 display: block;
 width: 100%;
 font-family: garamond, cochin, cambria, times, serif;
 text-transform: uppercase; }
 
 */
/*--------------------------------------
 Column 2
 --------------------------------------*/
/*
 
 #column2 h1 {	padding-top: 30px	}
 
 
 #column2 .section {
 background-position: bottom center;
 padding-bottom: 50px;
 margin-bottom: 3px;
 }
 
 #column2 h2 {
 font-variant: small-caps;
 margin: 3px 0 30px 0;
 height: 35px;
 border-top: 1px solid rgb(128,128,128);
 font-size: 2.1em;
 }
 
 #column2 .section h3 {
 font-family: "fontin sans", optima, candara,  "trebuchet-MS", sans-serif;
 height: 60px;
 font-size: 1.75em;
 margin-top: 20px;
 }
 
 #column2 .section p {
 margin-bottom: 20px;
 }
 
 #column2 .section .columnsub {
 width: 210px;
 }
 
 #column2 .section .columnsub p {
 height: 110px;
 }
 
 */