/*<group=General Styles>*/

body {
	background: none #f0f0f0;
	color: #666666;
	text-align: center; /* To Make Content Centered */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p { 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

b, strong { 
	color: #666666;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

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

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

a:hover, a:active { 
	text-decoration: underline; 
	color: #0080ff;
}
	
/*</group>*/

/*<group=Layout>*/

#container { 
	background-color: #FFFFFF; /* This Is The BG Color Of The Main Div */
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #aeaeae;
	background: url(images/sidebar.html) repeat-y;
}

#pageHeader {
	background: repeat-x  url(images/header_background.html);
	border-bottom: 1px solid #aeaeae;
	height: 71px;
}

#pageHeader img {
	float: right;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

#pageHeader h1 { 
	color: #ffffff;
	text-shadow: 0px 1px 2px #003f7d;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageHeader h2 { 
	color: #ffffff;
	text-shadow: 0px 1px 2px #003f7d;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent {
	margin: 0px;
}

#mainContent #sidebar {
	float: left;
 	width: 200px;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#mainContent #content {
	float: left;
	padding: 0px 0px 0px 0px;
	background: none;
	margin: 10px 10px 10px 15px;
	width: 440px;
}

#footer { /* This Is The BG Color Of The Main Div */
	width: 680px;
	margin: 10px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	border: 1px solid #aeaeae;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #ffffff;
}

#sidecontainer
{
	margin: 5px;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: url(images/sub_header.html) repeat-x;
	height: 26px;
	padding-right: 10px;
	text-align: right;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	color: #d4d4d4;
	padding-top: 5px;
	padding-left: 5px;
}

#breadcrumbcontainer li { 
	margin: 0 0 0px 0;
	display: inline;
}

#breadcrumbcontainer a {
	color: #d4d4d4;
	text-decoration: none; 
}

#breadcrumbcontainer a:hover {
	text-decoration: none;
	color: #0080ff;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: normal;
	margin-top: -1px;
}

#navcontainer #current {
}

#navcontainer ul {
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #aeaeae;
	margin: 0px;
}

#navcontainer ul li {
	position: relative;
	width: 200px;
}
	
#navcontainer li ul {
	position: absolute;
	left: 200px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	}

/* Styles for Menu Items */
#navcontainer ul li a {
	display: block;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	color: #333333;
	background: repeat-x url(images/button_normal.html);/* IE6 Bug */
	border-top: 1px solid #aeaeae;
	padding: 5px 5px 5px 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 1%; }
/* End */

#navcontainer ul li a:hover { 
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/button_over.html) repeat-x;
} /* Hover Styles */
		
#navcontainer li ul li a { 
	padding: 5px 5px 5px 5px;
	background: none #ebebeb;
}
#navcontainer li ul li a:hover {
	color: #333333;
	background: #cccccc none;
	text-shadow: 0px 1px 0px #ffffff;
}
/* Sub Menu Styles */
		
#navcontainer li:hover ul, #navcontainer li.over ul { display: block; } /* The magic */

/*</group>*/

/*<group=Global Classes>*/

.standout {
	font-family: Courier New, Courier, mono;
	border: 1px dotted #004f9e;
	background: #ddedff;
	color: #004f9e;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
	margin: 0px;
}

.imageStyle {
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 5px;
}
	
/*</group>*/

/*<group=Blog>*/

.blog-entry {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.blog-entry-title {
		text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
}

.blog-entry-date {
		
	text-align: justify;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #aeaeae;
	padding-bottom: 5px;
}

.blog-entry-body {
	
	text-align: justify;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	
	}
	
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.filesharing-item-title {
	text-align: justify;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #0080ff;
	text-transform: uppercase;
}

.filesharing-item-description {
	text-align: justify;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #aeaeae;
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	padding: 5px;
}

.album-description {
	padding: 5px;
}

.thumbnail-frame {
	padding: 1px;
	border: 1px solid #d4d4d4;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
}

.thumbnail-caption {
	color: #666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	background: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.photo-navigation {
	border: 1px solid #555555;
	margin: 6px; 
	background: #eeeeee;
	color: #5b5b5b;
	text-align: left;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.photo-navigation a {
	text-decoration: none;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame{
	padding: 4px;
	border: 1px solid #555555;
	margin: 6px;
	background: white;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
}

.photo-caption {
	padding: 0px;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-title {
	text-align: center;
	margin: 5px;
}

.movie-description {
	text-align: center;
	margin: 5px;
}

.movie-frame {
	text-align: center;
}
	
/*</group>*/


