/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

blockquote, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h2 {
font-size: 1.2em;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
        font-size: 0.9em;
	line-height: 1.6em;
	font-weight: bold;
text-align:center;
color: #fff;
background-image: url(images/5.png);
background-repeat: no-repeat;
width: 524px;
height: 27px;
}

h4
{
font-size: 0.8em;
font-weight: bold;
color: #555;
text-align: center;
}

h5
{
font-size: 0.8em;
font-weight: bold;
color: #c00;
text-align: center;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

b, strong
{
color: #c00;
font-weight: bold;
}

small, .small {
	font-size: 0.7em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000066;
	/*border-bottom: 1px #000 solid;*/
}

a:hover {
	text-decoration: none;
	color: #c00;
	border-bottom: 1px solid;
}

a img {
	border: none;
}


#site-name a {
	border: none;
}

#sidebar-1 a {
	color: #000066;
	border: none;
}

#sidebar-1 a:hover {
	color: #c00;
	border: none;
}

#foot a
{
color: #fff;
}

#foot a:hover
{
color: #c00;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 00px auto;
	padding: 0px;
	width: 760px;
}

#head {

}


#sidebar-1 {
        padding-top: 20px;
	width: 200px;
	margin-right: 5px;
	float: left;
	text-align: left;
}


#content {
	margin-left: 205px;
	padding-top: 20px;
        min-height: 750px;
}

#foot {
	margin-top: 25px;
	clear: both;
	text-align: center;
        font-size: 0.7em;
        color: #fff;
        background-color: #555;
        padding: 5px;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1 {
\width: 200px;
w\idth: 200px;
}

/* overrides
----------------------------------------------- */

#sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.3em;
}

.caps {
	/*font-size: 0.9em;
	letter-spacing: 0.1em;*/
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

.justified
{
text-align: justify;
}

.left
{
float: left;
margin-right: 10px;
}

.right
{
float: right;
margin-left: 10px;
}

#myform
{
padding-left: 10px;
font-size: 0.8em;
}

.destrow_image {
      border-top: dashed 1px #b3b3b3;
      border-bottom: dashed 1px #b3b3b3;
      border-left: dashed 1px #b3b3b3;                    
   }   

   .destrow {
      border-top: dashed 1px #b3b3b3;
      border-bottom: dashed 1px #b3b3b3;
      border-left: dashed 1px #b3b3b3;
      border-right: dashed 1px #b3b3b3;               
   	color: #5C5C5C;  
      padding:5px;   
      background-color:#f7f7f7;
margin-right: 10px;   
   } 

.copy
{
color: #c00;
} 

.activity_selector
{
text-align: right;
} 

.ultimate
{
color: #c00;
font-style: italic;
font-weight: bold;
} 

