/* 
[ DEFAULT WEBDESIGN TEMPLATE ]
[ Created by GraFiX ]
[ http://www.gfxnet.nl ]

Notes

colors
Dark blue:      #000033
light blue:     #99CCFF
link:           #0000FF
*/


/* /////////////// basic elements /////////////// */

body {
	background:#cccccc url(../images/mcp.gif) bottom right fixed no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	color:#000033;
	}
	
a:link {color: #000000;text-decoration: none;} 
a:visited {color: #000033;text-decoration: none;} 
a:hover {color: #cccccc;text-decoration: underline;}

p, h1, h2, h3 {margin: 0; padding: 0;}

abbr, acronym {
	text-decoration: none;
	border-bottom: 1px dotted #6699FF;
	cursor: help;
	}


/* ---------- LAYOUT ---------------*/

div#container {
	position: relative;
    width: 760px;
	margin: 0 auto;
	text-align: left;
	border:0px dotted #666666;
	}

div#main {
	background:#cccccc url(../images/page_bg.gif) center top repeat-y;
	position:relative;
	height:960px;
	border:0px dotted #666666;
	}	

div#pageheader {
	position:relative;
	background:url(../images/pageheader.gif) center top no-repeat;
	width:760px;
	height:250px;
	line-height:26px;
	border:0px dotted #666666;
	}

/* ---------- CONTENT ---------------*/
div#content1 {
	position:relative;
	width:400px;
	padding: 0 0 0 60px;
	text-align:left;
	border:0px dotted #666666;
	}

div#content1 h3 {
	background: transparent url(../images/content.gif) top left no-repeat;
	height:30px;
	}

div#content1 h3 span {
	display:none;
	}
	
div#content1 p.intro {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:10px;
	padding-left:30px;
	}
	
div#content1 p.blocknote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-style:italic;
	padding-left:30px;
	}
			
div#content2 {
	position:relative;
	width:400px;
	margin-top:30px;
	padding: 0 0 0 60px;
	text-align:left;
	border:0px dotted #666666;
	}

div#content2 h3 {
	background:transparent url(../images/content.gif) top left no-repeat;
	height:30px;
	} 

div#content2 h3 span {
	display:none;
	}
	
div#content3 {
	position:relative;
	width:400px;
	margin-top:30px;
	padding: 0 0 0 60px;
	text-align:left;
	border:0px dotted #666666;
	}

div#content3 h3 {
	background:transparent url(../images/content.gif) top left no-repeat;
	height:30px;
	} 

div#content3 h3 span {
	display:none;
	}
	
/* ---------- MENU ---------------*/
div#linkList {
	position:absolute;
	left:520px; 
	right:auto; 
	top: 250px;
	line-height:32px;
	width: 200px;
	height:650px;
	border:0px dotted #666666;
	vertical-align:top;
	}

/* ---------- ADVERTISEMENT ---------------*/
div#advert {
	position:relative;
	padding: 0 20px 0 60px;
	width:200px;
	height:auto;
	}

/* ---------- FOOTER ---------------*/
div#center {
	position:relative;
	width:760px;
	height:10px;
	padding-right:20px;
	border:0px dotted #666666;
	}
	
div#footer{
	text-align: right;
	padding:0 50px 0 0;
	background:url(../images/footer_bg.gif);
	height:80px;
	border:0px dotted #666666;
	}

/* ---------- FORMATTING ---------------*/

div#pageheader h1 {
	display:none;
	}
	
div#pageheader h2 {
	display:none;
	}	

div#lselect h3.select {
	display:none;
	}

div#lselect {
	margin-bottom: 5px;
	border:0px solid #000000;
	}

div#lselect h3 {
	width: 196px;
	height: 40px;
	margin-bottom:-20px;
	padding:0 0 0 35px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-transform: uppercase;
	color:#999999;
	}
	
div#lselect {
	font-size: 0.9em;
	text-transform:uppercase;
	color:#999999;
	}

div#lselect ul li {
	padding: 3px 0 3px 25px;
	background: transparent url(../images/bullet.gif) no-repeat 2% 35%;
	list-style: none;
	}

div#lselect a {
	display: block;
	font-size: 1.1em;
	color: #99ccff;
	}

div#lselect a:hover {
	color:#000033;
	}

div#footer a, #footer a:visited {
	padding: 5px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	color: #666666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

div#footer a:hover {
	padding: 5px;
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	color: #999999;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
}

