@charset "utf-8";
/* CSS Document */

/*Regular sized template*/

	body {
			font-family:Arial, Helvetica, sans-serif;
			background-color:#000033;
	     }
	
	#top_bar {	  
			  background-image:url('images/title_bar.jpg'); 
			  background-position:top left;
			  background-repeat:no-repeat;
			  height:137px;
		 }
			  
	#side_bar  {		
				left:10px;
				top:140px;
				background-image:url('images/side_bar_middle.jpg');
				background-repeat:repeat-y;
				padding: 0px 10px 0px 0px;
				margin-bottom: 5px;
		   }
	
	#content_box {
				position:absolute;	
				left:250px;
				top: 150px;
				background-image:url('images/content_box_middle.jpg');
				background-repeat:repeat-y;
				margin-right:350px;
		     }
	
	#content_data {
				width:380px;
				position:relative;
				top:5px;
				left:20px;
				color:#FFFFFF;
		      }
		
		
	h2{
		color:#ccff00;
		font-size:x-large;
		font-weight:bold;
	  }
	
	h3{
			color:#00FF00;
			font-size:large;
			font-weight:bold;
	   }
	
	a{
		color:#FFFF00;
		font-weight:bold;
		text-decoration:none;
	}
	
	a:hover {
			color:#FFFFFF;
			text-decoration:underline;
			}
	
	
	a.menu {
			font-weight: bold;
			color:#FFFFFF;
			padding-left: 30px;
			text-decoration:none;
			
		}
		
	a.menu:hover {
					color:#cbfe00;
					text-decoration:underline;}
					
	a.menu2 {
			font-weight: bold;
			color:#FFFFFF;
			padding-left: 30px;
			text-decoration:none;
			font-size:small;
			
		}
		
	a.menu2:hover {
					color:#cbfe00;
					text-decoration:underline;}
	
	a.sub_menu {
				font-weight: bold;
				font-size:12px;
				color:#CCCCCC;
				padding-left: 40px;
				text-decoration:none;
		}
		
	a.sub_menu:hover {
						color:#cbfe00;
						text-decoration:underline;
					}
	
	a.main {	font-weight:bold;
			color:#66CC00;
			text-decoration:underline;
		}
	
	a.main:hover {
				color:#FFFFFF;
		     }
	
	.small {
			font-size:small;
		}
	
	img {	
		border:none;
	    }
	
	.centre {
			text-align:center;
		}

