address, blockquote, body, caption, center, dd, dir,  dl, dt, menu, ol, p, strong, td, th, ul, input, select
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #074787;
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	margin: 0px;
	background-image:url(images2/bg.png);
	background-repeat:repeat-x;
	background-color: #074787;
}

#bodyContainer {
	margin: 0px auto 0px auto;
	border: 1px solid #074787;
	width: 860px;
	background-color: #FFFFFF;
	background-image:url(images2/calogo.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#content {
	padding-left: 40px;
	padding-top: 30px;
	line-height: 14px;
	padding-bottom: 10px;
}

#content ul, #content li, #content ol {
/*	margin: 0;*/

}

#companyDetails {
	height: 215px;
	width: 132px;
	position: relative;
	background-color: #074787;
	top: 49px;
	float: right;
	padding-left: 12px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-left: 40px;
	margin-bottom: 30px;
	padding-top: 20px;
}

#companyDetails a, #companyDetails a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#companyDetails a:hover {
	background-color: #F37499;
}

#navHeader {
	margin: 8px auto 0px auto;
	width: 860px;
}

#navFooter {
	width: 100%;
	height: 18px;
	text-align: center;
	background-color: #CEE6FD;
	color: #074787;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	border-top: 1px solid #074787;
	clear: both;
}

#footer {
	margin: 2px auto 0px auto;
	width: 860px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #CCCCCC;
	text-decoration:none;
}

#footer a:hover {
	background-color: #0A63BC;
}

#homeLarge {
	width: 630px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 38px;
	padding-top: 40px;
	padding-bottom: 35px;
}

#legal {
	width: 550px;
	padding-left: 40px;
	padding-top: 30px;
	line-height: 14px;
	padding-bottom: 10px;
}

#cartoon {
	width: 400px;
	height: 300px;
	margin-left: 115px;
	text-align: center;
}

#cartoon2 {
	width: 400px;
	height: 300px;
	float: right;
	top: 450px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-align: center;
}

/* headings */
.h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.cvtitles {
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
	margin-top: 6px;
}

.toontitle {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
}

#toonbrowse {
	width: 450px;
	height: 416px;
	float: left;
	margin-left: 65px;
	text-align: center;
}

#click {
	position: relative;
	float: left;
	top: 130px;
	width: 150px;
}

/* menu code */

#navlist {
	margin: 0;
	padding: 0 0 20px 10px;
/*	border-bottom: 1px solid #000;*/
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #4575A5;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #074787;
	padding-bottom: 2px;
	background: transparent;
	color: #074787;
}

/* end menu code */

/* month menu code */

#months {
	margin: 10px 0px 20px 75px;
	width: 550px;
}

#monthlist {
	margin: 0;
	padding: 0 0 10px 10px;
}

#monthlist ul, #monthlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#monthlist a:link, #monthlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #4575A5;
}

#monthlist a:hover {
	background: transparent;
	color: #074787;
}

/* end month menu code */

/* year menu code */

#years {
	margin: 0;
	width: 50px;
	float: left;
}

#yearlist {
	padding: 0;
	margin: 0;
}

#yearlist li, #yearlist ul {
	list-style: none;
	margin: 0;
	border: 1px solid;
	border-color: #FFF #AAA #AAA #FFF;
	font: bold 11px Verdana, sans-serif;
	text-align: center;
	width: 50px;
	height: 22px;
	background-color: #666666;
	display:block;
	line-height: 21px;
}

#yearlist li a { 
	text-decoration: none; 
	color: #FFFFFF;
	height: inherit;
	display:block;
}

#yearlist li a:hover, #yearlist a:link#current, #yearlist a:visited#current {
	background-color:#333333;
	display:block;
}

/* end year menu code */

a {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #FFFFFF;
	background-color: #F37499;
	border: thin none;

}

#bt {
	margin-left:70px;
	margin-top:40px;
	width: 400px;
	height: 150px;
	background-color: #0FC;
	padding: 15px;
}

#bt h1 {
	font-size: 24px;
}

#bt p {
	line-height: 18px;
}
