/*
 cometstyle.css
 */
 
 
body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4;
background: #f4f4f4 url(images/design/bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 900px;
}

/*
 * Header Stuff --------------------------------------------------
 */
 
#header {
clear: both;
margin: 10px 0 0 0;
padding: 0;
height: 45px;
}

#header h2 {
width: 400px;
margin: 8px 0 5px 0;
float: right;
color: #152ea0;
}

#header p {
width: 500px;
float: left;
text-align: center;
color: #505050;
margin: 5px 0 5px 0;
font-size: 1.0em;
line-height: 1.2em;
}

#topbanner {
margin: 0 0 5px 0;
border: 0;

position: relative;
}


.banner-shadow {
margin: 10px 0 15px 5px;
width: 760px;
height: 179px;
background-color:#e0e0e0; 
}

.banner-shadow img {
position: relative;
bottom: 5px;
right: 5px;
margin: 0; 
}



/*
 * NAV Menu  --------------------------------------------------
 */
 
#navmenu {
clear: left;
float: left;
width: 150px;
margin: 0px 0 0 5px;
padding: 0;
font-size: 0.9em;
}


.navitem  {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
margin: 3px 0 0 0;
padding: 3px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}

.navitem:hover  {
background: #eaeaea;
color: #355ec0;
border-left: 4px solid #355ec0;
}

.navactive  {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
margin: 3px 0 0 0;
padding: 3px 0 0 10px;
background: #c0d4f4;
border-left: 4px solid #355ec0;
}

.navactive:hover  {
background: #c0d4f4;
color: #f4f4f4;
border-left: 4px solid #355ec0;
}


.mininavitem  {
font-weight: bold;
height: 18px;
text-decoration: none;
color: #505050;
display: block;
margin: 3px 0 0 15px;
padding: 3px 0 0 10px;
background: #f4f4f4;
border-left: 3px solid #cccccc;
}

.mininavitem:hover  {
background: #eaeaea;
color: #355ec0;
border-left: 3px solid #355ec0;
}


.mininavactive  {
font-weight: bold;
height: 18px;
text-decoration: none;
color: #505050;
display: block;
margin: 3px 0 0 15px;
padding: 3px 0 0 10px;
background: #c0d4f4;
border-left: 3px solid #355ec0;
}

.mininavactive:hover  {
background: #c0d4f4;
color: #f4f4f4;
border-left: 3px solid #355ec0;
}


/*
 * Announce Block  --------------------------------------------------
 */
 
.announce {
margin: 10px 0px 10px 3px;
padding: 0px;
width: 145px;
color: #505050;
background-color: #ffffff;
line-height: 1.3em;
}

.announce h3 {
padding: 5px;
margin: 0 0 0 0;
background-color: #f4f4f4;
}

.announce p {
padding: 0px 8px 5px 10px;
margin: 0 0 0 0;
background-color: #f4f4f4;
}



/*
 * Main Content  --------------------------------------------------
 */
 
#content {
margin: 0 10px 20px 160px;
border-left: 1px solid #e0e0e0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
min-height: 800px;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
margin: 5px 8px 5px 8px;
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #e0e0e0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

/*
 * Tutorial Content  --------------------------------------------------
 */
 

#tutcontent {
margin: 0 10px 20px 20px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
min-height: 800px;
}

#tutcontent h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#tutcontent img {
margin: 5px 8px 5px 8px;
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #e0e0e0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}


/*
 * Footer  --------------------------------------------------
 */
 
#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 15px 0;
border-top: 1px solid #e0e0e0;
width: 860px;
text-align: center;
color: #b0b0b0;
font-size: 0.8em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

/*
 * Generic  --------------------------------------------------
 */
 

.left {
margin: 5px 5px 5px 0;
float: left;
}

.right {
margin: 5px 0 5px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}