body {
    background-color:#ffffff;
    background-image:url(graphics/body.jpg);
    background-repeat:repeat-x;
    
    font-family:century gothic,helvetica, arial;
}

/*--------------------------paragraphs and headings-------------------------*/
p {
    margin:0;
    margin-left:15px;
    margin-right:20px;
    margin-bottom:10px;
    
    font-size:12px;
    text-align:justify;
    line-height:18px;
}


h1 {
    margin:0;
    margin-top:10px;
    
    padding-top:8px;
    
    width:800px;
    height:40px;

    font-size:18px;
    color:#ffffff;
    text-align:center;
    font-weight:400;
    
    background-image:url(../graphics/h1.jpg);
    background-repeat:no-repeat;
}

h2 {
    margin:0;
    margin-top:10px;
    margin-bottom:3px;
    
    padding:0;
    padding-top:7px;
    
    width:200px;
    height:32px;
    
    color:#ffffff;
    font-size:14px;
    font-family:century gothic, helvetica, arial;
    font-weight:400;
    text-indent:10px;
    
    background-image:url(../graphics/h2.jpg);
    background-repeat:no-repeat;
}
h3 {
    margin:0;
    margin-left:15px;
    margin-top:10px;
    margin-bottom:10px;
    
    padding-bottom:5px;
    padding-top:2px;
    
    font-size:16px;
    color:#333333;
    text-align:left; 
}
h4 {
    margin:0;
    margin-left:15px;
    margin-top:10px;
    margin-bottom:5px;
    
    font-size:14px;
    color:#333333;
}
h5 {
     margin:0;
     padding:0;
     
     font-weight:400;
}

/*----------------------------containers---------------------------------------*/
#wrapper {
    margin:0;
    margin-left:auto;
    margin-right:auto;
    
    padding-top:10px;
    
    width:820px;
    
    background-color:#ffffff;
}

#content {
    margin:0;
    margin-left:10px;
    margin-right:10px;
    
    width:800px;
}

#mast {
    margin:0;
    
    width:800px;
    height:160px;
    
    clear:both;
    
    background-image: url(../graphics/mast.jpg);
    background-repeat:no-repeat;
}

/*------------------------------------columns---------------------------------------*/

#left {
    margin:0;
    margin-top:-10px;
    
    width:200px;
    height:600px;
    
    float:left;
}

#right {
    margin:0;
    margin-right:-8px;
    
    width:600px;
    min-height:400px;
    
    float:right;
    
    display:inline;
    
    background-color:#ffffff;
}

#right ul {
    margin:0;
    margin-left:10px;
    margin-bottom:20px;
    
    font-size:12px;    
}

#right ul li {
    margin-right:20px;
    
    line-height:18px;
}

#right a {
    margin-left:15px;
    
    font-size:12px;
    color:#045b75;
}


/*--------------------------------------picture formats-----------------------------------------------------*/

.right {
    margin-right:20px;
    margin-left:10px;
    float:right;
}
.left {
    margin-right:10px;
    margin-left:15px;
    margin-top:10px;
    float:left;
}
/*-------------------------------------------------------side navigation--------------------------------------*/

#navigation {
    margin:0;
    
    width:200px;
    height:300px;
    
}

#navigation ul{
    margin:0;
    margin-left:-40px;
    
    list-style:none;
}

#navigation ul li a {
    margin:0;
    margin-bottom:5px;
    
    padding:0;
    
    width:200px;
    height:20px;
    
    display:block; /*allows the background as well as the text to be linkable*/
    
    color:#000033;
    text-indent:10px;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    
    background-image:url(graphics/button.png);
    background-repeat:no-repeat;
}
#navigation a:hover {
    width:200px;
    
    color:#cccccc;
    text-decoration:none;
    
    background-image:url(graphics/buttonover.png);
    background-repeat:no-repeat;
}
/*----------------------------------------footer-----------------------------------------*/
#footer {
    margin:0;
    margin-bottom:40px;
    
    padding-bottom:10px;
    
    width:800px;
    height:100px;
    
    clear:both;
    
    background-image:url(../graphics/footer.jpg);
    background-repeat:no-repeat;
}

#itslink {                  /*link to its website*/
    margin:0;
    margin-left:-40px;
    margin-top:15px;
    
    width:300px;
    height:25px;
    
    text-align:center;
    font-size:12px;
    color:#000033;
}

#itslink a {
    text-decoration:none;
    color:#000033;
}
#itslink a:hover {
    color:#cccccc;
}



#address1 {             /*first address in footer*/
    margin:0;
    margin-top:5px;
    margin-left:10px;
    
    width:230px;
    height:100px;
    
    float:left;
    
    color:#ffffff;
}

#address1 ul{
    margin:0;
    margin-left:-30px;
    
    list-style:none;
}

#address1 ul li {
    margin:0;
    
    font-size:12px;
    line-height:16px;
    text-align:left;
}

blink {
	text-decoration:blink;
	color:#F00;
	font-weight:600;
	font-size:16px;
	text-align:left;
}

