/* Start of CMSMS style sheet 'giabgt: general' */
*
{
	margin: 0;
	padding: 0;
}
body
{
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	min-width: 900px;
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 10pt;
	background-color: #f9dc3e;
	background-image: url(uploads/images/back-notes.gif);
	background-repeat: repeat-x;
	background-position: center 50px;
	font-family: Georgia, Times, 'Times New-Roman', Serif;
	line-height: 1.3em;
}

a { color: #114E88; }

a:hover {
	color:#fff;
	background:#114E88;
	text-decoration:none;
}

#container
{
	width: 900px;
	background-image: url(uploads/images/back-colmask.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#container02
{
	width: 900px;
	min-height: 1100px;
	background-image: url(uploads/images/back-col1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: right;
}

p { margin: 0.5em 0 1em 0; }

#header
{
	width: 900px;
	height: 94px;
}

#header h2, #header h2 a, #header h2 a:hover
{
	overflow: hidden;
	color: #5F381B;
	font-size: 52pt;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	padding-right: 5px;
	background-color: transparent;
	text-decoration: none;
}

/* navigation styles */
	#navigation
	{
		clear: both;
		float: right;
		width: 506px;
		background-color: #5f381b;
		height: 31px;
		font-family: Tahoma, Verdana, Arial, Serif;
	}

#navigation ul
{
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#navigation ul li a
{
	display: block;
	float: left;
	margin: 0;
	padding: 3px 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
	left: 0px;
	line-height: 25px;
	border-right: 1px #fff solid;
}
#navigation ul li a:hover {
	background:#f9dc3e;
	color:#5f381b;
}
#navigation ul li a.menuactive,
#navigation ul li a.menuactive:hover
{
	color: #fff;
	background-color: #114E88;
}
/* sub menu */
#layoutdims {
	clear:both;
	background:#fff;
	border-top:1px solid #621E35;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* content */
#content
{
	clear: both;
	float: right;
	width: 466px;
	text-align: left;
	padding: 20px;
}

#content ul { margin: 1em 0 1em 2em; }

#content h1, #content h2, #content h3, #content h4,
#content h1 a, #content h2 a, #content h3 a, #content h4 a
{
	font-weight: normal;
	color: #5f381b;
	line-height: 1.1em;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover { background-color: #f9dc3e; }

#content h1
{
	color: #114E88;
	font-size: 35pt;
	margin-bottom: 0.5em;
}

/* Footer styles */
#footer
{
	clear: both;
	width: 900px;
	border-top: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
}
	#footer p
{
	padding: 10px;
	margin: 0;
	text-align: center;
	color: #000;
}

table.schedule td { padding-bottom: 1em; }
table.schedule td.time { font-family: Tahoma, Verdana, Arial, San-Serif; }

img.left { border: 1px #000 solid; float: left; margin-right: 10px; margin-bottom: 10px; }
img.right { border: 1px #000 solid; float: right; margin-right: 10px; margin-bottom: 10px; }

.CGBlogSummary { margin-bottom: 20px; }

.feedback_summary_item { margin: 9pt 0 9pt 0; padding: 0 0 0 13pt; }
fieldset.comment a#comment_box-toggle { padding: 3px; background-color: #0967AA; color: #ffffff; font-weight: bold; text-decoration: none; }
fieldset.comment a#comment_box-toggle:hover { background-color: #f9dc3e; color: #0967AA; }
.feedback_summary_item .feedback_item_authorname { color: #999; font-family: Verdana, Tahoma, Arial, San-Serif; font-size: 9pt; }
.feedback_summary_item h3 { margin: 0 0 0.5em 0; }
fieldset.comment legend
{
	padding: 0;
	border: 0 transparent none;
	background-color: transparent;
	font-weight: normal;
}

fieldset.comment
{
	padding-top: 4pt;
	padding-bottom: 4pt;
}
fieldset.comment div { margin: 0; }
fieldset.comment div div { margin: 0; }
/* End of 'giabgt: general' */

