body {
	background:#fff url(images/back_mod.gif) repeat-y top center;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", Verdana, Sans-serif;
	font-size:88%;
	text-align:center;
}	

code {
   cursor: crosshair;
	border-bottom: 1px dashed;
	font-family:"Trebuchet MS", Verdana, Sans-serif;
	font-size:1em;
	color: #429EDB;
}


	
/********************   LINK STYLES  *********/
a {
	color:#FC6289;
	font-size:1em;
	text-decoration:none;
}

#image {
	position:absolute;
	top:50px;
	left:0;
	width:160px;
	height:300px;
	background:url(../about.gif) no-repeat;
}	

a:hover {
	color:#41B4F2;
	text-decoration:underline;
}

#toplinks a {
	margin-right:6px;
}	

span a {
	color:#429EDB;
	margin-left:6px;
}

span a:hover {
	color:#FC6289;
}
/****************   HEADER STYLES  ************/
h1 {
	color: #B22222;
	font-family: "Trebuchet MS", tahoma, verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-left:10px;
	font-size:1.2em;
}

#header h1 {
	color: #8B0000;
	font-family: "Trebuchet MS", tahoma, verdana, sans-serif;
	font-size:1.4em;
	text-transform: uppercase;
}

#sidebar h1 {
	font-size:1.4em;
	margin:0 0 0 5px;
	padding-top:5px;
	width:160px;
	color:#333;
}	

#leftcolumn h1 {
	padding-top:20px;
}	

h2 {
	color:#999;
	padding-left:10px;
	font-size:0.9em;
	font-weight:normal;
	margin-top:-18px;
	text-transform:uppercase;
}	

h2 a {
	text-transform:none;
}

h3 {
	color:#B22222;
	padding-left:10px;
	font-size:0.9em;
	font-weight:normal;
	margin-bottom:-1px;
	text-transform:uppercase;
}	

/********************    PARAGRAPH STYLES    **********/
p {
	font-size:1em;
	color:#222;
	margin-left: 8px;
	margin-top:-1px;
	line-height:1.3em;
	letter-spacing: normal;
}	

#sidebar p {
	background:#E9F1F5 url(../images/sidebottom.gif) no-repeat bottom right;
	padding:4px;
	text-indent:1em;
}	
/*********************     LIST STYLES    *************/
#sidebar ul {
	list-style:none;
	margin-bottom:0;
	padding-top:0;
}

#sidebar li {
	list-style-image:url(../images/bullet.gif);
}
/**********************      IMAGE STYLES     ************/
#header img {
	margin-left:10px;
	margin-top:-10px;
	padding:3px;
	margin-bottom:0;
	border:1px solid #ccc;
}	
/********************    INDEPENDANT DIV IDS AND CLASSES   *******/
/***********************     MAIN CONTAINER  *******************/
#container {
	width:690px;
	margin:0 auto;
	padding-top:0 !important;
	padding-top:20px;
	text-align:left;
	position:relative;
}	
/*************************     TOP RIGHT HAND LINKS   *********/
#toplinks {
	position: absolute;
	top: 234px;
	right:31px;
	text-transform: uppercase;
	font-size: 0.9em;
	width: 111px;
}
/*************************    LEFT COLUMN  ************/
#leftcolumn {
	float:left;
	width:660px;
	margin-right:8px;
}

#leftcolumn li {
	list-style: circle;
}

/*********************      RIGHT SIDEBAR COLUMN   ********/
#sidebar {
	float:right;
	width:200px;
	margin:10px 10px 0 0;
}	
/************************   FOOTER     ***********/
#footer {
	clear:both;
	margin-left:0;
	width:677px;
	text-align:center;
	border-top:1px solid #ccc;
	color:#888;
}	
/**********************      LINKS BELOW EACH POST    ***********/
span {
	float:right;
	margin-right:30px;
}
/***********************      RIGHT HAND SIDE CONTENT BOXES    *******/
.sidebox {
	width:185px;
	background:#E9F1F5 url(../images/sidetop.gif) no-repeat top left;
	margin-bottom:15px;
}

.header {
	background: #FFFFFF url(../images/horizontaldotted.gif) repeat-x bottom left;
	color: #666;
	font-family: "Trebuchet MS", tahoma, verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size:1.0em;
}

.menu {
	text-transform: uppercase;
	font-family: "Trebuchet MS", tahoma, verdana, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	}
	
.topmenu {
	text-transform: uppercase;
	font-family: "Trebuchet MS", tahoma, verdana, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: -26px;
}

.code {
text-transform: uppercase;
font-family: "Trebuchet MS", sans-serif;
font-size: 0.8em;
color: #B22222;
}

.qoute {
	padding: 15px 25px;
	background-color: #FFFACD;
	border: #CCCCCC dashed;
	border-width: 1px 0;
	font-size: 13px;
	color:#666666;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
}

#dhtmltooltip{
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
	 font-family: tahoma;
	 font-size: 11px;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}


