
@font-face {
    font-family:Medium;
    src: url('Brown-Bold.ttf');
}

@font-face {
    font-family:Regular;
    src: url('Brown-Regular.ttf');
}

@font-face {
    font-family:Light;
    src: url('Brown-Light.ttf');
}


@font-face {
    font-family:MediumItalic;
    src: url('Brown-Bold-Italic.ttf');
}


@font-face {
    font-family:RegularItalic;
    src: url('Brown-Regular-Italic.ttf');
}

 

body {
font-family:Regular, sans-serif;
font-size:12px; 
line-height:1.4em;
min-width:900px;
 -webkit-text-size-adjust: 100%;

}



.team {
  /*width:250px;*/
  background:#F9F9F9;
  padding:20px;
  margin-left:-20px;
  margin-right:-20px;


    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  border: solid 1px black;
}


.portriat {
  width:250px;
  margin-bottom:5px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  border: solid 1px black;
}

.portriatText {
  font-size:10px;
  font-style:italic;
  margin-top:0px;
  margin-bottom:25px;
  line-height:1em;
  width:250px;
  
}


.rightcol
{
  position:absolute;
  top:200px;
  left:800px;
    padding-left:80px;
    padding-top:120px;
	width: 200px; 
	float: right; 
}


.weekBold {
  text-decoration:underline; 
  font-family:'Regular';
}

a:link{
  color:rgb(204,0,106);
  text-decoration:none;
}
a:link:hover{
	color:black;
}
a:visited{
  color:rgb(204,0,106)
}
a:visited:hover{
    color:black;
}
 
 
hr { display: block; height: 1px;
    border: 0;
    border-top: 1px solid #00b5e2; 
    border-top: 1px solid #00205b; 
    margin: 1em 0; padding: 0; 
  }





.chunk1  {
  float:left;
  width:18%;
  margin-right:5%;
  text-align:left;
  font-size:12px;
  min-height:60px;


  font-family:'Medium';


}


/* container2 is used only in the header */
.container2 {
  margin-left:10%;  
  float:left;
  width:80%;
}



.bigContainer {
 margin-left:2%;  
  float:left;
  width:98%;
  margin-top:0px;
  max-width:1000px;
}

.bigContainerLeft {
 margin-left:2%;  
  float:left;
  width:63%;
  margin-top:0px;
}

.bigContainerRight {
 margin-left:0%;  
  float:left;
  width:30%;
  margin-top:40px;
  /*max-width:1000px;*/
}



.container1 {
  margin-left:2%;  
  float:left;
  width:98%;
  margin-top:30px;
  /*max-width:1000px;*/
}



.col1 {
    float:left;
    width:15%;
    font-family:Medium;
    text-align:left;

}

.col2 {
    float:left;
    margin-left:7%;
    margin-right:2%;
    width:65%;
    font-family:Regular;
    /*max-width:800px;*/
    }



.dotted {
  border-top: 1px #333 dotted;
}
.dotted-gradient {
  background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
.dotted-spaced {
  background-image: linear-gradient(to right, #333 90%, rgba(255, 0, 255, 0) 0%);
  background-position: top;
  background-size: 21% 1px;
  background-repeat: repeat-x;

}
.left {
  float: left;
  padding: 40px 10px;
  background-color: #F0F0DA;
}
.left.dotted {
  border-left: 1px #333 dotted;
  border-top: none;
}
.left.dotted-gradient {
  background-image: linear-gradient(to bottom, #333 40%, rgba(255, 255, 255, 0) 20%);
  eackground-size: 1px 3px;
  background-repeat: repeat-y;
}
.left.dotted-spaced {
  background-image: linear-gradient(to bottom, #333 10%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 1px 10px;
  background-repeat: repeat-y;
}

.header
{
  margin-top:30px;
  margin-bottom:20px
}

.title1
{

  font-family:'Medium';
    font-size:30px; /*1.1em;*/
    line-height:1em;
    color:#4790be;
    color:black;
    color:#555555;
    color:black;
    margin:0px;
}
 
.title2
{
    font-size:14px; /*1.1em;*/
    font-weight:normal; /*bold;*/
    font-style:normal;
    color:#4790be;
    color:#54A754;
    color:black;
    color:#555555;
    color:black;
    margin:-10px;
    margin:0px;
}
 
 
