html, body	{
	margin:0px;
	padding:0px;
}

body	{
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(../images/slices/bkgd.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#C3F9FE;
}

h1	{
	font-size:18px;
	color:#333333;
}
h2	{font-size:16px;}
h3	{font-size:14px;
	border-bottom:2px dotted #C3F9FE;
	padding-bottom:3px;
	color:#333333;
}
h4	{font-size:13px;}

p	{
	font-size:14px;
	padding-bottom:3px;
}

#container	{
	width:850px;
	height:600px;
	margin:70px auto 50px auto;
}

#topNav	{
	height:30px;
	padding-right:10px;
	text-align:right;
}

#header	{
	width:850px;
}

#navsContainer {
	width:850px;
	background-image:url(../images/slices/shadow.gif);
	background-repeat:repeat-y;
	height:32px;
}

#navs	{
	height:32px;
	width:830px;
	margin-left:10px;
	margin-right:10px;
}

#mainArea	{
	width:850px;
	background-image:url(../images/slices/shadow.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
}

/* LEFT SIDE NAVS */
#leftNavs	{
	width:146px;
	height:327px;
	float:left;
	text-align:left;
	background-image:url(../images/slices/side.jpg);
	background-repeat:no-repeat;
}
#leftNavs p, #leftNavs ul {
	padding-top:5px;
	list-style-type:none;
	margin:0px 0px 0px 6px;
	font-size:14px;
}

#leftNavs a, #leftNavs:link	{}
#leftNavs a:visited	{}
#leftNavs a:hover	{}
/* END LEFT SIDE NAVS */

#contentContainer {
	width:830px;
	background-image:url(../images/slices/shadow2.gif);
	background-repeat:repeat-y;
}

#content	{
	width:684px;
	float:right;
	text-align:left;
	background-image:url(../images/slices/content.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#content p, #content h1, #content h2, #content h3, #content h4, #content ul, #content li, #content table {
	margin:5px 38px 8px 44px;
}
#content a, #content a:link	{}
#content a:visited { color:#333333;}
#content a:hover	{
	color:#003399;
	text-decoration:none;
}

/* FOOTER */
#footer	{
	width:850px;
	height:62px;
	clear:both;
	background-image:url(../images/slices/footer.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:10px;
	padding-top:42px;
}
#footer a, #footer a:link, #footer a:visited {
	color:#FFFFFF;
}
#footer a:hover {
	color:#66CCFF;
	text-decoration:none;
}
/* END FOOTER */

.floatleft	{
	float:left;
	margin-right:5px;
	margin-left:56px;
}
.floatright {
	float:right;
	margin-left:5px;
	margin-right:56px;
}

ul	{
}
li	{
	color:#0066FF;
	padding:3px;
}
li a, li a:link, li a:visited	{
	color:#003399;
}
li a:hover	{
	color:#0066FF;
	text-decoration:none;
}

#gallery img {
	border:2px solid #C3F9FE;
}

.smallText	{
	font-size:11px;
	font-style:italic;
}

.stretch	{
clear:both;

}