table.tc {
			border: 0px solid #000;
			text-align:center;
			vertical-align:center;
			margin:0px 4.5%;
			min-width:360px;
			}
			
td.tdc {
     width:120px;
	 height:180px;
	}

img.imgc {
		
		width:120px;
		height:180px;
		border:0px solid #000;	*/	
	}
 
 
 
    body {
                  font-family:Helvetica,Verdana,Geneva,sans-serif;
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#4F4F4F;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
		color:#fff;
    }
	a {
    	color:#fff;
		text-decoration:underline;
	}
	a:hover {
	
		text-decoration:underline;
	}
    h1, h2, h3 {
        margin:10px 0 0 0;
        padding:0;
    }
    h3{
       font-size:16px;

    }

    h2{
        font-size:16px;
		font-weight:bold;

    }

    h4 {font-size:85%;}

    p {
        margin:.4em 0 .8em 0;
        padding:0px;
        font-family:Arial,sans-serif;
        
    }
	img {
		border: 0px solid #000;
 		margin:10px 0 5px;
		}
	

	li
	{
	 margin-bottom:15px;
     font-family:Arial,sans-serif;
	}


     .c {
         position:relative;
         text-align:center;
         left:-100px;
         vertical-align:top;

     }

    table.studentwork
    {
     background:#000;
     border:none;
     
        
    }

    table.studentwork td
    {
      padding:10px;
      
    
    }

    table.studentwork tr
    {
      background:#fff;
	  color:#000;
      border-bottom:1px solid #000;
      border-top:1px solid #000;

    }
	
	table.studentwork a
	{
	 color:#000;
	
	
	}

	
 

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
        font-family:Verdana,Helvetica,Geneva,sans-serif;
		background:#D62B5B;
    }
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:0 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0px;
	    padding:0px 0 0 0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:0;
	    text-align:center;
	  
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:0px;
		}
	#header img{
	    margin-left:10px;	
		margin-right:10px;
		margin-bottom:0px;
		margin-top:10px;
		padding: 0px;	
		}
		
	
	#header ul li a:hover {
	    
		color:#4F4F4F;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#D62B5B;
	}
	
	.col2 ul
	{
	 margin:10px;
	 margin-left:5px;
	 margin-top:12px;
	 margin-right:0px;
	 padding:0px;
	 text-align:center;
	}

    .col2 li
	{
     font-family:Arial,sans-serif;
	 padding:0px;
	 margin-left:15px;
	 margin-bottom:15px;
	 margin-right:0px;
	 text-align:left;
	 font-size:12px;
	 font-weight:bold;	
	}
	
	.col2 ul a
	{
	text-decoration:none;
	}
	
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#4F4F4F;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;

            min-height:550px;
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:185px;
	
    }
	
	
	
	
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
     
		border-top:1px solid #000;
    }
    #footer p {
		text-align:center;
        padding:1px;
        margin:0;
		font-size:12px;
    }
   
    
