/*Style sheet for NoProbs must be included to with HTML.*/
/*Styles for body.*/
body
{
	margin: 0 auto;
	padding: 0;
	font: 76% Lucida Sans Unicode, Helvetica, Tahoma, Arial, sans-serif;
	background: #f4f4f4 url(images/background.gif) top center repeat-y;
	color: #494949;
}

/*Styles for main content which will be wrapped to centere. */
#MainWrapper
{
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 801px;
    min-height: 600px;
	height: auto;
}

/*Styles for the main header at the top. */
#Header
{
	color:#ffffff;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:20px;
	background: #ffffff url(images/header-bg.png) left repeat-y;
}
#Header a
{
	font-weight:normal;
	font-size:27px;
	text-decoration:none;
	color:#ffffff;
}

/*Styles for the main header menus. */
#HeaderMenus
{
	color:#000000;
	height:1.2em;
	line-height:1.2em;
	padding-left:11px;
	margin:0 0 10px 0;
	background: #ffffff url(images/menu-bg.png) repeat-y right;
	/*border-bottom:solid 2px #a9a9a9;*/
	border-top:solid 2px #a9a9a9;
}
#HeaderMenus ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#HeaderMenus li
{
	float:left;
	list-style-type:none;
}
#HeaderMenus li a
{
	display:block;
	padding:0 10px;
	font-size: 0.9em;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration:none;
	background-color:inherit;
	color:#000000;
}
#HeaderMenus .selected
{
	color: #336699;
	text-decoration: none;
	background-color:inherit;
}
#HeaderMenus a:hover
{
	background-color:inherit;
	color: #336699;
	text-decoration: none;
}

/*Styles for the contens that are displayes in side column. */
#SideContents
{
	float:right;
	width:175px;
	color: #333300;
	padding:18px 12px 0 10px;
	line-height:1.4em;
	background-color:#ffffff;
	/*border-left: 1px dotted #DDDDDD;*/
}
#SideContents h3
{
	color: #4D6E8F;
	font-size: 1.4em;
	margin: 0 auto;
	padding: 0 0 8px 0;
	background-color:inherit;
}
#SideContents p
{
	font-size: 90%;
	text-align: left;
	background-color:inherit;
	color: #333300;
	margin: 0 0 12px 0;
	padding-left: 5px;
}
#SideContents a
{
	text-decoration: none;
	/*background-color:inherit;*/
	color: #660000;
}

/*Styles for the main contents in the page. */
#MainContent
{
	margin: 18px 186px 18px 10px;
	padding: 0 12px 0 10px;
	line-height: 1.6em;
	width: 70%;
	min-height: 300px;
	background-image: url(images/od_largetrans.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#MainContent h2
{
	color:#000000;
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	background-color:inherit;
	text-align: left;
}
#MainContent h3
{
    border-bottom: 1px dotted #4D6E8F;
    text-decoration: bold;
    padding-bottom: 5px;
    color: #4D6E8F;
}

#MainContent p
{
	color:#494949;
	text-align: justify;
	background-color:inherit;
	padding-left: 5px;
}
#MainContent a
{
	text-decoration: none;
	background-color:inherit;
	color: #000066;
}
#MainContent img 
{
	display:inline;
	color: inherit;
	background-color:inherit;
	/*border: 2px solid #79A3C1;*/
	padding: 0 10px 10px 0;
}

#MainContent small
{
	font-size: 85%;
}

#Warning
{
	margin: 5px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px dashed red;
}

#Warning p
{
	color: red;
	font-weight: bold;
}

/*Styles for the page footer. */
#Footer 
{	
	margin: 0 auto;
	padding: 8px 0 2px 0;
	border-top: 1px solid #ddd;
	width: 760px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.6em;
}
#Empty {
    width: 801px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#Footer a 
{
	color: #000099;
	background-color: inherit;
	text-decoration: none;
}
#Footer a:hover 
{
	text-decoration: underline;
}

/*Styles for other classes. */
#Code
{
    margin: 0px 10px 0px 5px;
    padding-left: 5px;
    font-size: 10px;
    font-family: Courier;
    background-color: #f1f1f1f1;
    width: 100%;
}

.AlignLeft
{
	margin: 0px 10px 10px 0px;
	float: left;
}
.AlignRight
{
	margin: 0 0 10px 10px;
	float: right;
}

.AlignCenter
{
	margin: 10px 0px 10px 0px;
	float: center;
}

