/* -------------------------------------------------------------------------- */
/* Generic top level styles includes anchors default red/blue combo           */
/* -------------------------------------------------------------------------- */
body {
   background:#677b8d;
   color: black;
   height:auto;
   margin:0px;
   padding:0px;
   border:0px;
   font-weight: normal;
   color: black;
   text-decoration:none;
   font-family: arial, helvetica, sans-serif;
   font-size:20px;
}

a {
   text-decoration: none;
   font-weight:bold;
   color: red;
}
a:hover{
   text-decoration: none;
   font-weight:bold;
   color:purple;
}
a:focus{
   outline: none;
}

h1 {
    font-size: 16px;
    font-weight:bold;
}
p {
    font-size:12px;
    font-weight:normal;
    margin:0px;
    padding:4px;
}
    

/* -------------------------------------------------------------------------- */
/* Header styles for banner                                    */
/* -------------------------------------------------------------------------- */
.wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;
    border: 2px solid white;
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
    padding: 0px;
    background: #670808;
    color:white;
}

#banner {
    width:1000px;
    height:120px;
    color: white;
    background: url(../images/asc_banner.png) top left no-repeat;
}

.content {
    width:100%;
    min-height:600px;
    margin:0px;
    padding:0px;
    border:0px;
    display:block;
    color: #333333;
}

#text_page{
    background: white;
    color: #333333;
    margin:0px;
    padding:30px;
    min-height:600px;
}

#text_page h1{
    font-size: 18px;
    font-weight: bold;
    font-style:normal;
}

#text_page h2{
    font-size: 16px;
    font-weight: bold;
    font-style:normal;
}

#text_page h3{
    font-size: 14px;
    font-weight: bold;
    font-style:normal;
}

#text_page p{
    font-size: 12px;
    font-style:normal;
}

/* -------------------------------------------------------------------------- */
/* Navigation information                                                         */
/* -------------------------------------------------------------------------- */



#mainNav, 
#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	border-top:1px solid white;
	border-bottom: 2px solid white;
	width: 996px;
	height:24px;
    background: #670808;
    color:white;
}
#mainNav {
	border-bottom: 2px solid #670808;
	padding: 2px;
	background:white;
	height:26px;
}



#mainNav li {
	float: left;
	padding: 0px;
	margin: 0px;
	border-right:1px solid white;
}

#mainNav li a, #mainNav li a:link {
	text-decoration: none;
	color:white;
	padding: 5px 20px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}



#mainNav li a:hover {
	color: #670808;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
}

/* -------------------------------------------------------------------------- */
/* Left Column information                                                    */
/* -------------------------------------------------------------------------- */
#title_column {
    margin:5px;
    margin-top:20px;
    margin-right:5px;
    border:0px solid white;
    padding:5px;
    width:350px;
    float:right;
    color: white;
    text-align:right;
}

#image_title {
    margin-left:5px;
    margin-bottom:5px;
    margin-top:305px;
    margin-right:8px;
    border:1px solid white;
    padding:5px;
    width:250px;
    height:100px;
    float:right;
    color: white;
    text-align:left;
}


/* -------------------------------------------------------------------------- */
/* Footer information                                                         */
/* -------------------------------------------------------------------------- */
.copyright {
    margin-top: 0px;
    clear: both;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid white;
    padding:4px;
    background: #670808; 
}

.copyright p {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0px;
    padding-top:1px;
    padding-bottom:1px;
}


.sidebar_h2 {
	float: left;
	top: 0px;
	left: 0;
	width: 320px;
	height: 130px;
	padding: 0px;
    background: url(../images/h2_base.png) no-repeat;
 	
}
.sidebar_h2_blank {
	float: left;
	top: 0px;
	left: 0;
	width: 310px;
	height: 130px;
	padding: 0px;
 	
}


.sidebar_h2  img{
    clear: both;
    float:left;
    margin: 0px;
    display: block;
    border: 0px;
    padding-left: 9px;
    padding-top: 9px;
    padding-right: 10px;
    border : none;

}

.sidebar_h2 h3{
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top:   15px;
	margin-right:  20px;
	margin-left: 100px;
	margin-bottom: 0px;
	color: black;
}

.sidebar_h2 p{
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	margin-top:    0px;
	margin-right:  20px;
	margin-bottom: 0px;
	margin-left: 100px;
	color: black;
}


/* -------------------------------------------------------------------------- */
/* Blog formatting                                                            */
/* -------------------------------------------------------------------------- */

.blogentry {
   padding:0px;
   margin:0px;
   margin-bottom:10px;
   text-align:left;
   background:#d0d0d0;
}

.blogentry img{
   margin: 10px;
   padding:0px;
   float:left;
   width:100px;
   height:100px;
   border:none;
}

.blogentry h1{
   margin:0px;
   padding:5px 20px 5px 5px;
   font-size:20px;
   font-weight:bold;
   text-align:left;
   background:#670808;
   color:white;
}

.blogentry p{
   font-size:10px;
   margin: 0px;
   margin-top:10px;
   padding:0px 10px 0px 10px;
   text-align:left;
}

.blogentry blockquote{
   margin:0px;
   padding:5px;
   padding-left:20px;
   padding-right:20px;
   font-size:12px;
   font-weight:normal;
   font-style:italic;
   text-align:center;
}