div{
	/* Netscape 4 hack */
	padding: 0;
	margin: 0;
}

/*----Body Containers--*/
body{
	padding: 0;
	margin: 0;
	background-image: url(images/bodyBG.gif);
	font: 0.75em "Trebuchet MS", Georgia, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	min-height: 800px;
}

#wrapper{
	color: #fff;
	background-color: #fff;
	background: #fff url(images/background.gif) repeat-y center top;
	width: 746px;
	margin: 0 auto;
	text-align: left;
	
}

#wideContentWrapper{
	background-color: #fff;
	color: #fff;
	width: 746px;
	margin: 0 auto;
	text-align: left;
	
}


#container{
	width: 740px;
	margin: 0 auto;
	color: #333;
	
}
#container p{
	margin-left: 10px;
}

/*--End of Body Containers--*/

/*--Text and HTML characteristics --*/
h1{
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #333333;
}

h2{
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #333333;
	text-decoration: underline;
}

h3{
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	font-weight: 800;
	color: #AE6800;
	font-variant: small-caps;
	line-height: 0.8em;
	background: url(images/pencil.gif) no-repeat;
}

a:link{
	color: #0066CC;
	text-decoration: none;
	border-bottom: none;
}

a:visited{
	color: #0066CC;
	text-decoration: none;
	border-bottom: none;
}

a:hover{
	color: #666699;
	url(images/arrow.gif);
}

a:active{
	color: #6666CC;
	
}

ul{
	list-style: none;
	margin: 15px;
	padding: 5px;
}

li{
	list-style: square;	
}

blockquote{
	font-style: italic;
	color: #3366FF;
}

/*--End of Text Characteristics--*/


/*--Header Area--*/
#banner_header{
	height: 100px;
	width: 740px;
}

#name_header{
	height: 50px;
	width: 740px;
	background-image: url(images/nameBanner.gif);
}

#nav_header{
	background-image: url(images/navBackground.gif);
}

#nav{
	width: 740px;
	height: 20px;	
	text-align: left;
	line-height: 20px;
	font-size: 0.9em;
	font-weight: 800;
}

#nav a, #nav a:link, #nav a:visited{
	font: "Trebuchet MS", Georgia, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#nav a:hover{
	color: #333333;
	text-decoration: none;
	border-bottom: none;
}

#nav a:active{
	color: #EEEEEE;
	text-decoration: none;
	border-bottom: none;
}

#nav a.select {
	color: #660033;
}	
/*--End of Header Area--*/

/*--Content Area--*/
#wideContent{
	padding: 20px 15px 0 10px;
	width: auto;
	margin-top: 15px;
	margin-right: 0px;
	line-height: 1.5em;
}

#mainContent{
	width: auto;
	margin-left: 199px;
	
}

#mainContentBox, #sideContentBox, #footerBox{
	padding: 10px;
}

#mainContentBox{
	padding: 10px 25px 0 10px;
	color: #333333;
	margin-top: 15px;
	line-height: 1.5em;
	overflow: visible;
	height: 100%; /*Win32 IE float bug */
}

#mainContent>#mainContentBox{
	height: auto; /*Opera 5 hack */
}

#maincontentbox{
	height: 100%; /*IE fix for parsing Opera 5 hack */
}

#mainContent{
	
	/*border-left: 1px solid #EEEEEE;*/
	
}

#mainContent a{
	border-bottom: 1px dashed #663399;
}

#sideContentBox{
	/*border-right: 1px solid #EEEEEE;*/
}


#sidecontent{
	margin-right: -200px; /*IE4 fix */
}

#sideContent{
	float: left;
	width: 200px;
	background-color: #EEEEEEL
	/*/*/ /*/margin: 0 0 0 2px; /* Netscape hack */
}

#sideContent ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 1.9em;
}

#sideContent li{
	font-size: 1.1em "Trebuchet MS", Georgia, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	list-style-image: url(images/arrow.gif);
	color: #333;
	margin-left: 25px;
	margin-right: 12px;
	
}

#sideContent a, #sideContent a:link, #sideContent a:hover, #sideContent a:visited, #sideContent a:active {
	color: #006699;
	text-decoration: none;
}

#sideContent a:hover{
	border-bottom: 1px dotted #CC6600;
}

#sideContent a.pick{
	color: #CC6600;
	font-weight: 800;
}
/*--End of Content Area--*/

/*--Footer--*/
#footer{
	clear: both;
	z-index: 10;
	text-align: center;
	width: 740px;
	height: 70px;
	background-image: url(images/footer.gif);
	line-height: 20px;
	margin: 10px auto 0 auto;
}

#footer p{
	font: 0.85em "Trebuchet MS", Georgia, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	border-top: 1px solid #ccc;
	color: #ccc;
	margin-left: 10px;
	margin-right: 10px;
}
#footer a, #footer a:link, #footer a:visited{
	color: #ccc;
	text-decoration: none;
}

#footer a:hover{
	color: #333333;
	text-decoration: none;
	border-bottom: none;
}
/*--End of Footer--*/



/*--Misc--*/
.separator{
	background-color: #EBEBEB;
}

.sc_title{
	font-size: 0.9em;
	font-weight: bold;
	color: #660033;
	margin: 5px 0 0 5px;
	padding-top: 10px;
}

.newsimage{
	border: 2px solid  #0099CC;
	padding: 0px;
	margin: 6px;
	float: right;
}

.line{
	border-bottom: 1px solid #CCCCFF;
	margin-right: 10px;
}

.pics{
	border: 4px solid #0099CC;
}

.opt{
	margin-top: 5px;
	font: 0.9em "Trebuchet MS", Georgia, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	width: 50px;
	color: #333;
	background-color: #eee;
}

.but
	{
	margin-top: 5px;
	background-color: #0066CC;
	border: 2px solid #69f;
	width: 60px;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;;
	text-align: center;
}

.textareaBox{
	font: 1.0em "Trebuchet MS", Georgia, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	border: none;
	background-color: #eee;
	text-align: center;
}

.imageAlign{
	text-align: center;
}

/*--End Misc--*/