/* Sam coupe Pro-dos site CSS file */
/* 2008 May  */

* { padding: 0px; margin: 0px; }

#wrapper {
width: 800px;
margin-right: auto;
margin-left: auto;
  background-color: #FFFFFF
}

 #faux {
margin-bottom: 0px;
overflow: auto;
width: 100%;
background-color: #FFFFFF;
margin-top: 0px;
border: 0px;
}



#header {
clear: both;
background-color:#FFFFFF;
height: 175px;
background-image: url(graphics/SAM-CPM.jpg);
background-repeat: no-repeat;
background-position: center;

}


#menu {
	display:block;
  background-color: #FFFFFF;
  margin-left:auto;
  margin-right: auto;
   padding-top: 1em ;
  padding-bottom: 2em;
}

body {
  background-color: #99CCFF;
  font-family: "Courier New"
}

.content {
    padding: 4px;
    clear: both;
    background-color: white;
    text-align: center;
}


.para
{
  text-align: justify;
  padding-left: 1em;
  padding-right: 1em
}

/* With bottom padding */
.para1
{
 text-align: justify;
  padding-left: 1em;
  padding-right: 1em;
  text-indent: 1em ;
  padding-bottom: 1em
}


/* wide margins */
.para2
 {
  padding-bottom: 1em;
  padding-top: 1em;
  padding-left: 7em;
  padding-right: 7em;
  text-align: justify ;
  text-indent: 1em
}





/* Formats paragraphs */
.para3
{
 text-align: justify;
  padding-left: 1em;
  padding-right: 1em;
  text-indent: 1em ;
}




.title
{
  color: #0033FF;
  text-align: left;
   padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  font-size: 24px;
  font-weight: bold;
}

 .title1
{
  color: #0033FF;
  text-align: left;
   padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}

.quest
{
  color: #0033FF;
  text-align: left;
   padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 5px;
  font-size: 18px;
}


/* normal links  */
a:link{color: blue; text-decoration: none;}
a:visited {color: purple; text-decoration: none;}
a:hover {color: green; text-decoration: underline;}
a:active {color: blue;}


/* What's New Three columns  */
.WNcol_1o3{ margin-left: 0pv; width: 253px; float: left; background-color: #FFFFFF;
  text-align: left;
  font-size: 14px
}
.WNcol_2o3{ margin-left: 1em; width: 254px; float: left; background-color: #FFFFFF;
  font-size: 12px;
  text-align: left
}
.WNcol_3o3{ margin-left: 1em; width: 253px; float: left; background-color: #FFFFFF;
  font-size: 12px;
}

/* Two columns layout   */
.col2_1o2
 {
   padding-top: 1em;
margin-left: 10px;
width: 380px;
float: left;
background-color: #FFFFFF
}

.col2_2o2
 {
    padding-top: 1em;
margin-left: 1em;
width: 380px;
float: left;
background-color:  #FFFFFF
}

.error

{
 color: #0033FF;
  text-align: center;
   padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  font-size: 22px;
  font-weight: bold;
}



.line {
clear: both;
color: black;
margin: 0px 0px 0px 0px;
padding: 5px; height: 20px;
color: black; background-color:
white; padding: 5px;
background-image: url(graphics/line400.gif);
 background-repeat: no-repeat; background-position: center;
 text-align:  center;
  padding-bottom: 20px
}

/*
table.table {

  border: thin dotted #000000;
  background-color: #FFFFFF;
  width: 600px;

}*/




