/*
CSS Style Sheet for invisoft.com

Author: Kirk Morales

Revised: 29 June 2007
*/

body {
	margin-top:25px;
	background-color: #a9a9a9;
	background-image: url("images/bg.jpg");
}

/* Links */
a.regular {
	TEXT-DECORATION: none;
	color: #0000FF;
}
a.regular:hover {
	TEXT-DECORATION: underline
}

a.menuItem {
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font: bold;
	text-decoration: none;
}

a.menuItem:Hover {
	color: Red;
	text-decoration:: none;
}

a.menuItemCurrent {
	color: #0000FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font: bold;
	text-decoration: none;
}

a.menuItemCurrent:Hover {
	color: Red;
	text-decoration:: none;
}

a.secMenuItem {
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font: bold;
	text-decoration: none;
}

a.secMenuItem:Hover {
	color: Red;
	text-decoration:: none;
}

/* ID styles */

#site {
	width: 800px;
}

#siteTop {
	background: url("images/box_top.gif");
}

#siteTitle {
	margin-top:10px;
	background-image: url("images/site_logo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
}

#topImage {
	/*width: 775px;*/
	width: 100%;
	height: 115px;
	background: url("images/top_picture.jpg");
}

#pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15;
	font-weight:bold;
}

#bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	width: 95%;
	margin-left:20px;
}

#siteMiddle {
	background: url("images/box_middle.gif");
}

#siteBottom {
	background: url("images/box_bottom.gif");
	height: 67px;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10;
	width: 95%;
	text-align: center;
	margin-left:20px;
}

#menu {
	text-align: center;
	color: #000000;
	margin-left:10px;
}

