﻿body 
{
	background-color: #888;
	margin: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

form
{
	margin: 0px;
	padding: 0px;
}

#mainDIV
{
	margin: 0px auto;
	min-width: 980px;
	max-width: 980px;
	background-color: #fff;
	padding: 0px;
}

h1, h2
{
	font-size: 18px;
	color: #BE1E2D;
	margin: 10px 0px 3px 0px;
	padding: 0px;
}

a:link
{
	color: #01369F;
}

/* Header */
#header
{
	position: relative;
	height: 150px;
	/*border-bottom: red 1px solid;*/
	/*margin-bottom: 5px;*/
	/*padding-bottom: 5px;*/
	/*background-image: url('/App_Themes/Default/Images/header_back.jpg');
	background-repeat: repeat-x;*/
}
#header .sitelogo
{
	position: relative;
	top: 20px;
	left: 30px;
}
#header .sitelogo .userName
{
	position: relative;
	top: 0px;
	left: 0px;
	color: #fff;
	font-family: Times, Times New Roman;
	letter-spacing: 3px;
	font-size: 18px;
	font-weight: bold;
}

#header .userInfo
{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000;
	text-align: right;
}
#header a,#header a:visited
{
	color: #fff;
}


/* Menu */
#menu
{
	position: relative;
	background-color: #ccc;
	border-top: #fff 1px solid;
	height: 20px;
	color: #BE1E2D;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
#menu a
{
	color: #BE1E2D;
	text-decoration: none;
}
#menu .menu
{
	position: relative;
	float: right;
}
#menu .menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu .menu ul li
{
	position: relative; 
	float: left;
	padding: 0px 5px 0px 5px;
}

/* Content */
#content
{
	position: relative;
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
}
.testimonial
{
	padding: 10px;
	font-style: italic;
}
.testimonial .author
{
	text-align: right;
	font-style: normal;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
}

/*std table */
.std_table
{
}
.std_table .header, .std_table .header td
{
	font-weight: bold;
	font-size: 10px;
	border-bottom: #333 1px solid;
}
.std_table .content, .std_table .content td
{
	border-top: #333 1px solid;
}
.std_table .footer
{
	border-top: #333 2px solid;
}
.std_table a
{
	text-decoration: none;
}

/* Footer */
#footer
{
	clear: both;
	position: relative;
	height: 50px;
	margin-top: 5px;
	padding: 10px 10px 5px 10px;
	background-color: #333;
	color: #fff;
	font-size: 10px;
	text-align: left;
	vertical-align: bottom;
}
#footer a
{
	color: #fff;
	text-decoration: none;
}

/* MODULE DIV Layout */
.DIV1
{
	position: relative;
	width: 650px;
	/*border: red 1px solid;*/
}
.DIV1 .header
{
	/*text-shadow: 1px 1px 3px #fff;*/
}

.DIV2
{
	position: relative;
	/*width: 653px;*/
	clear: left;
	/*border: blue 1px solid;*/
	padding-top: 10px;
}
.DIV2 .header
{
	/*text-shadow: 1px 1px 3px #fff;*/
}

.DIV3
{
	position: relative;
	width: 313px;
	float: right;
	/*border: green 1px solid;*/
	
}
.DIV3 .header
{
	/*text-shadow: 1px 1px 3px #fff;*/
}

.DIV-13
{
	position: relative; 
	float: left;
	margin-right: 10px;
	width: 30%;
	height: 150px;
}
