body
{
	margin: 0px;
	padding: 0px;
}

li
{
	margin-bottom: 7px;
}

#main_wrapper
{
	border: 0px dashed orange;
	margin-top: 0px;
}

#top_banner
{
	width:800px;
	height: 100px;
	background-color: #ffffff;
	/*background-image: url('images/topbanner.jpg');*/
}


#shaddow
{
	background-image: url('images/page_bg.jpg');
	background-color: #fcfcfc;
	padding: 0 10px 0 10px;
	border: 0px dashed red;
	width: 800px;
}


#content_wrapper
{
	width: 800px;
	min-height: 800px;
	border: 0px dashed red;
	background-color: #ffffff;
	text-align: left;
}

h2
{
	font-family: arial;
	margin-top: 0px;
	font-size: 20px;
	color: #666666;
}

h3
{
	font-family: arial;
	margin-top: 0px;
	font-size: 16px;
	color: #003366;
}

.title
{
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	color: #003366;
}

.normal
{
	font-family: tahoma, arial;
	font-size: 13px;
	line-height: 140%;
	color: #444444;
}

.small
{
	font-family: tahoma, arial;
	font-size: 10px;
	color: #444444;
}

.photo_frame
{
	float:left;
	background-color:#f0f0f0;
	width:200px;
	min-height:100px;
	border: 10px solid #cccccc;
	margin: 0px 20px 20px 20px;
}

.photo_frame1
{
	background-color:#f0f0f0;
	width:200px;
	min-height:100px;
	margin: 0px 0px 20px 0px;
}

#footer
{
	background-color: #f0f0f0;
	min-height: 100px;
	padding: 5px;
	text-align: center;
}

.link
{
	font-family: tahoma, arial;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
}

.link:hover
{
	font-family: tahoma, arial;
	font-size: 13px;
	color: #65823C;
	text-decoration: none;
}

.hline1
{
	border-top: 1px dashed #cccccc;
	margin:30px 20px 10px 20px;
}

/*TABLES*/

.dataTable
{
	border-collapse:collapse;
	border:1px solid #aaccee;
	margin-left:1px;
}

.dataCell
{
	/*border: 0px;*/
	padding:3px 5px 3px 5px;
	/*vertical-align:top;*/
	/*background: #ffffcc;*/
	cursor: default;
	border-right:1px dotted #eeeeee;
}

.dataCell_alt {
	border: 0px;
	padding:3px 5px 3px 5px;
	/*vertical-align:top;*/
	/*background: #f8fbfe;*/
	background: #f5f5f5;
	cursor: default;
	border-right:1px dotted #eeeeee;
}

.dataCell_alt1 {
	border: 0px;
	padding:3px 5px 3px 5px;
	/*vertical-align:top;*/
	/*background: #f8fbfe;*/
	background: #f5f5f5;
	cursor: default;
	/*border-right:1px dotted #999999;*/
	border-bottom:1px solid #aaccee;
}

.compCell
{
	/*border: 0px;*/
	/*padding:3px 5px 3px 5px;*/
	/*vertical-align:top;*/
	background-color: #ffffff;
	cursor: default;
	border-right:1px dotted #eeeeee;	
	
}


