body,html {
    margin:0;
    padding:0;
    background:#fff;
    color:#000;
	font-family: Arial,sans-serif;
	font-weight: normal;
    }

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
    min-width:750px;
}


a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

td { 
	font-size: 100%;
}

select {
	font-size: 8pt;
}

#wrap {
    background:#fff;
    margin:0 auto;
    width:750px;
    }

#header {
    margin: 0;
    }
#header h1 {
    padding:5px;
    margin:0;
    }
#nav {
	position: relative; 
	top: -1.5em;
    background:#fff;
    padding:0px;
    margin: 0px 0px 0px 0px;
    float: right;
    }
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:0;
    }
#nav img{
	margin:0;
	padding:0;
	border:0;
}
#main {
    background:#fff;
    float:right;
    width:560px;
    margin: 0;
    padding: 0px;
	font-size: 75%;
    clear: both;
    }

/*********** #sidebar link styles ***********/

#sidebar ul a:link, #navBar ul a:visited {display: block;}
#sidebar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #sidebar li {border-bottom: none;}


#sidebar {
    background:#eee;
    float:left;
    width:175px;
    padding: 0px;
    margin: 0px;
	border-bottom: 1px solid #cccccc;
    }

#sidebar h1 {
	color: white;
	background: #f90;
	font-size: 75%;
	line-height: 17px;
	margin: 0;
	padding: 0 0 0 10px;
}
#sidebar img {
	float: right;
}


#sidebar div div{
	border: none 0px;
	margin: 0;
	padding: 0px;
}


#sidebar ul {
    color: white;
    list-style:none;
    margin:0;
    padding:5px 0px;
}
#sidebar li {
	padding: 0;
	line-height: 1.25em;
}
#sidebar a{
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 2px 2px 10px;
	background-attachment: fixed;
}

#sidebar input{
	font-size: 75%;
}
*/
#footer {
    border: thin 1px #000;
	font-size: 75%;
    background:#eee;
    clear:both;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 2px 2px 10px;
	background-attachment: fixed;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}



div.rounded {
 width: 166px;
 background: #1b5151 url(200pxbottom.gif) no-repeat bottom center;
 padding-bottom: 15px;
}
div.rounded h3 {
 padding-top: 15px;
 background: transparent url(200pxtop.gif) no-repeat top center;
}



.readableWidth {
	min-width: 10em;
}

.lightRow {
	background: #fff;
}

.darkRow {
	background: #eee;
}

.headerRow {
	background: #1f3f6f;
	color: #fff;
}

.orange {
	background: #F0BD22;
}

.highlight {
	padding: 15px 2px;
	background: #ffff99;
	border: thin solid;
	
}



/* css box */


/* set the image to use and establish the lower-right position */ 
.cssbox_right, .cssbox_left, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
	background: transparent url(images/cocobox2.png) no-repeat bottom right; 
} 

.cssbox_right { 
	float: right;
	width: 180px !important; /* intended total box width - padding-right(next) */ 
	width: 185px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px auto; /* 20 use to position the box */ 
} 

.cssbox_left { 
	
	/* select box is pushing right border out... */
	width: 340px !important; /* intended total box width - padding-right(next) */ 
	width: 325px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px auto; /* 20 use to position the box */ 
} 

.cssbox_nav { 
	
	/* select box is pushing right border out... */
	width: 175px !important; /* intended total box width - padding-right(next) */ 
	width: 160px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px auto; /* 20 use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 20px; /* 40 right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 25px 0 5px 30px; /* 25 0 15 40 padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 15px 0 15px 30px; /* 15 0 15 40 mirror .cssbox_head right/left */ 
}

.cssbox_body ul {
	margin: 1.2em;
	padding: 0px;
}
 
