
* {margin: 0;
   padding: 0;
}

html {
	height: 100%;
	font-size:100%;
}

body {
	height: 100%;
	font-size: 0.9em;
	background-color: #0C0635;
	background: url(images/wallpaper.jpg) top left no-repeat fixed;		
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

#topsection{
	height: 251px; /*Height of top section*/
	background: url(images/MA_left.png) top left no-repeat;
	min-width: 950px;
}

blockquote {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	margin-left: 1em;
	margin-right: 1em;
	padding: 14px;	
	background-color: #FCFBE5;
	color: #400140;
	text-align: left;
	line-height: 120%;
	font-size: 105%;
	border: 1px dashed OrangeRed;
}

a:link, a:visited, {
	color: #fff;
	text-decoration: none;
}

#container {
	margin: 0px;
	background: url(images/violet_50.png) top left repeat;	
}

#title {
	font-family: Arial, "Times New Roman", Times, serif;	
	font-size: 1.3em;
	font-weight: bold;
  margin: 7px;	
  color: #FE6D02;
}

#content{
	margin-left: 315px; /*Set left margin to LeftColumnWidth*/
	margin-right: 15px;
	text-align: left;
	min-width: 500px;
	padding: 25px;	
	line-height: 150%;
	background-color: #ffffff;	
	color: #080F4F;
}

#padding{
		margin-top: 10px;	
		margin-left: 20px;
		margin-right: 10px;
		margin-bottom: 5px;
}


#leftcolumn{
	float: left;
	display: inline;
	width: 300px; /*Width of left column*/
	font-size: 0.8em;
}
	
#menuone{
	margin-left: 10px;
	background-color: #161C52;	
}	

#menutwo{
	margin-left: 10px;
	background-color: #5F2965;
}

#menulinks{
	margin-left: 10px;
	background-color: #66124F;
}	
	
	
#footer {
	background-color: #ffffff;
	color: #FE6D02;
	font-size: 83%;
}

#footer a {
	background-color: #ffffff;
	color: #FE6D02;
	text-decoration: underline;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1em;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 5px;
	height: 18px;
}

p {
   margin: 7px;
} 

/********************************************    linkpanel start************************************/

.navcontainer {
	text-decoration: none;
}

.navcontainer ul
{
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}

.navcontainer a
{
	display: block;
	padding: 4px 0 4px 0px;
	width: 250px;
	color: #E4A3C2;	
	background-image: url(images/linkpanel01.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

.navcontainer a:link,
{
	color: #CF8965;
	text-decoration: none;
}

.navcontainer a:hover
{
	color: #CF8965;
	width: 250px;
	background-image: url(images/linkpanel01-hover.jpg);
	background-repeat: no-repeat;
}

.navcontainer a:visited,
	{
	color: #8A8977;
	text-decoration: none;
	}


/************************************************* linkpanel end **********************************/
