

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(img/bgbody.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #222;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #FFFF99;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

img
{  border-style: none;
}
/* top navigation bar */



.catMore     { color: #fff; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; text-decoration: none; display: block }
 
.catMore A:link    { color: #fff; text-decoration: none }

.catMore A:visited   { color: #fff; text-decoration: none }


.catMore A:hover    { color: #FFFFCC; text-decoration: underline; background-color: #006 }



.catMore table  {margin: 0; padding: 0; border-width: 0;}



/* structure */
.main {
	width: 680px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 420px;
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 254px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover, div.footer div.left a:hover {
	background: #69c;
	color: #006;
}

/* logo */
.header {
	background: url(../img/main_logo.gif) no-repeat #000066;
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

.header p{
	color:#FFFFFF;
	float:right;
	padding-right:33px;
	padding-top:116px
}


/* main navigation */

.trapdoor { text-align:center; background-color:#660033
}


.centeredImage
    { background-color:#000066;
    text-align:center;
    margin-top:0px;
    margin-bottom:0px; 
    
    }

.link_menu {
	background: #000066
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}

/* projects */
.lbl   { color: #fff; font: 2em/50px "Lucida Sans Unicode", sans-serif; background: #000066; text-align: center; height: 178px; clear: both; overflow: hidden; padding-top: 2px }


.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #fff; color:#000066; text-align:center
}
a.g2 {
	background: #006;
	border-left: 6px solid #FFF;
}

/* updates */
/* .link_updates {
	background: #006; 
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}

.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}

.link_updates a:hover { background-color:#FFFFCC
}

.link_updates a span:hover { background-color:##FFFFCC}

.link_updates a span {

	font: bold 2.6em Verdana,sans-serif;
	letter-spacing: 2px;
	

}
*/

 
/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
	}
	
.content a {
	color: #9999ff;
}

.content a:hover
{	color: #9999ff;
text-decoration: underline;
}

.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}