/* @override http://www.wtpa.org.au/styles.css */

@charset "UTF-8";
/* CSS Document */

img.content {
	margin: 10px;
}

body {background:#002142;font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color:#000;	
}

#container {width:750px;margin:20px auto;padding:5px;
}

#main {background:#ffffcc;float:left;width:510px;margin:0 auto;padding:5px 10px 10px 10px;	
}

.title_block {
	text-align: center;
}

.title {
	font-weight: bold;
	font-size: 18px;
}

.foot_note {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

#mentor {background:#ffffcc;float:right;width:200px;margin: 0;padding:5px; line-height: 15px;
}

#sidebar{background:#ffffcc;float:right;width:200px;margin: 0;padding:5px; line-height: 15px;
}

#header{width:200px;margin:0 0 10px 0;padding:0;}

#content {
}

#content ul{list-style-type:none;margin:0;padding:0;}
#content ul li{list-style-type:none;margin:0 0 10px;padding:0;}

#content ul li ul{list-style-type:square;margin:0;padding:0 3px;}

#content ul li ul li{list-style-type:none;background:transparent url(images/b.gif) no-repeat 0 4px;border:0;margin:0;padding:0 0 2px 14px;}

#content h2{font-size:14px;border-bottom:dashed 1px #ccc;margin:0;padding:3px 0;}

a:hover{text-decoration: underline;color:red;border-bottom: 1px solid red;
}
a:link,a:active,a:visited{text-decoration:none; color: blue; border-bottom: 1px dotted red;
}

