a {outline:none;}
:focus{outline:none;}
:-moz-any-link:focus {outline: none;}

body
{
	background-color:#999999;
	margin:0;
	padding:0;
	font-family:Trebuchet MS;
	font-size:13px;
}

h1 
{
	font-size:16px;
	font-weight:bold;
	color:#000033;
	margin:0;
	padding:0;
}

#top
{
	height:314px; 
	margin:0; 
	padding:0;
	position:relative;
	top:0px;
	left:0px;
	background:url(images/line_m.png);
}

#top_left
{
	height:314px;
	width:241px;
	background:url(images/line_l.png) no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}

#top_right
{
	height:314px;
	width:209px;
	background:url(images/line_r.png);
	position:absolute;
	top:0px;
	right:0px;
}

#menu
{
	width: 600px;
	height:30px;
	position:absolute;
	left:230px;
	top: 233px;
	font-size:15px;
	font-weight:bold;
}


#main
{
	margin:0px auto; 
	padding:0;
}

#content
{
	padding:0;
	margin:0;
}

#wrapper
{
	width:1000px; 
	background-color: #F2F2F2; 
	margin:0; 
	padding:0;
}



#footer
{
	padding-top:10px;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	background-color:#999999;
	border-top:5px #981B1E solid;
}

#footer a, a:link, a:visited, a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

.box
{
	height:130px; 
	width:159px;
	margin-top:20px; 
	padding:0px 30px 0px 31px;
}

a:link
{
	color:#990033;
	text-decoration:none;
}

a:hover
{
	color:#990033;
	text-decoration:underline;
}

a:visited{
	color:#990033;
	text-decoration:none;
}


/*LEFT MENU*/

#projlist {
	width:180px;
	margin:0;
	padding:0;
	list-style:none;
}

#projlist ul{
	list-style:none;
}

#projlist li{
	border-bottom:1px #999999 solid;
	list-style:none;
	padding-top:5px;
	padding-bottom:5px;
}

#projlist li:hover{
	background-color:#999999;
}

#projlist ul li:hover{
	background-color:#999999;
}

#projlist li a:hover{
	text-decoration:none;
}

#projlist li.last{
	border-bottom:none;
}

#projlist li a{
	color:#000000;
}

#projlist ul li{
	border-bottom:1px #999999 dotted;
}

#projlist li.current{
	background-color:#F2F2F2;
	color:#990033;
	border-bottom:none;
	
}

#projlist ul li.current{
	background-color:#F2F2F2;
	color:#990033;
	border-bottom:1px #999999 dotted;
	
}

#mainright h2 {
	font-size:17px;
}

#mainright h3 {
	font-size:14px;
}
