body {
	background: #2D2D2D;
	padding: 10px;
	margin-left: 0;
	margin-top: 0;
	margin: 0;
}
td {
	color: #F2F2F2;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h4, h5 {
    color: #F2F2F2;
    font-weight: bold;
    margin: 0px;
}
ul {
    padding: 0px 0px 0px 20px;
    margin: 0px;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}
h3 {
    font: normal 11px Tahoma, Arial;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}
a {
font: normal 12px Tahoma,Arial;
color: #ffffff;
}
.menu a {	
	font: normal 18px "Arial Rounded MT Bold", Arial;
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	color:#00CC00;
	text-decoration: none;
}
.footer {
	font: normal 11px Tahoma, Arial;
	color: #ffffff;
	padding: 0px;
}
.footer a {
	font: normal 11px Tahoma, Arial;
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #00cc00;
	text-decoration: none;
}
ul {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	list-style: none;
}

/* white link, no decoration */
a.whitelink {	
	text-decoration: none;
	color: #FFFFFF;
}

/* turn it green */
a.whitelink:hover {
	color:#00CC00;
	text-decoration: none;
}
	
/* this is the google and yahoo links on the contact page */
a.whitelink2 {	
	text-decoration: underline;
	color: #FFFFFF;
	}
	
/* turn it green */
a.whitelink2:hover {
	color:#00CC00;	
	text-decoration: underline;
	}
a.greyh2link {
    color: #F2F2F2;
    font-weight: bold;
    margin: 0px;
	font-size: 14px;
	text-decoration:underline;
}
a.greyh2link:hover {
    color: #00CC00;
    text-decoration:underline;
}
.red { 
color:#d31a00;
text-decoration: underline;
}
.red2 { 
color:#d31a00;
text-decoration: none;
}

/* style white text */
.white {
	color: #FFFFFF;
}

/* style white text that is 14px font */
.white14 {
	color: #FFFFFF;
	font-size:14px;
}

/* style adds a underline. note:if a link style has decoration as none, this does not add underline */
.underline {
	text-decoration: underline;
}

/* master wrapper. everything must go inside or it will spoil */
#wrapper {
	padding: 0px;
	vertical-align: top;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
}

/* this is just the top menu bar */
#menu {
	margin: 0px;
	height: 40px;
	width: 762px;
	clear: both;
	top: 10px;
}

/* this is the citacomp name/logo and computer image */ 
#logo-comp {
	margin: 0;
	height: 237px;
	width: 762px;
	clear: both;
	top: 50px;
}

/* the left column that contains the news and*/
#vcol-left {
	margin: 0;
	width: 196px;
	top: 287px;
	float: left;
}

/* the center column which contains all the content */ 
#vcol-center {
	float: left;
	margin: 0;
	width: 360px;
	top: 287px;
	background: url(images/body_bg.gif);
}

/* the right column which contains the aff links/logos */
#vcol-right {
	margin: 0;
	width: 206px;
	top: 287px;
	float: right;
}

/* the footer which has the links, addy and copyright */
#footer {
	clear: both;
	width: 762px;
	text-align: center;
}

