/* VUT Style Document */


  
#imagebox {
float:right;
padding-left:2px;
text-align:right;
}
#textcontent{
	font: 11px verdana, arial, sans-serif;
	text-decoration: none;
	color:#000;
	font-weight:normal;
	}
#pagefooter{
	font: 10px verdana, arial, sans-serif;
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
	}
#buttoncontent{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color:#000;
	font-weight:normal;
	}
#boxStyle 
	{
		position:absolute;
		left:25%;
		right:25%;
		top:25%;
		bottom:25%	
		z-index:1;
		width:640px;
		
        /* opera does not like 'margin:20px auto' */
		border-right:1px solid #336699;
		border-top:1px solid #6699CC;  
		text-align:left; 
	/* part 2 of 2 centering hack */
		width: 640px; /* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 640px;

}

#boxStyle2{
		margin: 5% auto;
  		width: 640px;
		text-align: left;
		}


#sidebox1{
		height:95pt;
		background-color:#6699CC;
		text-align:center;
		width:155px;
		background-image: url("images/side_text1.jpg");
		background-repeat:no-repeat;	
		background-position:center;
		border-bottom:1 thin solid;
		border-bottom-color:#FFFFFF;
}
#sidebox2{
		height:95pt;
		background-color:#F9531B;
		text-align:left;
		width:155px;
		background-image: url("images/side_text2.jpg");
		background-repeat:no-repeat;	
		background-position:center;
		border-bottom:1 thin solid;
		border-bottom-color:#FFF;
}
#sidebox3{
		height:95pt;
		background-color:#6699CC;
		text-align:center;
		width:155px;
		background-image: url("images/side_text3.jpg");
		background-repeat:no-repeat;	
		background-position:center;
		border-bottom:1 thin solid;
		border-bottom-color:#FFFFFF;
}
#sidebox4{
		height:95pt;
		background-color:#FF9933;
		text-align:center;
		vertical-align:middle;
		width:155px;
		background-image: url("images/side_text4.jpg");
		background-repeat:no-repeat;	
		background-position:center;
		border-bottom:1 thin solid;
		border-bottom-color:#FFFFFF;
}
#maincontentbox{
		font: 11px verdana, arial, sans-serif;
		z-index:2;
		padding:70px 0px 0px 5px;
		height:auto;
		width:485px;
		background-color:#FFFFFF;
		
		/* this is now handled dynamically in the start.asp file */
		/*		background-image: url("images/pagebackg.jpg"); */
				
		background-repeat:no-repeat;	
		text-align:left;		
}

#bottommaincontentbox{
		font: 11px verdana, arial, sans-serif;
		z-index:1;
		padding:0px 0px 0px 5px;
		height:438px;
		width:480px;
		background-image: url("images/bottombackg.jpg");
		background-repeat:no-repeat;	
		background-position:bottom;
		text-align:left;
		vertical-align:text-top
		
}

#mylist{
	padding-right:1em;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold}
a{color:#FFF;}	
body {
	background-color: #999999;
}

#maincontentbox a {
	display:block;
	margin-top:1em;
	color:#0033CC;
	font-size:11px;
	font-weight:bold;
}
